summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-08-081-1/+1
* loplugin:constantparamNoel Grandin2017-08-081-2/+2
* Removing unused SfxItemPool serialisation from editengVarun Dhall2017-08-0713-1254/+0
* EditEngine: Removing BIN formatVarun Dhall2017-08-076-101/+16
* lok - add support for in place chart editingMarco Cecchetti2017-08-031-2/+24
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* move resmgr to unotoolsCaolán McNamara2017-08-012-4/+3
* loplugin:checkunusedparamsNoel Grandin2017-08-011-3/+3
* make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara2017-07-319-105/+105
* loplugin:oncevarNoel Grandin2017-07-312-3/+3
* loplugin:constparams in editengNoel Grandin2017-07-2824-76/+73
* loplugin:checkunusedparams more part2Noel Grandin2017-07-283-15/+11
* Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke2017-07-272-5/+16
* replace sal_uLong variables with sal_uInt32 for SvNumberFormatter IDsJochen Nitschke2017-07-271-1/+1
* Restore and fix and fix harder the EditTextObject::operator==()Eike Rathke2017-07-262-1/+33
* loplugin:unusedmethodsNoel Grandin2017-07-261-61/+0
* loplugin:unusedfieldsNoel Grandin2017-07-262-6/+2
* loplugin:unusedmethodsNoel Grandin2017-07-251-97/+0
* editeng: remove bogus copy ctorJochen Nitschke2017-07-231-2/+0
* loplugin:constparams in editeng,lingucomponentNoel Grandin2017-07-2217-65/+65
* loplugin:unusedfields in editengNoel Grandin2017-07-225-25/+2
* de-hrc various thingsCaolán McNamara2017-07-218-12/+10
* migrate to boost::gettextCaolán McNamara2017-07-2130-1580/+428
* remove unused CntWallpaperItemCaolán McNamara2017-07-181-65/+0
* Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke2017-07-181-1/+1
* use more OUString::operator== in dbaccess..filterNoel Grandin2017-07-131-1/+1
* loplugin:oncevar: empty strings: editengStephan Bergmann2017-07-132-5/+2
* EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall2017-07-122-26/+55
* EditEngine: Added expwarp for unit testsVarun Dhall2017-07-111-0/+1
* EditEngine: Added SvxSimpleUnoModel in import filterVarun Dhall2017-07-113-39/+79
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-104-4/+4
* Remove useless method OCommonAccessibleText::getTextArnaud Versini2017-07-101-2/+2
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-1/+1
* EditEngine: Added para break/connect during ODF pasteVarun Dhall2017-07-071-1/+22
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-1/+1
* EditEngine: Added warning for xml export exceptionVarun Dhall2017-07-061-2/+2
* EditEngine: Added test for large para copy/pasteVarun Dhall2017-07-061-0/+76
* make binary functor unary, related tdf#108782dcvb2017-07-061-6/+9
* ensure safe GlobalEditData release of xForbiddenCharsTableCaolán McNamara2017-07-062-3/+8
* rework as a shared_ptrCaolán McNamara2017-07-067-25/+23
* teach unnecessaryparen plugin about other kinds of statementsNoel Grandin2017-07-061-1/+1
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-061-1/+1
* crash on exit of cppunit testsCaolán McNamara2017-07-054-98/+104
* new loplugin unnecessaryparenNoel Grandin2017-07-057-16/+13
* loplugin:unusedfields in editengNoel Grandin2017-07-0410-39/+1
* EditEngine: Added test to check multi para start copy/pasteVarun Dhall2017-07-031-0/+49
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-034-13/+13
* loplugin:casttovoid: editengStephan Bergmann2017-07-026-34/+6
* tdf#108622: use correct type for last check timestamp during autocorrectAron Budea2017-07-011-1/+1
* EditEngine: Changing export selection for copy/pasteVarun Dhall2017-06-302-74/+94