summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-06-02loplugin:loopvartoosmallStephan Bergmann1-1/+1
2015-06-02tdf#88178 Avoid naming two distinct buttons the same…Adolfo Jayme Barrientos1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-06-02cppcheck: redundantAssignmentCaolán McNamara1-2/+1
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara8-16/+16
2015-06-02remove empty lines and bring some sanity in comment positionsMarkus Mohrhard1-129/+35
2015-06-02no need to make that separate statementsMarkus Mohrhard1-2/+1
2015-06-02OSL_FAIL to SAL_WARNMarkus Mohrhard1-1/+1
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks3-4/+4
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin15-33/+33
2015-05-29loplugin:loopvartoosmallNoel Grandin10-49/+49
2015-05-28SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna1-0/+2
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-3/+3
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung7-23/+23
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin2-3/+3
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2-2/+2
2015-05-25convert TOTOP constants to scoped enumNoel Grandin2-2/+2
2015-05-25convert SHOW constants to scoped enumNoel Grandin4-8/+8
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin4-5/+6
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin5-8/+8
2015-05-22loplugin:constantfunctionNoel Grandin1-10/+0
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-1/+1
2015-05-21tdf#91381 - fix a couple of animation related lifecycle issues.Michael Meeks1-0/+3
2015-05-21convert SWIB constants to scoped enumNoel Grandin3-14/+13
2015-05-21convert MENUBAR_MODE constants to scoped enumNoel Grandin2-2/+2
2015-05-21convert CVT constants to scoped enumNoel Grandin3-9/+10
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2-2/+2
2015-05-20cleanup sidebarTomaž Vajngerl1-10/+6
2015-05-20SidebarDockingWindow - cleanupTomaž Vajngerl2-14/+7
2015-05-20Deck, TitleBar - setup background in ApplySettingsTomaž Vajngerl4-15/+22
2015-05-20boost::function to std for sidebar Deck, cleanup a bitTomaž Vajngerl4-40/+30
2015-05-20sidebar Panel - setup background in ApplySettingsTomaž Vajngerl2-3/+7
2015-05-20boost::function to std, clenupTomaž Vajngerl4-79/+65
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin2-2/+2
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin3-7/+7
2015-05-20Remove include stdio (part4)Julien Nabet6-7/+0
2015-05-19basic: used typed LINKsNoel Grandin1-4/+4
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-3/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2-35/+28
2015-05-16tdf#91259 - fix help browser focus issue post dispose.Michael Meeks1-5/+4
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin4-7/+7
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin4-6/+6
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin1-1/+1
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin1-1/+1
2015-05-14TyposJulien Nabet1-1/+1
2015-05-14refacotr InfoBar to use RenderContextTomaž Vajngerl1-4/+4
2015-05-14refactor SfxDockingWindow to use RenderContextTomaž Vajngerl1-152/+55
2015-05-14refactor TitledDockingWindow to use RenderContextTomaž Vajngerl1-56/+56
2015-05-14refactor PreviewWindow to use RenderContextTomaž Vajngerl2-79/+70