summaryrefslogtreecommitdiff
path: root/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+2
2017-07-11simplify some OUString::concat usageNoel Grandin1-3/+1
2017-06-23loplugin:oncevar filter..formsNoel Grandin1-4/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-3/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-13/+0
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+2
2016-01-08fix indentationMarkus Mohrhard1-6/+6
2015-11-06coverity#1338245 Uncaught exceptionCaolán McNamara1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-04yyyyyNoel Grandin1-9/+6
2015-10-09filter: convert OSL_FAIL to SAL_WARNMichael Stahl1-10/+10
2015-10-01com::sun::star->css in filter/Noel Grandin1-9/+9
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-8/+0
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-18Remove include stdio (part2)Julien Nabet1-1/+0
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-2/+2
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-2/+2
2014-04-22filter: sal_Bool->boolNoel Grandin1-14/+14
2014-02-27Remove visual noise from filterAlexander Wilms1-6/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-8/+8
2014-01-16fdo#54938: Convert filter to cppu::supportsServiceMarcos Paulo de Souza1-12/+7
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-9/+6
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-6/+9
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-9/+6
2013-11-25rhbz#1030009 Remove global XModel refStephan Bergmann1-7/+0
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-5/+5
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-11/+0
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-06-05fdo#46808, Replace usage of SpecialConfigManagerNoel Grandin1-3/+3
2013-06-05fdo#46808, Convert XMultiServiceFactory in filter moduleNoel Grandin1-9/+9
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+2
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-15/+15
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-3/+3
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+1
2012-03-30removed duplicate includes in filter / i18npool / sdextTakeshi Abe1-1/+0
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-2/+2
2011-12-26Fix for fdo43460 Part XVII getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-12catch exception by constant referenceTakeshi Abe1-4/+4
2011-11-27remove include of pch header from filterNorbert Thiebaud1-2/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-5/+5