summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* add << operator for css::uno::ExceptionNoel Grandin2017-10-043-3/+3
* new loplugin:blockblockNoel Grandin2017-10-031-7/+4
* rename SvxTabStop::IsEqual to operator==Noel Grandin2017-09-291-1/+1
* convert IsEqual/etc methods on ESelection to operatorsNoel Grandin2017-09-294-6/+6
* Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2017-09-261-4/+4
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-12/+47
* lok: Don't freeze the LibreOfficeKit via the spell-checking popup menu.Jan Holesovsky2017-09-221-1/+5
* ofz: don't leak in face of exceptionsCaolán McNamara2017-09-221-4/+2
* loplugin:flatten in editeng..extensionsNoel Grandin2017-09-213-82/+69
* unused xForbiddenCharsTable in ImpEditEngineNoel Grandin2017-09-192-8/+3
* unused m_xAccInfo in AccessibleEditableTextParaNoel Grandin2017-09-181-18/+2
* remove unused aLocale from SvxNumRuleNoel Grandin2017-09-181-2/+4
* convert SvxDateFormat to scoped enumNoel Grandin2017-09-182-25/+25
* convert SvxTimeFormat to scoped enumNoel Grandin2017-09-162-21/+23
* convert SvxTimeType to scoped enumNoel Grandin2017-09-163-7/+7
* convert SvxURLFormat to scoped enumNoel Grandin2017-09-166-15/+17
* convert SvxFileType to scoped enumNoel Grandin2017-09-152-4/+4
* convert SvxFileFormat to scoped enumNoel Grandin2017-09-152-21/+21
* convert SvxAuthorType to scoped enumNoel Grandin2017-09-152-3/+3
* convert SvxAuthorFormat to scoped enumNoel Grandin2017-09-152-10/+12
* convert SdrMeasureFieldKind to scoped enumNoel Grandin2017-09-152-6/+6
* convert SvxCellVerJustify to scoped enumNoel Grandin2017-09-153-31/+30
* improve redundantcast lopluginNoel Grandin2017-09-143-6/+6
* clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin2017-09-117-14/+14
* 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