summaryrefslogtreecommitdiff
path: root/editeng/source/rtf
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-18/+18
2015-10-07loplugin:mergeclassesNoel Grandin1-4/+4
2015-10-07loplugin:mergeclassesNoel Grandin1-3/+3
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-17/+17
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-23CppCheck : reduce variables scopeMichaël Lefèvre1-3/+5
2015-09-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-3/+1
2015-08-31Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung1-1/+7
2015-08-21tdf#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2015-08-11loplugin: defaultparamsNoel Grandin2-23/+23
2015-07-20editeng: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl2-54/+58
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl1-18/+15
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl1-10/+11
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-4/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2-8/+8
2015-04-28SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be boolStephan Bergmann1-2/+2
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-8/+8
2015-03-19loplugin:constantfunction: editengNoel Grandin2-23/+0
2015-03-15editeng: nAnz -> nCountMiklos Vajna1-6/+6
2015-01-20Some more loplugin:cstylecast: editengStephan Bergmann1-2/+2
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-5/+5
2014-12-18editeng: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05editeng: SvxRTFParser sal_Bool to boolMichael Stahl2-31/+31
2014-10-01loplugin: cstylecastNoel Grandin2-13/+13
2014-09-30clean up some weird type-casting in SvxRTFParserNoel Grandin2-160/+146
2014-09-18fdo#82577: Handle FontNoel Grandin2-8/+8
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-13/+13
2014-06-30Drop unecessary continuePeter Senna Tschudin1-1/+0
2014-06-04coverity#736033 Missing break in switchCaolán McNamara1-4/+3
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-15editeng: sal_Bool->boolNoel Grandin1-8/+8
2014-04-03svl: sal_Bool->boolNoel Grandin1-2/+2
2014-03-03editeng: sal_Bool->boolNoel Grandin1-2/+2
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27editeng: sal_Bool->boolNoel Grandin2-3/+3
2014-02-27editeng: sal_Bool->boolNoel Grandin2-36/+36
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann2-64/+64
2014-02-05coverity#707768 Uninitialized scalar fieldNorbert Thiebaud1-11/+17
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
2014-01-14bool improvementsStephan Bergmann2-6/+7