summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter
AgeCommit message (Expand)AuthorFilesLines
2023-02-27osl::Mutex->std::mutex in rptxml::ImportDocumentHandlerNoel Grandin2-2/+3
2023-02-27osl::Mutex->std::mutex in rptxml::ExportDocumentHandlerNoel Grandin2-2/+3
2023-01-20Base Im-/ExportDocumentHandler on WeakImplHelperStephan Bergmann2-8/+8
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 Kaganski6-15/+15
2023-01-13XUnoTunnel->dynamic_cast in SvXMLAttributeListNoel Grandin1-3/+3
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-16loplugin:unocast (SvXMLImport)Stephan Bergmann1-1/+2
2022-11-30tdf#133343 collect autostyle prop namesNoel Grandin1-1/+2
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin1-12/+12
2022-09-05Simplify by using replace instead of replaceAt in 2 loops in reportdesignJulien Nabet1-6/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann16-16/+16
2022-06-24clang-tidy modernize-pass-by-value in reportdesignNoel Grandin8-12/+16
2022-05-24modernize and improve PropertySetInfoNoel Grandin3-4/+0
2022-05-05use more o3tl::getTokenNoel Grandin2-20/+22
2022-05-04Just use Any ctor instead of makeAny in reportdesignStephan Bergmann11-24/+24
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 McNamara2-3/+8
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen15-17/+1
2021-12-22loplugin:flatten in package..reportdesignNoel Grandin1-52/+50
2021-12-03loplugin:stringliteraldefine in xmloffNoel Grandin1-9/+4
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin2-2/+2
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin1-5/+5
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in reportdesignMike Kaganski3-8/+8
2021-10-22Revert "Simplify vector initialization in reportdesign"Julien Nabet1-11/+6
2021-10-16Simplify vector initialization in reportdesignJulien Nabet1-6/+11
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-10loplugin:moveparam in xmloffNoel Grandin1-9/+7
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-3/+3
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin1-2/+2
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-4/+4
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-2/+2
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-12/+12
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin2-4/+4
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-02-21loplugin:refcounting in package..saxNoel3-15/+12
2021-02-16loplugin:referencecasting in reportdesignNoel14-44/+44
2021-02-08Remove unneeded breaksAndrea Gelmini1-7/+0
2021-01-09fix coverity parse errorsCaolán McNamara3-6/+6
2020-12-26New loplugin:stringliteralvarStephan Bergmann3-6/+6
2020-12-18use more string_view in convertEnumNoel5-10/+10
2020-12-17use more string_view in SvXMLUnitConverterNoel3-3/+3
2020-12-15use views to parse rather than allocating OUStringNoel13-76/+44
2020-12-14use more direct parsing on FastAttributeListNoel1-5/+3
2020-12-14loplugin:unusedenumconstantsNoel1-16/+0
2020-12-09Fix loplugin:stringviewparam handling of comparison operatorsStephan Bergmann1-1/+1
2020-12-08fastparser in stylesNoel Grandin2-11/+12