summaryrefslogtreecommitdiff
path: root/svx/source/gallery2
AgeCommit message (Expand)AuthorFilesLines
2016-05-16convert GALLERY_ITEM to scoped enumNoel Grandin2-11/+11
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin2-13/+12
2016-04-20Revert partly some of my previous patchesJulien Nabet1-2/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin5-12/+8
2016-04-18Use const_iterator when possible (svx/gallery2,items,sdr,stbctrls)Julien Nabet3-4/+7
2016-04-15Use an iterator for loop to avoid calling n times std::advanceJulien Nabet1-10/+8
2016-04-14loplugin:passstuffbyref in svxNoel Grandin1-1/+1
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin7-122/+122
2016-03-09loplugin:constantparam in svxNoel Grandin1-1/+1
2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin1-3/+2
2016-03-01loplugin:unuseddefaultparam in svx (part2)Noel Grandin2-6/+6
2016-02-23new loplugin: commaoperatorNoel Grandin2-5/+12
2016-02-09Remove excess newlinesChris Sherlock3-3/+0
2016-02-09Formatting changes across all modulesChris Sherlock6-14/+0
2016-02-04svx: replace boost::bind with C++11 lambdaMichael Stahl1-5/+4
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin1-5/+1
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
2015-12-21loplugin:unusedfields in store,svtools,svxNoel Grandin1-1/+0
2015-11-25loplugin:unusedfields in include/svxNoel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-13svx: rename static variableMichael Stahl1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-50/+50
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-5/+5
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-11-04loplugin:stringconstantNoel Grandin1-2/+2
2015-10-31com::sun::star->css in svxNoel Grandin1-4/+4
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2-4/+3
2015-10-27tdf#88548 fontwork gallery always have transparent/checkered background.Aybuke Ozdemir1-15/+5
2015-10-27sal_uLong/long to ErrCodeMatteo Casalin1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann3-6/+6
2015-10-17coverity#1327445 Unchecked dynamic_castCaolán McNamara2-4/+4
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-2/+1
2015-10-14convert Link<> to typedNoel Grandin2-8/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-10/+10
2015-10-12convert Link<> to typedNoel Grandin2-7/+6
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-1/+1
2015-09-22convert Link<> to typedNoel Grandin1-2/+2
2015-09-16boost->stdCaolán McNamara7-34/+33
2015-09-15convert Link<> to typedNoel Grandin1-3/+1
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-4/+4
2015-09-09convert Link<> to typedNoel Grandin1-4/+2
2015-09-08convert Link<> to typedNoel Grandin1-2/+1
2015-09-08convert Link<> to typedNoel Grandin1-9/+11
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+2
2015-09-07convert Link<> to typedNoel Grandin3-11/+11
2015-09-03convert Link<> to typedNoel Grandin1-3/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin3-9/+7
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2-4/+2