summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2017-08-03lok - add support for in place chart editingMarco Cecchetti1-2/+24
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-08-01move resmgr to unotoolsCaolán McNamara2-4/+3
2017-08-01loplugin:checkunusedparamsNoel Grandin1-3/+3
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara9-105/+105
2017-07-31loplugin:oncevarNoel Grandin2-3/+3
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 McNamara8-12/+10
2017-07-21migrate to boost::gettextCaolán McNamara30-1580/+428
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 Bergmann2-5/+2
2017-07-12EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall2-26/+55
2017-07-11EditEngine: Added expwarp for unit testsVarun Dhall1-0/+1
2017-07-11EditEngine: Added SvxSimpleUnoModel in import filterVarun Dhall3-39/+79
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-06EditEngine: Added test for large para copy/pasteVarun Dhall1-0/+76
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-03EditEngine: Added test to check multi para start copy/pasteVarun Dhall1-0/+49
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-29loplugin:oncevar variousNoel Grandin1-1/+1
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