summaryrefslogtreecommitdiff
path: root/svx/source/unogallery
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-3/+3
2016-08-25convert SgaObjKind to scoped enumNoel Grandin1-3/+3
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-9/+9
2016-02-09Remove excess newlinesChris Sherlock5-55/+0
2016-02-09Formatting changes across all modulesChris Sherlock4-6/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-8/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-18/+18
2015-10-31com::sun::star->css in svxNoel Grandin2-32/+32
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-28/+28
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-1/+1
2015-09-22convert Link<> to typedNoel Grandin1-1/+1
2015-09-16boost->stdCaolán McNamara1-2/+2
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-06-28coverity#1308484 Uncaught exceptionCaolán McNamara2-2/+3
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara2-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29convert GALLERY_HINT constants to scoped enumNoel Grandin1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin2-3/+3
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-4/+2
2014-08-21Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-0/+1
2014-07-04Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2
2014-06-19coverity#983931 Uncaught exceptionCaolán McNamara2-5/+4
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin4-10/+2
2014-06-04coverity#738055 Uncaught exceptionCaolán McNamara2-2/+4
2014-06-04coverity#738052 Uncaught exceptionCaolán McNamara2-5/+7
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet3-29/+29
2014-05-11Fix previous commit (svx part)Julien Nabet1-2/+2
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-2/+2
2014-04-15svx: sal_Bool->boolNoel Grandin1-2/+2
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2-28/+28
2014-03-10svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann3-18/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann5-59/+59
2014-02-26Remove visual noise from svxAlexander Wilms2-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms3-47/+47
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-2/+2
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-18Unify ctor functions for component implementations.Matúš Kukan1-4/+4
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza3-38/+8
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan1-1/+1
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan1-2/+1
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan1-9/+1
2013-12-31svx: Use constructor feature for GalleryThemeProvider.Matúš Kukan1-54/+25