summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter
AgeCommit message (Expand)Author
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-02-07sal_uInt8 is typedefed as unsigned char so this casting isn't neededCaolán McNamara
2022-01-14Recheck modules d* with IWYUGabor Kelemen
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin
2021-11-10Replace some macros in dbaccess part 2Julien Nabet
2021-11-08Replace some macros in dbaccess part 1Julien Nabet
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski
2021-10-29Prepare for removal of non-const operator[] from Sequence in dbaccessMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-11loplugin:moveparam in dbaccessNoel Grandin
2021-10-10loplugin:moveparam in xmloffNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-22loplugin:refcounting in dbaccessNoel
2021-02-15loplugin:referencecasting in dbaccessNoel
2021-02-10Remove unneeded breaksAndrea Gelmini
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-11xmloff: "form:datasource" vs. "db:data-source"Michael Stahl
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-15use views to parse rather than allocating OUStringNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-08fastparser in stylesNoel Grandin
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen
2020-11-02create common macro and method for logging unknown attributesNoel
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel
2020-09-13tdf#124176 Use #pragma once in dbaccess/source/filterGeorge Bateman
2020-09-01Fix typoAndrea Gelmini
2020-08-30use more fastparser in SvXMLStyleContext subclassesNoel Grandin
2020-08-26use fastparser in OTableStyleContextNoel Grandin
2020-08-25use more fastparser in OReportStylesContextNoel Grandin
2020-08-17inline some use-once typedefsNoel Grandin
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-07-31dbaccess: create instances with uno constructorsNoel Grandin
2020-07-16compact namespace: dbaccess,desktopNoel Grandin
2020-07-16loplugin:unusedmethodsNoel Grandin
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin
2020-07-01reorder parameters of SvXMLExport::SvXMLExportNoel Grandin
2020-06-24use more std::container::insert instead of std::copyNoel Grandin