summaryrefslogtreecommitdiff
path: root/svx/source/unogallery
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-20Revert "svx: split into direct implementation getFactories"Matúš Kukan1-17/+54
2013-12-20svx: split into direct implementation getFactoriesMatúš Kukan1-54/+17
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-8/+8
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-8/+8
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-8/+8
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin3-3/+3
2013-10-30fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza1-16/+2
2013-10-28fixincludeguards.sh: svxThomas Arnhold2-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-61/+61
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold3-6/+6
2012-11-27re-base on ALv2 code. Includes:Michael Meeks3-75/+46
2012-06-21re-base on ALv2 code.Michael Meeks2-46/+28
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2011-11-27remove include of pch header from svxNorbert Thiebaud3-6/+0
2011-06-07use standard pattern for thisCaolán McNamara3-36/+18
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito5-0/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens6-50/+2
2011-02-01gnumake3: remove loads of obsolete dmakefilesMichael Stahl1-48/+0
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-1/+1
2010-10-28add modelines to .hxx files as wellCaolán McNamara2-0/+6
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud3-3/+3
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud3-27/+27
2010-10-22#i80184# Allow adding drawing documents to gallery via APICaolán McNamara1-0/+35
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth3-0/+9