summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlExportDocumentHandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: reportdesignStephan Bergmann1-1/+1
2023-02-27osl::Mutex->std::mutex in rptxml::ExportDocumentHandlerNoel Grandin1-1/+1
2023-01-18cid#1519050 silence Unchecked dynamic_castCaolán McNamara1-0/+1
2023-01-16cid#1519051 silence Unchecked dynamic_castCaolán McNamara1-0/+2
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-8/+8
2023-01-13XUnoTunnel->dynamic_cast in SvXMLAttributeListNoel Grandin1-3/+3
2022-06-24clang-tidy modernize-pass-by-value in reportdesignNoel Grandin1-2/+3
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen1-1/+0
2021-10-30Prepare for removal of non-const operator[] from Sequence in reportdesignMike Kaganski1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-3/+3
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin1-2/+2
2021-02-21loplugin:refcounting in package..saxNoel1-12/+8
2021-02-16loplugin:referencecasting in reportdesignNoel1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-11-11loplugin:stringviewNoel1-1/+1
2020-09-01Fix typo in codeAndrea Gelmini1-3/+3
2020-09-01Fix typo in codeAndrea Gelmini1-2/+2
2020-07-24reportdesign: create instances with uno constructorsNoel Grandin1-19/+10
2020-04-02loplugin:flatten in reportdesignNoel Grandin1-10/+10
2019-10-15new loplugin:bufferaddNoel Grandin1-5/+4
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov1-6/+6
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): reportdesignStephan Bergmann1-1/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-07-29loplugin:stringloop in sdNoel Grandin1-4/+1
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-1/+1
2017-10-01throw more useful uno::Exception'sNoel Grandin1-2/+2
2017-09-02Typos for "available"Julien Nabet1-1/+1
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin1-1/+1
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-16/+16
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin1-8/+4
2016-07-15new loplugin unnecessary overrideNoel Grandin1-1/+0
2016-06-28loplugin:singlevalfields in reportdesignNoel Grandin1-6/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+0
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-6/+6
2014-05-02reportdesign: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-7/+7
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-7/+7
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in REPORTDESIGN moduleNoel Grandin1-1/+1
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-2/+1