summaryrefslogtreecommitdiffstats
path: root/include/editeng
Commit message (Expand)AuthorAgeFilesLines
* loplugin:useuniqueptr in editengNoel Grandin2018-12-121-1/+1
* tdf#121779: extend TWo CApitals list to also ignore sMALL iNITIALSMike Kaganski2018-12-071-5/+3
* remove unused EditStatusFlags enum valueNoel Grandin2018-12-071-2/+1
* remove unused SvxNumRuleFlags::CHAR_TEXT_DISTANCENoel Grandin2018-12-071-2/+1
* loplugin:singlevalfields in editengNoel Grandin2018-12-051-2/+0
* loplugin:unusedmethodsNoel Grandin2018-11-301-1/+0
* remove unused EditStatusFlags::CRSRLEFTPARANoel Grandin2018-11-301-13/+5
* loplugin:unusedfieldsNoel Grandin2018-11-281-1/+1
* remove unused EEControlBits enum valueNoel Grandin2018-11-271-2/+1
* remove unused EVControlBits enum valuesNoel Grandin2018-11-271-2/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2018-11-271-0/+1
* add dumpAsXml methods to more pool itemsMarkus Mohrhard2018-11-261-0/+2
* remove unused EESpellState::LanguageNotInstalledNoel Grandin2018-11-241-1/+1
* loplugin:unusedenumconstants in EEControlBitsNoel Grandin2018-11-221-5/+1
* Adapt to C++2a char_tStephan Bergmann2018-11-171-1/+1
* Revert "tdf#115639: Align right/center with trailing spaces the same"Tamás Zolnai2018-11-162-6/+0
* loplugin:buriedassign in dbaccess..ooxNoel Grandin2018-11-161-2/+6
* entirity of writer rebuilding when vcl widget headers changeCaolán McNamara2018-11-161-1/+1
* loplugin:staticmethods in editengNoel Grandin2018-11-158-8/+8
* tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen2018-11-142-0/+3
* tdf#118582 Disable signature line signing once it is signedSamuel Mehrbrodt2018-11-061-0/+1
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-021-1/+1
* loplugin:singlevalfieldsNoel Grandin2018-10-171-2/+1
* loplugin:staticconstfield improvementsNoel Grandin2018-10-151-1/+1
* Resolves: tdf#66545 display URL fields non-shaded in CalcEike Rathke2018-10-091-1/+3
* use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin2018-10-091-1/+1
* drop some now unnecessary includesCaolán McNamara2018-10-061-0/+1
* Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann2018-10-023-6/+6
* loplugin:methodcycles more graph theory for the winNoel Grandin2018-09-273-16/+0
* loplugin:useuniqueptr in SvxRTFParserNoel Grandin2018-09-251-6/+2
* weld SvxHyphenWordDialogCaolán McNamara2018-09-201-4/+2
* tdf#118967 Batch all a11y notificationsPaul Trojahn2018-09-041-17/+3
* tdf#112935 Paste as Unformatted doesn't work in shapes and commentsMaxim Monastirsky2018-09-021-1/+1
* tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen2018-08-311-1/+2
* loplugin:constantparam (1)Noel Grandin2018-08-291-2/+1
* Resolves: tdf#112563 we don't want a human representation of SvxRsidItemCaolán McNamara2018-08-241-0/+5
* SvxNumberFormat::nFirstLineOffset should have a larger typeStephan Bergmann2018-08-161-3/+3
* SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann2018-08-151-3/+3
* SvxCharSetColorItem can be removedNoel Grandin2018-08-141-50/+0
* loplugin:unusedmethodsNoel Grandin2018-08-093-7/+0
* loplugin:returnconstant in editengNoel Grandin2018-07-312-4/+2
* -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-2821-1/+23
* -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-281-0/+1
* editeng: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-274-8/+16
* Remove unused copy assignment ops of SfxPoolItem-derived classesStephan Bergmann2018-07-2727-176/+14
* Fix typosAndrea Gelmini2018-07-232-2/+2
* SvPersistBase no longer necessaryNoel Grandin2018-07-163-18/+31
* remove SvxFrameDirectionItem::operator== overrideJochen Nitschke2018-07-151-1/+0
* merge IUndoManager into SfxUndoManagerNoel Grandin2018-07-132-9/+6
* pass SvxFieldData around by std::unique_ptrNoel Grandin2018-07-135-24/+25