summaryrefslogtreecommitdiff
path: root/svx/source/unogallery
AgeCommit message (Expand)Author
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-22convert Link<> to typedNoel Grandin
2015-09-16boost->stdCaolán McNamara
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-28coverity#1308484 Uncaught exceptionCaolán McNamara
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29convert GALLERY_HINT constants to scoped enumNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-08-21Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-07-04Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-19coverity#983931 Uncaught exceptionCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-04coverity#738055 Uncaught exceptionCaolán McNamara
2014-06-04coverity#738052 Uncaught exceptionCaolán McNamara
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-11Fix previous commit (svx part)Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-10svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan
2013-12-31svx: Use constructor feature for GalleryThemeProvider.Matúš Kukan
2013-12-20Revert "svx: split into direct implementation getFactories"Matúš Kukan
2013-12-20svx: split into direct implementation getFactoriesMatúš Kukan