summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* drop unused SfxSpellCheckItemJochen Nitschke2017-08-201-52/+0
* loplugin:unnecessaryparenNoel Grandin2017-08-181-2/+2
* Fix typosAndrea Gelmini2017-08-171-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-9/+3
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-1/+1
* Removing unused serialisation codeVarun Dhall2017-08-174-7/+7
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-174-5/+5
* assert on duplicate listener in SfxListenerNoel Grandin2017-08-161-1/+1
* Removing unused SetVersionMap from editengVarun Dhall2017-08-141-50/+0
* tdf#110988 Middle click does not paste primary selectionNoel Grandin2017-08-131-1/+7
* 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