summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)AuthorFilesLines
2018-08-16SvxNumberFormat::nFirstLineOffset should have a larger typeStephan Bergmann1-3/+3
2018-08-15SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann1-3/+3
2018-08-14SvxCharSetColorItem can be removedNoel Grandin1-50/+0
2018-08-09loplugin:unusedmethodsNoel Grandin3-7/+0
2018-07-31loplugin:returnconstant in editengNoel Grandin2-4/+2
2018-07-28-Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann21-1/+23
2018-07-28-Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+1
2018-07-27editeng: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann4-8/+16
2018-07-27Remove unused copy assignment ops of SfxPoolItem-derived classesStephan Bergmann27-176/+14
2018-07-23Fix typosAndrea Gelmini2-2/+2
2018-07-16SvPersistBase no longer necessaryNoel Grandin3-18/+31
2018-07-15remove SvxFrameDirectionItem::operator== overrideJochen Nitschke1-1/+0
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin2-9/+6
2018-07-13pass SvxFieldData around by std::unique_ptrNoel Grandin5-24/+25
2018-07-04Make brittle SortedAutoCompleteStrings ownership handling more explicitStephan Bergmann1-1/+19
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin3-10/+11
2018-06-28Curious inconsistency of SvxPageModelItem copy functionsStephan Bergmann1-7/+0
2018-06-11loplugin:unusedmethodsNoel Grandin1-1/+0
2018-06-11new loplugin:shouldreturnboolNoel Grandin1-2/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-2/+0
2018-05-25SID_FIELD appears to be in useNoel Grandin1-0/+1
2018-05-18loplugin:useuniqueptr in SvxAutoCorrectLanguageListsNoel Grandin1-2/+2
2018-05-17loplugin:unusedfields in editeng..filterNoel Grandin2-7/+1
2018-05-16loplugin:useuniqueptr in SvxOutlinerForwarderNoel Grandin1-3/+3
2018-05-15loplugin:useuniqueptr in ParagraphListNoel Grandin1-1/+1
2018-05-14loplugin:useuniqueptr in SvxItemPropertySetNoel Grandin1-1/+5
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin7-7/+8
2018-05-07[API CHANGE] revert and deprecate *BackGraphicURL add *BackGraphicTomaž Vajngerl1-0/+1
2018-05-04Related: tdf#117245 editeng: cover tab stop items for sw doc model xml ...Miklos Vajna1-0/+2
2018-05-03[API CHANGE] revert and deprecate GraphicURL, modify Graphic prop.Tomaž Vajngerl1-0/+1
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh1-1/+4
2018-05-02Fix typosAndrea Gelmini1-1/+1
2018-04-27restore and deprecate FillBitmapURLTomaž Vajngerl1-0/+1
2018-04-27convert auto correct flags to scoped enumNoel Grandin1-26/+33
2018-04-20Drop GetSvxString l10n wrapper from editengGabor Kelemen1-1/+0
2018-04-18tdf#42949 Remove unnecessary localization headers of editengGabor Kelemen1-3/+0
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin3-3/+3
2018-04-11SvxFieldData wants to be held by tools::SvRefNoel Grandin3-17/+17
2018-04-11make EditPosition::Clone return std::unique_ptrNoel Grandin1-1/+1
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin4-7/+7
2018-04-10loplugin:unusedmethodsNoel Grandin1-2/+0
2018-04-09std::list->std::vector in SubsetMapNoel Grandin1-3/+3
2018-04-08tdf#112384 sw: Allow New line as a label followed by chapter numberingNithin Kumar Padavu1-1/+2
2018-04-04tdf#108608 Draw file unresponsive on large text pasted into textboxNoel Grandin2-0/+2
2018-04-03accessibility: more simplifiation in OCommonAccessibleText.Arnaud Versini1-4/+3
2018-04-03tdf#93173: Remove arbitrary line spacing limitMike Kaganski1-1/+1
2018-03-29loplugin:unnecessaryvirtualNoel Grandin8-8/+8
2018-03-29loplugin:unusedmethodsNoel Grandin2-2/+0
2018-03-29loplugin:virtualdown in editengNoel Grandin1-9/+0
2018-03-29loplugin:virtualdown in svl,svtoolsNoel Grandin11-11/+11