summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2017-09-08loplugin:constantparamNoel Grandin2-3/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin2-2/+2
2017-08-27OUString: reduce temporaries and constifyMatteo Casalin1-18/+15
2017-08-25loplugin:unusedfieldsNoel Grandin2-3/+0
2017-08-25loplugin:unusedmethodsNoel Grandin1-7/+0
2017-08-24Related: tdf#108795 never use an unresolved LANGUAGE_SYSTEM in SvxAutoCorrectEike Rathke1-13/+15
2017-08-24Related: tdf#108795 a shared SvxAutoCorrect instance can not be statefulEike Rathke5-19/+29
2017-08-22editeng: warning C4701 potentially uninitialized local varMichael Stahl1-1/+1
2017-08-22editeng: avoid infinite loop in SvxBoxItem::CreateMichael Stahl1-1/+1
2017-08-22drop unused SvxScriptTypeItemJochen Nitschke1-14/+0
2017-08-20drop unused SfxSpellCheckItemJochen Nitschke1-52/+0
2017-08-18loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-9/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-17Removing unused serialisation codeVarun Dhall4-7/+7
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin4-5/+5
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin1-1/+1
2017-08-14Removing unused SetVersionMap from editengVarun Dhall1-50/+0
2017-08-13tdf#110988 Middle click does not paste primary selectionNoel Grandin1-1/+7
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-08-11Fix typosAndrea Gelmini2-2/+2
2017-08-10editviewoverlay: Adapted URL in edit modeArmin Le Grand1-1/+8
2017-08-10editviewoverlay: correct reaction on property changeArmin Le Grand1-18/+2
2017-08-10editviewoverlay: more cases securedArmin Le Grand1-0/+4
2017-08-10editviewoverlay: EditViewSelection reorganizedArmin Le Grand8-97/+134
2017-08-10editviewoverlay: Allow EditView to run in OverlayArmin Le Grand4-17/+124
2017-08-09Removing unused SfxItemPool serialisation from scVarun Dhall2-364/+0
2017-08-08SvPersistStream deadNoel Grandin2-279/+16
2017-08-08loplugin:unusedmethodsNoel Grandin5-178/+0
2017-08-08Fix typosAndrea Gelmini1-1/+1
2017-08-08loplugin:constantparamNoel Grandin1-2/+2
2017-08-07Removing unused SfxItemPool serialisation from editengVarun Dhall13-1254/+0
2017-08-07EditEngine: Removing BIN formatVarun Dhall6-101/+16
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