summaryrefslogtreecommitdiff
path: root/editeng/source
AgeCommit message (Expand)AuthorFilesLines
2017-07-28loplugin:constparams in editengNoel Grandin24-76/+73
2017-07-28loplugin:checkunusedparams more part2Noel Grandin3-15/+11
2017-07-27Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke2-5/+16
2017-07-27replace sal_uLong variables with sal_uInt32 for SvNumberFormatter IDsJochen Nitschke1-1/+1
2017-07-26Restore and fix and fix harder the EditTextObject::operator==()Eike Rathke2-1/+33
2017-07-26loplugin:unusedmethodsNoel Grandin1-61/+0
2017-07-26loplugin:unusedfieldsNoel Grandin2-6/+2
2017-07-25loplugin:unusedmethodsNoel Grandin1-97/+0
2017-07-23editeng: remove bogus copy ctorJochen Nitschke1-2/+0
2017-07-22loplugin:constparams in editeng,lingucomponentNoel Grandin17-65/+65
2017-07-22loplugin:unusedfields in editengNoel Grandin5-25/+2
2017-07-21de-hrc various thingsCaolán McNamara7-10/+8
2017-07-21migrate to boost::gettextCaolán McNamara23-1519/+406
2017-07-18remove unused CntWallpaperItemCaolán McNamara1-65/+0
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-1/+1
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-1/+1
2017-07-13loplugin:oncevar: empty strings: editengStephan Bergmann1-2/+1
2017-07-12EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall1-1/+1
2017-07-11EditEngine: Added SvxSimpleUnoModel in import filterVarun Dhall2-39/+9
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin4-4/+4
2017-07-10Remove useless method OCommonAccessibleText::getTextArnaud Versini1-2/+2
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-07EditEngine: Added para break/connect during ODF pasteVarun Dhall1-1/+22
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+1
2017-07-06EditEngine: Added warning for xml export exceptionVarun Dhall1-2/+2
2017-07-06make binary functor unary, related tdf#108782dcvb1-6/+9
2017-07-06ensure safe GlobalEditData release of xForbiddenCharsTableCaolán McNamara2-3/+8
2017-07-06rework as a shared_ptrCaolán McNamara7-25/+23
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05crash on exit of cppunit testsCaolán McNamara4-98/+104
2017-07-05new loplugin unnecessaryparenNoel Grandin7-16/+13
2017-07-04loplugin:unusedfields in editengNoel Grandin10-39/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke4-13/+13
2017-07-02loplugin:casttovoid: editengStephan Bergmann6-34/+6
2017-07-01tdf#108622: use correct type for last check timestamp during autocorrectAron Budea1-1/+1
2017-06-30EditEngine: Changing export selection for copy/pasteVarun Dhall2-74/+94
2017-06-28remove default-able copy ctors and copy operatorsJochen Nitschke2-10/+0
2017-06-28In ImpEditEngine::ReplaceTextOnly, nLen has always been ignoredStephan Bergmann2-5/+3
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann4-9/+9
2017-06-26Fix typosAndrea Gelmini1-3/+3
2017-06-26s/catched/caughtNoel Grandin2-3/+3
2017-06-23loplugin:oncevar editeng..extensionsNoel Grandin10-28/+13
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin12-32/+2
2017-06-21convert ErrCode to strong typedefNoel Grandin8-16/+15
2017-06-19consider field marks as text for auto quotesCaolán McNamara1-1/+1
2017-06-19rename IsAutoCapitalizeWordDelim to NonFieldWordDelimCaolán McNamara1-11/+11
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-7/+6
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke10-10/+0
2017-06-17use local statics in getTypes functionsJochen Nitschke1-19/+2