summaryrefslogtreecommitdiffstats
path: root/svx/source/unogallery
Commit message (Expand)AuthorAgeFilesLines
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-211-0/+1
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-041-3/+2
* coverity#983931 Uncaught exceptionCaolán McNamara2014-06-192-5/+4
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-094-10/+2
* coverity#738055 Uncaught exceptionCaolán McNamara2014-06-042-2/+4
* coverity#738052 Uncaught exceptionCaolán McNamara2014-06-042-5/+7
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet2014-05-203-29/+29
* Fix previous commit (svx part)Julien Nabet2014-05-111-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2014-05-111-2/+2
* svx: sal_Bool->boolNoel Grandin2014-04-151-2/+2
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-012-2/+2
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-272-28/+28
* svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-103-18/+3
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-265-59/+59
* Remove visual noise from svxAlexander Wilms2014-02-262-6/+6
* Remove unneccessary commentsAlexander Wilms2014-02-233-47/+47
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-221-2/+2
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-211-1/+1
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-201-3/+1
* Unify ctor functions for component implementations.Matúš Kukan2014-01-181-4/+4
* fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza2014-01-163-38/+8
* Unify ctor functions to have _get_implementation suffix.Matúš Kukan2014-01-151-1/+1
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-151-2/+1
* Initialize constructor based implementations in one place.Matúš Kukan2014-01-151-9/+1
* svx: Use constructor feature for GalleryThemeProvider.Matúš Kukan2013-12-311-54/+25
* Revert "svx: split into direct implementation getFactories"Matúš Kukan2013-12-201-17/+54
* svx: split into direct implementation getFactoriesMatúš Kukan2013-12-201-54/+17
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-121-8/+8
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-111-8/+8
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-111-8/+8
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-193-3/+3
* fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza2013-10-301-16/+2
* fixincludeguards.sh: svxThomas Arnhold2013-10-282-4/+4
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-075-61/+61
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-193-6/+6
* re-base on ALv2 code. Includes:Michael Meeks2012-11-273-75/+46
* re-base on ALv2 code.Michael Meeks2012-06-212-46/+28
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* remove include of pch header from svxNorbert Thiebaud2011-11-273-6/+0
* use standard pattern for thisCaolán McNamara2011-06-073-36/+18
* drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-295-0/+0
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens2011-03-126-50/+2
|\
| * gnumake3: remove loads of obsolete dmakefilesMichael Stahl2011-02-011-48/+0
| * CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or ...Mathias Bauer2010-04-202-2/+2
* | Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold2011-01-201-1/+1
* | add modelines to .hxx files as wellCaolán McNamara2010-10-282-0/+6
* | merge vosremoval-mutex.diffNorbert Thiebaud2010-10-253-3/+3
* | use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud2010-10-253-27/+27
* | #i80184# Allow adding drawing documents to gallery via APICaolán McNamara2010-10-221-0/+35