summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximppage.cxx
AgeCommit message (Expand)Author
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel
2020-12-15use views to parse rather than allocating OUStringNoel
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin
2020-12-04fastparser in CreateGroupChildContextNoel
2020-12-03fastparser in DrawAnnotationContextNoel
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-02create common macro and method for logging unknown attributesNoel
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski
2020-09-12tdf#133502 annotation has wrong positionNoel Grandin
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-06loplugin:flatten in xmloff/drawNoel Grandin
2020-04-29simplify handling of comparing XML_NAMESPACE valuesNoel Grandin
2020-04-28move the castToFastAttributeList functionNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-03-10use FastParser in DrawAnnotationContextNoel Grandin
2020-03-09use FastParser in XMLAnimationsContextNoel Grandin
2020-03-09StartElement/EndElement in SdXMLGenericPageContext are superfluous nowNoel Grandin
2020-03-09convert SdXMLGenericPageContext to fastparserNoel Grandin
2020-02-27convert AnimationImport to fast-parser APIsNoel Grandin
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2020-01-20return nullptr from CreateChildContext methods in subclassesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-12rename now it does more than just sortCaolán McNamara
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen
2018-05-08OFFICE-3776 xmloff: adapt ODF import to renamed text:sender-initialsMichael Stahl
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-07-28loplugin:constparams in xmloffNoel Grandin
2017-07-20loplugin:constparams in xmloffNoel Grandin
2017-03-28tdf#96505 Get rid of cargo cult "long" integer literalsThomas Beck
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-02inline some constant strings in xmloff (part1)Noel Grandin
2016-06-21Simplify dynamic_cast followed by a static_cast.Jan Holesovsky
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-18[API CHANGE] add Author Initials to XAnnotationCaolán McNamara
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht