summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml
AgeCommit message (Expand)Author
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2014-12-18dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-04covertiy#705369: dbaccess: move XML_TOK_ENCODING to enum XMLDataSourceInfoMichael Stahl
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-03loplugin: cstylecastNoel Grandin
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-05document oddity by commentLionel Elie Mamane
2014-08-25set names on a bunch more threads...Michael Stahl
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida
2014-07-04fix spelling in class name OSpecialHanldeXMLExportPropertyMapperNoel Grandin
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-17Comment why it's not a copy paste errorJulien Nabet
2014-05-14dbaccess: remove SAL_INFO's that only make function entryNoel Grandin
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-04-17dbaccess: sal_Bool->boolNoel Grandin
2014-04-16WaE: Unreferenced function definition [loplugin:unreffun]Tor Lillqvist
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from dbaccessAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-14sal_Bool->boolNoel Grandin
2014-02-01coverity#707731 : Uninitialized scalar fieldNorbert Thiebaud
2014-02-01coverity#707730 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann
2014-01-07typo: type attribute of xlink:href is also in xlinkk namespaceLionel Elie Mamane
2014-01-07ODB ODF standard conformance: xlink:href needs xlink:typeLionel Elie Mamane
2013-12-21Revert "WIP: xlink:href needs xlink:type"Lionel Elie Mamane
2013-12-21WIP: xlink:href needs xlink:typeLionel Elie Mamane
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke