summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-06-29remove custom RTTI from SvxAutoCorrectNoel Grandin1-2/+0
2015-06-28coverity#1308551 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-28coverity#1308483 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2-2/+2
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-5/+2
2015-06-22Fix typosAndrea Gelmini2-4/+4
2015-06-21Fix typosAndrea Gelmini1-1/+1
2015-06-19Simplify uses of OUString::replaceAll with literal argumentsStephan Bergmann1-1/+1
2015-06-19All uses of LINE_SEP are fine with a char literalStephan Bergmann1-1/+1
2015-06-18drop unused sequenceasvector.hxx (see sequence.hxx)Caolán McNamara1-1/+0
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-18seems to be what was meantLionel Elie Mamane1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe6-12/+12
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin2-6/+3
2015-06-15cppcheck:redundantConditionNoel Grandin2-3/+5
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet1-1/+1
2015-06-11minor clean upStephan Bergmann1-0/+1
2015-06-10Remove unnecessary Bool2AnyStephan Bergmann3-13/+13
2015-06-10Bool2Any wants to get bool instead of sal_uInt8Katarina Behrens1-1/+1
2015-06-10tdf#88055: Don't export transparent background colour as whiteKatarina Behrens1-0/+45
2015-06-09cppcheck: unreadVariableCaolán McNamara1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann12-23/+23
2015-06-08tdf#90804 remove SfxFieldUnit enumAndras Timar1-2/+2
2015-06-06Typo: emty->emptyJulien Nabet2-3/+3
2015-06-01tdf#88276: Add slot and handlers for toolbar|sidebar buttonsKatarina Behrens1-1/+1
2015-06-01sal_uInt16 to sal_Int32, and use -1 as a special caseMatteo Casalin1-1/+1
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks3-3/+3
2015-05-29loplugin:loopvartoosmallNoel Grandin8-11/+11
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-1/+1
2015-05-26unbreak calc againMarkus Mohrhard1-1/+2
2015-05-26Global CptlSttWrd and CptlSttWord -> CapitalStartWordJan Holesovsky3-14/+14
2015-05-26Global CptlSttSntnc -> CapitalStartSentenceJan Holesovsky3-18/+18
2015-05-26bCptlSttSntnc -> bCapitalStartSentenceMiklos Vajna2-4/+4
2015-05-26convert SCROLL constants to scoped enumNoel Grandin1-1/+1
2015-05-25AutoCorrect: direct replacement of keywords surrounded by colonsLászló Németh1-2/+6
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin2-9/+9
2015-05-21editeng: simplify code by std::none_ofTakeshi Abe2-12/+7
2015-05-20ImpEditView::SetCursorAtPoint tiled rendering: avoid partial selectionsMiklos Vajna1-2/+2
2015-05-20ImpEditEngine::MoveCursor tiled rendering: avoid partial selectionsMiklos Vajna1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier17-106/+106
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin3-3/+3
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-2/+2
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens2-8/+8
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini3-18/+12