summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-2/+2
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-11/+11
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-02-22loplugin:refcounting in dbaccessNoel1-6/+4
2021-02-15loplugin:referencecasting in dbaccessNoel1-3/+3
2021-02-10Remove unneeded breaksAndrea Gelmini2-6/+0
2021-01-11xmloff: "form:datasource" vs. "db:data-source"Michael Stahl2-2/+2
2020-12-15use views to parse rather than allocating OUStringNoel9-66/+46
2020-12-08fastparser in stylesNoel Grandin2-11/+13
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel5-7/+10
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen7-7/+2
2020-11-02create common macro and method for logging unknown attributesNoel12-13/+13
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel21-55/+1
2020-09-13tdf#124176 Use #pragma once in dbaccess/source/filterGeorge Bateman25-95/+25
2020-09-01Fix typoAndrea Gelmini1-1/+1
2020-08-30use more fastparser in SvXMLStyleContext subclassesNoel Grandin2-7/+3
2020-08-26use fastparser in OTableStyleContextNoel Grandin2-25/+22
2020-08-25use more fastparser in OReportStylesContextNoel Grandin1-0/+1
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin7-7/+7
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin2-2/+2
2020-07-31dbaccess: create instances with uno constructorsNoel Grandin1-1/+4
2020-07-16loplugin:unusedmethodsNoel Grandin3-29/+0
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin6-249/+45
2020-07-01reorder parameters of SvXMLExport::SvXMLExportNoel Grandin1-1/+1
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-1/+1
2020-06-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu1-2/+1
2020-05-11remove archaic Content.xml fallbackCaolán McNamara1-14/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-08replace ODFDefaultVersion usage with ODFSaneDefaultVersion...Michael Stahl1-5/+5
2020-04-29simplify handling of comparing XML_NAMESPACE valuesNoel Grandin1-2/+2
2020-04-28move the castToFastAttributeList functionNoel Grandin12-39/+13
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann3-1/+4
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-15loplugin:flatten in dbaccessNoel Grandin11-375/+375
2020-04-12improve fastparser loggingNoel Grandin12-13/+13
2020-04-07new loplugin:unusedvariableplusNoel Grandin1-1/+0
2020-04-06loplugin:unusedvariableplus in dbaccessNoel Grandin1-1/+0
2020-04-01tdf#42949 Fix IWYU warnings in dbaccess/source/[f-s]*/*cxxGabor Kelemen23-113/+1
2020-03-09improve loplugin:unusedfieldsNoel Grandin4-20/+18
2020-03-05use FastParser in OTableStylesContextNoel Grandin2-3/+3
2020-03-02don't rely on parser ::characters callback only firing onceNoel Grandin2-2/+11
2020-02-29tdf#130878 Report does not show label-fieldsNoel Grandin2-2/+2
2020-02-27tdf#42949 Fix IWYU warnings in dbaccess/source/*/*hxxGabor Kelemen20-40/+8
2020-02-26new loplugin:xmlimportNoel Grandin1-0/+4
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara1-1/+0
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin7-46/+48
2020-01-23loplugin:unusedmethodsNoel Grandin5-38/+0