summaryrefslogtreecommitdiff
path: root/svx/source/gallery2
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin1-2/+2
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-3/+3
2015-08-11loplugin: defaultparamsNoel Grandin2-14/+14
2015-08-03svx: replace boost::function with std::functionMichael Stahl4-11/+12
2015-07-16loplugin:unusedmethods svxNoel Grandin2-9/+0
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-5/+5
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-11/+11
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung2-2/+2
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara2-3/+3
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-2/+2
2015-05-24tdf#91534: Writer crash using Gallery icon in sidebarJulien Nabet1-3/+4
2015-05-21convert CVT constants to scoped enumNoel Grandin1-29/+29
2015-05-13refactor GalleryPreview to use RenderContextTomaž Vajngerl1-56/+59
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-2/+2
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin2-5/+5
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2-2/+2