summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann15-160/+160
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-2/+2
2015-11-04Bin some use-once variables, use literals insteadTor Lillqvist1-23/+12
2015-10-29com::sun::star->css in sdNoel Grandin2-5/+5
2015-10-26cppcheck:noExplicitConstructorNoel Grandin4-7/+7
2015-10-19loplugin:defaultparamsStephan Bergmann2-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann16-65/+65
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht2-2/+2
2015-10-02loplugin:unusedmethodsNoel Grandin4-6/+0
2015-09-30Fix typosAndrea Gelmini3-3/+3
2015-09-25boost->stdCaolán McNamara1-1/+1
2015-09-25sd/source/ui/sidebar std->boostCaolán McNamara3-4/+3
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara1-0/+1
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara22-99/+97
2015-09-20convert Link<> to typedNoel Grandin2-16/+10
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara22-100/+103
2015-09-17boost->stdCaolán McNamara22-103/+100
2015-09-17convert Link<> to typedNoel Grandin4-42/+35
2015-09-17convert Link<> to typedNoel Grandin4-13/+9
2015-09-17convert Link<> to typedNoel Grandin5-11/+10
2015-09-17convert Link<> to typedNoel Grandin3-18/+14
2015-09-17convert Link<> to typedNoel Grandin6-41/+38
2015-09-17convert Link<> to typedNoel Grandin2-4/+3
2015-09-08convert Link<> to typedNoel Grandin4-8/+5
2015-09-07convert Link<> to typedNoel Grandin4-8/+8
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-4/+3
2015-08-20loplugin:defaultparamsNoel Grandin2-6/+3
2015-08-05loplugin:unusedmethodsNoel Grandin7-43/+0
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin7-17/+14
2015-06-02loplugin:loopvartoosmallNoel Grandin2-4/+4
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin2-2/+2
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin2-2/+2
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-2/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin2-3/+4
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann1-3/+3
2015-05-07VclPtr: clicking on another sidebar button when navigator open crashesCaolán McNamara1-1/+4
2015-05-07VclPtr: clicking on sidebar impress navigator crashesCaolán McNamara1-2/+2
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-5/+3
2015-05-05loplugin:staticmethodsNoel Grandin4-4/+4
2015-05-05cppcheck: noExplicitConstructorCaolán McNamara4-7/+7
2015-04-30Gradually typed LinkStephan Bergmann11-44/+44
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist5-11/+11
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-2/+2