summaryrefslogtreecommitdiff
path: root/svx/source/xml
AgeCommit message (Expand)AuthorFilesLines
2014-07-08don't terminate via unhandled exception on loading ooo89328-1.sxcCaolán McNamara1-3/+19
2014-07-06fix assert for empty string case on loading ooo119654-1.odtCaolán McNamara1-2/+1
2014-07-04Avoid possible memory leaks in case of exceptionsTakeshi Abe3-16/+16
2014-06-04coverity#738062 Uncaught exceptionCaolán McNamara1-1/+2
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann1-1/+1
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet2-6/+6
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet1-2/+2
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet1-7/+7
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-15svx: sal_Bool->boolNoel Grandin3-13/+13
2014-04-10coverity#708393 Uninitialized scalar fieldCaolán McNamara1-2/+4
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann3-14/+7
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann4-27/+27
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-14svx: sal_Bool->boolNoel Grandin2-34/+34
2014-03-14svx: sal_Bool->boolNoel Grandin1-6/+6
2014-03-13svtools,svx: prefer passing OUString and OString by referenceNoel Grandin1-2/+3
2014-03-12fdo#71622 compress svg files in ODFAndras Timar1-1/+1
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-4/+0
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand1-0/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-48/+48
2014-02-26Remove visual noise from svxAlexander Wilms3-13/+13
2014-02-23Remove unneccessary commentsAlexander Wilms2-3/+3
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-01-28bool improvementsStephan Bergmann3-3/+3
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-1/+1
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-4/+4
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-2/+2
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-8/+2
2014-01-18Unify ctor functions for component implementations.Matúš Kukan1-11/+9
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan1-2/+2
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan1-4/+2
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan1-18/+2
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann1-1/+1
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann1-1/+1
2013-12-31svx: Use constructor feature for SvXMLGraphicImportExportHelper.Matúš Kukan1-40/+68
2013-12-20Revert "svx: split into direct implementation getFactories"Matúš Kukan1-54/+41
2013-12-20svx: split into direct implementation getFactoriesMatúš Kukan1-41/+54
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin1-1/+1
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-1/+1
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-1/+1
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-3/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-6/+6
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-6/+6
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann1-2/+2
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin1-6/+6