summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar
AgeCommit message (Expand)AuthorFilesLines
2015-06-22-Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2015-06-22loplugin:salboolStephan Bergmann1-2/+2
2015-06-22-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-06-22loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-06-22new uno sidebar api tdf#91806Laurent Godard57-2076/+1266
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-1/+0
2015-06-16state *which* context name is not recognizedCaolán McNamara1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara2-2/+2
2015-06-02OSL_FAIL to SAL_WARNMarkus Mohrhard1-1/+1
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2-3/+3
2015-05-22loplugin:constantfunctionNoel Grandin1-10/+0
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 Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-2/+2
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-1/+1
2015-05-14refactor sidebar classes to use RenderContext, cleanupTomaž Vajngerl15-452/+287
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-5/+2
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann3-3/+3
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-2/+2
2015-05-09Related: tdf#72007 align to right if undockedCaolán McNamara1-2/+2
2015-05-08loplugin:staticmethodsStephan Bergmann1-2/+4
2015-05-08callcatcher: update unused codeCaolán McNamara3-7/+0
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann3-4/+4
2015-05-07tdf#90994 The accessible name should not contain the accessible roleNiklas Johansson4-11/+3
2015-05-07tdf#90994 Sidebar tab bar buttons should should have accessible namesNiklas Johansson1-0/+2
2015-05-07Resolves: tdf#72007: on switching decks keep our left indent, don't assume 0Caolán McNamara1-53/+37
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-2/+2
2015-05-06Use typed ToolBox::SetDeactivateHdl LinkStephan Bergmann1-5/+3
2015-05-06Use typed ToolBox::SetActivateHdl LinkStephan Bergmann1-5/+3
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann3-22/+13
2015-04-30Gradually typed LinkStephan Bergmann2-7/+7
2015-04-29error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon1-1/+1
2015-04-29WaE: C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon1-1/+1
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl4-8/+8
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl13-15/+15
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks28-188/+218
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-3/+3
2015-04-23loplugin:staticmethodsNoel Grandin3-13/+13