summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx
AgeCommit message (Expand)Author
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): reportdesignStephan Bergmann
2019-03-28return unique_ptr in OXMLHelperNoel Grandin
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-10-01throw more useful uno::Exception'sNoel Grandin
2017-09-02Typos for "available"Julien Nabet
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-06-26s/catched/caughtNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-09-30reportdesign: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-05-02reportdesign: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in REPORTDESIGN moduleNoel Grandin
2013-10-23fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza
2013-08-30fdo#68663 open chart-in-report: actually test for categories presenceLionel Elie Mamane
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-04doubled includesThomas Arnhold
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin
2012-10-02re-base on ALv2 code. Includes:Michael Meeks
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-01-04Fix for fdo43460 Part XXVIII getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from reportdesignNorbert Thiebaud
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-06-20Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-06-17gnumake4: converted reportdesign [hg:e3de7a65caba]Ocke Janssen [oj]
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2010-11-28More dead code removalWol
2010-10-13Merge commit 'ooo/OOO330_m10'Jan Holesovsky