summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* Fix typosAndrea Gelmini2017-08-112-2/+2
* editviewoverlay: Adapted URL in edit modeArmin Le Grand2017-08-101-1/+8
* editviewoverlay: correct reaction on property changeArmin Le Grand2017-08-101-18/+2
* editviewoverlay: more cases securedArmin Le Grand2017-08-101-0/+4
* editviewoverlay: EditViewSelection reorganizedArmin Le Grand2017-08-108-97/+134
* editviewoverlay: Allow EditView to run in OverlayArmin Le Grand2017-08-104-17/+124
* Removing unused SfxItemPool serialisation from scVarun Dhall2017-08-092-364/+0
* SvPersistStream deadNoel Grandin2017-08-082-279/+16
* loplugin:unusedmethodsNoel Grandin2017-08-085-178/+0
* 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