summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-152-6/+3
* cppcheck:redundantConditionNoel Grandin2015-06-152-3/+5
* cppcheck: redundantCondition [part1]Julien Nabet2015-06-141-1/+1
* minor clean upStephan Bergmann2015-06-111-0/+1
* Remove unnecessary Bool2AnyStephan Bergmann2015-06-103-13/+13
* Bool2Any wants to get bool instead of sal_uInt8Katarina Behrens2015-06-101-1/+1
* tdf#88055: Don't export transparent background colour as whiteKatarina Behrens2015-06-101-0/+45
* cppcheck: unreadVariableCaolán McNamara2015-06-091-3/+3
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0812-23/+23
* tdf#90804 remove SfxFieldUnit enumAndras Timar2015-06-081-2/+2
* Typo: emty->emptyJulien Nabet2015-06-062-3/+3
* tdf#88276: Add slot and handlers for toolbar|sidebar buttonsKatarina Behrens2015-06-011-1/+1
* sal_uInt16 to sal_Int32, and use -1 as a special caseMatteo Casalin2015-06-011-1/+1
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-05-293-3/+3
* loplugin:loopvartoosmallNoel Grandin2015-05-298-11/+11
* tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2015-05-261-1/+1
* unbreak calc againMarkus Mohrhard2015-05-261-1/+2
* Global CptlSttWrd and CptlSttWord -> CapitalStartWordJan Holesovsky2015-05-263-14/+14
* Global CptlSttSntnc -> CapitalStartSentenceJan Holesovsky2015-05-263-18/+18
* bCptlSttSntnc -> bCapitalStartSentenceMiklos Vajna2015-05-262-4/+4
* convert SCROLL constants to scoped enumNoel Grandin2015-05-261-1/+1
* AutoCorrect: direct replacement of keywords surrounded by colonsLászló Németh2015-05-251-2/+6
* convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin2015-05-221-1/+1
* convert POINTER constants to scoped enumNoel Grandin2015-05-222-9/+9
* editeng: simplify code by std::none_ofTakeshi Abe2015-05-212-12/+7
* ImpEditView::SetCursorAtPoint tiled rendering: avoid partial selectionsMiklos Vajna2015-05-201-2/+2
* ImpEditEngine::MoveCursor tiled rendering: avoid partial selectionsMiklos Vajna2015-05-201-2/+2
* bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2015-05-2017-106/+106
* convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2015-05-203-3/+3
* convert DRAWMODE constants to scoped enumNoel Grandin2015-05-201-2/+2
* Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens2015-05-182-8/+8
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-153-18/+12
* conver MENU_FLAG_ constants to scoped enumNoel Grandin2015-05-151-2/+2
* convert POPUPMENU_ constants to scoped enumNoel Grandin2015-05-151-1/+1
* convert INPUTCONTEXT_ constants to scoped enumNoel Grandin2015-05-141-1/+1
* convert QUICKHELP constants to scoped enumNoel Grandin2015-05-142-2/+2
* convert GRFILTER_I_FLAGS to scoped enumNoel Grandin2015-05-141-1/+1
* convert KERNING_ constants to scoped enumNoel Grandin2015-05-144-5/+5
* convert CURSOR_DIRECTION constants to scoped enumNoel Grandin2015-05-121-3/+3
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-10/+10
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-113-3/+3
* cppcheck: unreadVariableCaolán McNamara2015-05-111-1/+0
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-101-5/+5
* Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2015-05-071-0/+1
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-3/+3
* Unwind SotStorageRef typedefStephan Bergmann2015-05-071-15/+15
* Remove SvStorage aliasStephan Bergmann2015-05-071-1/+1
* Remove SvStorageStreamRef aliasStephan Bergmann2015-05-071-2/+2
* SotStorage ctor takes as 3rd param a StorageMode (aka short)Stephan Bergmann2015-05-071-13/+13
* VclPtr: one ref too manyCaolán McNamara2015-05-061-2/+2