summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* coverity#1438198 silence using invalid iteratorCaolán McNamara2018-08-021-2/+5
* Add missing sal/log.hxx headersGabor Kelemen2018-08-0126-0/+26
* loplugin:returnconstant in editengNoel Grandin2018-07-314-9/+6
* deque could be a vector insteadCaolán McNamara2018-07-301-2/+1
* ofz#9613 Integer-overflow in shadow multiplicationCaolán McNamara2018-07-281-2/+3
* loplugin:stringloop in editengNoel Grandin2018-07-287-50/+49
* Remove unused copy assignment ops of SfxPoolItem-derived classesStephan Bergmann2018-07-272-12/+0
* tdf#115438 Fix freeze when pasting unformatted textPaul Trojahn2018-07-261-0/+2
* ofz#7666 WritingDirectionInfos doesn't have to be a dequeCaolán McNamara2018-07-251-1/+1
* tdf#118517: Use xStg before resetting itXisco Fauli2018-07-241-1/+1
* Fix typosAndrea Gelmini2018-07-201-1/+1
* SvPersistBase no longer necessaryNoel Grandin2018-07-163-37/+0
* remove SvxFrameDirectionItem::operator== overrideJochen Nitschke2018-07-151-8/+0
* merge IUndoManager into SfxUndoManagerNoel Grandin2018-07-133-7/+7
* pass SvxFieldData around by std::unique_ptrNoel Grandin2018-07-135-81/+82
* lok: sc: ctrl-clicking links doesn't workMarco Cecchetti2018-07-041-1/+11
* pass OutlinerParaObject around by std::unique_ptrNoel Grandin2018-07-024-17/+20
* Improved loplugin:redundantcast (const-qualified typedefs): editengStephan Bergmann2018-06-293-6/+6
* tdf#117620 Localize the temporary IgnoreAllList dictionarys nameGabor Kelemen2018-06-261-1/+6
* simplify calls to *DialogFactory::Create methodsNoel Grandin2018-06-121-20/+17
* loplugin:unusedmethodsNoel Grandin2018-06-111-5/+0
* new loplugin:shouldreturnboolNoel Grandin2018-06-113-6/+3
* remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin2018-06-091-1/+0
* Translate German comments and debug stringsJohnny_M2018-06-062-3/+3
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-059-9/+0
* editeng: work around spurious GCC 7 -Werror=return-typeMichael Stahl2018-06-031-1/+1
* SID_FIELD appears to be in useNoel Grandin2018-05-251-29/+30
* coverity#1435680 silence Unchecked return valueCaolán McNamara2018-05-201-1/+1
* loplugin:useuniqueptr in SvxAutoCorrectLanguageListsNoel Grandin2018-05-181-36/+26
* loplugin:unusedfields in editeng..filterNoel Grandin2018-05-176-38/+23
* loplugin:useuniqueptr in SvxOutlinerForwarderNoel Grandin2018-05-161-17/+6
* ofz#7802 infinite loopCaolán McNamara2018-05-151-1/+15
* loplugin:useuniqueptr in ParagraphListNoel Grandin2018-05-153-33/+34
* loplugin:useuniqueptr in SvxItemPropertySetNoel Grandin2018-05-141-5/+3
* loplugin:useuniqueptr in EditTextObjectImplNoel Grandin2018-05-143-10/+6
* store Color using boost::optional in EditCharAttribFieldNoel Grandin2018-05-1012-38/+35
* [API CHANGE] revert and deprecate *BackGraphicURL add *BackGraphicTomaž Vajngerl2018-05-071-2/+18
* Related: tdf#117245 editeng: cover tab stop items for sw doc model xml ...Miklos Vajna2018-05-041-0/+17
* [API CHANGE] deprecate and revert GraphicURL prop. NumberingLevelTomaž Vajngerl2018-04-281-1/+16
* convert auto correct flags to scoped enumNoel Grandin2018-04-274-91/+91
* loplugin:unusedmethodsNoel Grandin2018-04-211-1/+0
* Drop GetSvxString l10n wrapper from editengGabor Kelemen2018-04-201-5/+0
* tdf#42949 Remove unnecessary localization headers of editengGabor Kelemen2018-04-1811-13/+3
* cppcheck - fix variableScope in some filesGökhan Gurbetoğlu2018-04-171-2/+1
* sd lok: Impress: Right-click menu on misspelled word locks up sessionTamás Zolnai2018-04-161-0/+4
* -Werror,-Wreturn-std-moveStephan Bergmann2018-04-131-1/+3
* make SvxEditSource::Clone return std::unique_ptrNoel Grandin2018-04-125-12/+14
* return std::unique_ptr from SfxItemSet::CloneNoel Grandin2018-04-111-6/+2
* SvxFieldData wants to be held by tools::SvRefNoel Grandin2018-04-113-17/+17
* make EditPosition::Clone return std::unique_ptrNoel Grandin2018-04-112-3/+3