summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2017-09-18unused m_xAccInfo in AccessibleEditableTextParaNoel Grandin1-18/+2
2017-09-18remove unused aLocale from SvxNumRuleNoel Grandin1-2/+4
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin2-25/+25
2017-09-16convert SvxTimeFormat to scoped enumNoel Grandin2-21/+23
2017-09-16convert SvxTimeType to scoped enumNoel Grandin3-7/+7
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin6-15/+17
2017-09-15convert SvxFileType to scoped enumNoel Grandin2-4/+4
2017-09-15convert SvxFileFormat to scoped enumNoel Grandin2-21/+21
2017-09-15convert SvxAuthorType to scoped enumNoel Grandin2-3/+3
2017-09-15convert SvxAuthorFormat to scoped enumNoel Grandin2-10/+12
2017-09-15convert SdrMeasureFieldKind to scoped enumNoel Grandin2-6/+6
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin3-31/+30
2017-09-14improve redundantcast lopluginNoel Grandin3-6/+6
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin7-14/+14
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