summaryrefslogtreecommitdiff
path: root/svx/source/xml
AgeCommit message (Expand)AuthorFilesLines
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet1-1/+1
2021-05-29std::unique_ptr -> std::optionalNoel Grandin1-10/+10
2021-05-29no need to allocate these on the heapNoel Grandin1-5/+5
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-3/+3
2021-02-15loplugin:referencecasting in svxNoel2-9/+9
2021-02-11loplugin:refcounting generalise type checkingNoel1-4/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+4
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen2-3/+0
2020-11-02create common macro and method for logging unknown attributesNoel1-1/+1
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel1-3/+0
2020-10-16svx: use the fastparser API when possibleNoel1-15/+6
2020-10-05use more TOOLS_WARN_EXCEPTIONMike Kaganski2-6/+9
2020-09-30loplugin:reducevarscope in svxNoel1-2/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-2/+3
2020-09-01Fix typoAndrea Gelmini1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-22use fastparser for fill stylesNoel Grandin1-108/+99
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin2-2/+2
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin2-2/+2
2020-08-06loplugin:flatten in svxNoel Grandin1-51/+51
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svxStephan Bergmann1-2/+2
2020-06-29loplugin:constantparamNoel Grandin1-3/+2
2020-06-05Upcoming loplugin:elidestringvar: svxStephan Bergmann1-2/+1
2020-05-22tdf#41995: sxx: ODF export: save SVG to ODF 1.2 as wellMichael Stahl1-1/+2
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl1-1/+1
2020-04-29simplify handling of comparing XML_NAMESPACE valuesNoel Grandin1-9/+7
2020-04-28move the castToFastAttributeList functionNoel Grandin1-3/+1
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky1-25/+1
2020-03-13Revert "loplugin:constfields in svx"Noel Grandin2-3/+3
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen5-20/+0
2020-02-27remove duplicate tokens from xmloffNoel Grandin1-1/+1
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-5/+1
2020-01-28tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer typesEda Nur Var1-4/+4
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin1-1/+1
2020-01-14use FastParser APIs in SvxXMLXTableImportNoel Grandin1-43/+65
2020-01-07extract some common code from ImportContext classesNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-2/+4
2019-11-18use FasterParser for SvxXMLXTableImport::loadNoel Grandin1-6/+2
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+3
2019-10-02loplugin:stringadd in svxNoel Grandin2-8/+4
2019-09-18remove unused crc functionality from ZCodecNoel Grandin1-1/+1
2019-08-25pdfium: Returning a const std::shared_ptr<...>& is not recommended.Jan Holesovsky1-1/+1
2019-08-25pdfium: Use std::vector to hold the PdfData.Jan Holesovsky1-4/+4
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-5/+3
2019-08-15loplugin:sequenceloop in svtools..svxNoel Grandin1-1/+1
2019-08-13Fix typosAndrea Gelmini1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann1-2/+2
2019-07-20loplugin:referencecasting in svxNoel Grandin3-13/+6
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov1-6/+3