summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-06-08tdf#90804 remove SfxFieldUnit enumAndras Timar1-2/+2
2015-06-08AutoCorrect: fix not immediately replacement of Emoji :short_names:László Németh1-2/+7
2015-06-04tdf#91702 - fix stack-based MessBox allocation.Michael Meeks3-3/+3
2015-06-03tdf#88276: toolbar|sidebar button for text background colourKatarina Behrens1-1/+1
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-1/+1
2015-05-29convert POINTER constants to scoped enumNoel Grandin2-9/+9
2015-05-27tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-1/+1
2015-05-26ImpEditView::SetCursorAtPoint tiled rendering: avoid partial selectionsMiklos Vajna1-2/+2
2015-05-26ImpEditEngine::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
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-2/+2
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-1/+1
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin2-2/+2
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin1-1/+1
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin4-5/+5
2015-05-12convert CURSOR_DIRECTION constants to scoped enumNoel Grandin1-3/+3
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-10/+10
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-3/+3
2015-05-11cppcheck: unreadVariableCaolán McNamara1-1/+0
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-5/+5
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann1-0/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-3/+3
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-15/+15
2015-05-07Remove SvStorage aliasStephan Bergmann1-1/+1
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-2/+2
2015-05-07SotStorage ctor takes as 3rd param a StorageMode (aka short)Stephan Bergmann1-13/+13
2015-05-06VclPtr: one ref too manyCaolán McNamara1-2/+2
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin3-6/+6
2015-05-06convert FONTTOSUBSFONT constants to scoped enumNoel Grandin2-5/+5
2015-05-05vcl::Window::Scroll takes a sal_uInt16 nFlags, not a sal_BoolStephan Bergmann1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann3-4/+3
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-7/+4
2015-05-03drop useless temp debugging stringsCaolán McNamara1-12/+0
2015-05-03drop useless temp debugging stringsCaolán McNamara1-6/+0
2015-04-30Gradually typed LinkStephan Bergmann11-58/+58
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist4-13/+13
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-4/+2
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks9-26/+22
2015-04-28SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be boolStephan Bergmann1-2/+2
2015-04-28Outliner::RemovingPagesHdl return type wants to be boolStephan Bergmann1-2/+2
2015-04-28operator == return type wants to be boolStephan Bergmann1-4/+4
2015-04-27rhbz#1215443 avoid null pointer dereferenceDavid Tardon1-1/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann22-54/+49