summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantparamNoel Grandin2017-09-082-3/+2
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-042-2/+2
* OUString: reduce temporaries and constifyMatteo Casalin2017-08-271-18/+15
* loplugin:unusedfieldsNoel Grandin2017-08-252-3/+0
* loplugin:unusedmethodsNoel Grandin2017-08-251-7/+0
* Related: tdf#108795 never use an unresolved LANGUAGE_SYSTEM in SvxAutoCorrectEike Rathke2017-08-241-13/+15
* Related: tdf#108795 a shared SvxAutoCorrect instance can not be statefulEike Rathke2017-08-245-19/+29
* editeng: warning C4701 potentially uninitialized local varMichael Stahl2017-08-221-1/+1
* editeng: avoid infinite loop in SvxBoxItem::CreateMichael Stahl2017-08-221-1/+1
* drop unused SvxScriptTypeItemJochen Nitschke2017-08-221-14/+0
* 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