summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-27osl::Mutex->std::mutex in rptxml::ImportDocumentHandlerNoel Grandin1-1/+1
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-2/+2
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-16loplugin:unocast (SvXMLImport)Stephan Bergmann1-1/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-24clang-tidy modernize-pass-by-value in reportdesignNoel Grandin1-2/+3
2022-05-04Just use Any ctor instead of makeAny in reportdesignStephan Bergmann1-4/+4
2022-05-01use more string_view in variousNoel Grandin1-3/+3
2022-03-30Related: tdf#117162 use a marginally tidier but riskier fix for trunkCaolán McNamara1-7/+3
2022-03-30tdf#117162 ImportDocumentHandler expected XDocumentHandler argumentCaolán McNamara1-3/+5
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-02-21loplugin:refcounting in package..saxNoel1-1/+2
2021-02-16loplugin:referencecasting in reportdesignNoel1-3/+3
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-07-24reportdesign: create instances with uno constructorsNoel Grandin1-14/+6
2020-05-05tdf#42949 Fix IWYU warnings in reportdesign/*/*cxxGabor Kelemen1-4/+1
2020-04-02loplugin:flatten in reportdesignNoel Grandin1-33/+33
2020-01-28remove some unused local varsNoel Grandin1-1/+0
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov1-5/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): reportdesignStephan Bergmann1-1/+1
2019-03-28return unique_ptr in OXMLHelperNoel Grandin1-1/+1
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-1/+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-1/+1
2017-09-02Typos for "available"Julien Nabet1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-6/+6
2017-07-11use more range-for on uno::SequenceNoel Grandin1-5/+3
2017-06-26s/catched/caughtNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin1-2/+2
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-4/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-16/+16
2016-07-15new loplugin unnecessary overrideNoel Grandin1-1/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-09-30reportdesign: std::auto_ptr -> std::unique_ptrStephan Bergmann1-6/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+1
2014-05-02reportdesign: sal_Bool->boolNoel Grandin1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14
2014-02-23Remove unneccessary commentsAlexander Wilms1-7/+7
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-11/+11
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-11/+11
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-3/+3