summaryrefslogtreecommitdiff
path: root/editeng/source/outliner
AgeCommit message (Expand)AuthorFilesLines
2019-05-23tdf#125297 List Format wrongly applied to text pastedNoel Grandin1-1/+5
2019-05-22Fix typoAndrea Gelmini1-1/+1
2019-04-26tdf#119650 slow saving spreadsheet with comments, part 1Noel Grandin1-2/+5
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin3-4/+5
2019-02-23loplugin:unusedfields in editengNoel Grandin1-4/+0
2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov1-9/+5
2019-02-13Pointer is pointlessNoel Grandin1-5/+6
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin1-13/+13
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen3-10/+7
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen3-0/+3
2018-11-16Revert "tdf#115639: Align right/center with trailing spaces the same"Tamás Zolnai1-5/+0
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin1-1/+1
2018-10-15loplugin:staticconstfield improvementsNoel Grandin2-8/+7
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin4-15/+18
2018-09-09Handle trailing token separator without copying stringMatteo Casalin1-6/+7
2018-09-09Avoid getTokenCount()Matteo Casalin1-3/+3
2018-09-02tdf#112935 Paste as Unformatted doesn't work in shapes and commentsMaxim Monastirsky1-4/+8
2018-08-15SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann1-1/+1
2018-08-09loplugin:unusedmethodsNoel Grandin1-5/+0
2018-08-01Add missing sal/log.hxx headersGabor Kelemen5-0/+5
2018-07-31loplugin:returnconstant in editengNoel Grandin1-4/+1
2018-07-28loplugin:stringloop in editengNoel Grandin1-4/+4
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-2/+2
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin3-15/+19
2018-06-11loplugin:unusedmethodsNoel Grandin1-5/+0
2018-06-11new loplugin:shouldreturnboolNoel Grandin1-2/+1
2018-05-15loplugin:useuniqueptr in ParagraphListNoel Grandin3-33/+34
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin3-7/+8
2018-04-18tdf#42949 Remove unnecessary localization headers of editengGabor Kelemen5-5/+1
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin2-9/+6
2018-04-10loplugin:unusedmethodsNoel Grandin1-10/+0
2018-04-04tdf#108608 Draw file unresponsive on large text pasted into textboxNoel Grandin1-0/+5
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl1-1/+1
2018-03-11Use for-range loops in editengJulien Nabet1-6/+5
2018-03-08loplugin:unusedmethodsNoel Grandin1-5/+0
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-17tdf#115639: Align right/center with trailing spaces the same as MS PowerPointTamás Zolnai1-0/+10
2018-02-16tdf#115783 sd: fix lost char attributes during in-table copy&pasteMiklos Vajna1-0/+5
2018-02-16Revert "loplugin:changetoolsgen in editeng..extensions" and reapply pluginNoel Grandin2-13/+13
2018-02-14loplugin:changetoolsgen in editeng..extensionsNoel Grandin3-51/+51
2018-02-05loplugin:useuniqueptr in OFlowChainedTextNoel Grandin1-4/+2
2018-02-05loplugin:useuniqueptr in OutlinerNoel Grandin2-6/+5
2018-02-02editeng: remove dead codeChris Sherlock1-9/+0
2018-01-15Fix typoAndrea Gelmini1-2/+2
2018-01-12More loplugin:cstylecast: editengStephan Bergmann3-10/+10
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-1/+1
2017-12-28loplugin:passstuffbyref improved return in editengNoel Grandin2-9/+10