summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2020-04-29Convert TokenContext to fastparser APIsNoel Grandin21-469/+236
2020-04-29simplify handling of comparing XML_NAMESPACE valuesNoel Grandin4-11/+11
2020-04-28move the castToFastAttributeList functionNoel Grandin14-64/+26
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann54-6/+67
2020-04-26update pchesCaolán McNamara2-2/+5
2020-04-25tdf#129898 Use layer DrawnInSlideshow in edit modeRegina Henschel1-0/+9
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin2-4/+2
2020-04-25loplugin:unusedenumconstantsNoel Grandin2-102/+0
2020-04-24xmloff: create SchXMLExport_Styles instances with an uno constructorMiklos Vajna4-20/+7
2020-04-22Fix typosAndrea Gelmini1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen5-0/+5
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-3/+3
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin2-4/+6
2020-04-17tdf#131979 Chart ODF import-export of Link to source formatBalazs Varga2-0/+24
2020-04-17xmloff: create SchXMLExport (flat OOoXML) instances with an uno constructorMiklos Vajna4-21/+11
2020-04-15xmloff: turn this warning into an infoMiklos Vajna1-1/+1
2020-04-11tdf#131931 No version history shownNoel Grandin1-3/+9
2020-04-09tdf#127792 implement UNO chart attribute MajorOriginTünde Tóth5-26/+49
2020-04-09tdf#131966: chart legend attribs width and height unknown for ODF 1.2 (strict)Julien Nabet1-1/+3
2020-04-09xmloff: create SchXMLExport_Oasis_Content instances with an uno constructorMiklos Vajna4-27/+10
2020-04-06loplugin:unusedvariableplus in xmloffNoel Grandin5-9/+1
2020-04-03xmloff: create SchXMLExport_Oasis_Styles instances with an uno constructorMiklos Vajna4-20/+8
2020-04-02loplugin:unusedmethodsNoel Grandin2-25/+0
2020-03-29tdf#131632 animation effects are missing featuresNoel Grandin3-0/+5
2020-03-28Fix is_typed_flags for SCAFlagsJulien Nabet1-1/+1
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen9-15/+0
2020-03-20xmloff: create SchXMLExport_Oasis_Meta instances with an uno constructorMiklos Vajna4-19/+8
2020-03-18Avoid -Werror=unused-but-set-variableStephan Bergmann1-1/+1
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin78-205/+205
2020-03-16Avoid -Werror=maybe-uninitializedStephan Bergmann1-4/+3
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi2-4/+4
2020-03-13xmloff: create SchXMLExport_Oasis instances with an uno constructorMiklos Vajna4-24/+13
2020-03-10use FastParser in DrawAnnotationContextNoel Grandin3-57/+134
2020-03-09use FastParser in XMLAnimationsContextNoel Grandin3-138/+128
2020-03-09StartElement/EndElement in SdXMLGenericPageContext are superfluous nowNoel Grandin2-12/+0
2020-03-09improve loplugin:unusedfieldsNoel Grandin6-28/+18
2020-03-09convert SdXMLGenericPageContext to fastparserNoel Grandin7-233/+83
2020-03-07clang-format xmloff with under 5-percent lines of changeMuhammet Kara12-20/+20
2020-03-06loplugin:unusedmethodsNoel Grandin3-55/+0
2020-03-06xmloff: create SchXMLImport_Content instances with an uno constructorMiklos Vajna4-27/+12
2020-03-06use more FastParser in ScXMLContentValidationContextNoel Grandin1-0/+5
2020-03-05tdf#75330 chart: implement ODF import/export of legend overlay featureTünde Tóth4-11/+40
2020-03-04ofz#21045 Invalid-enum-valueCaolán McNamara1-1/+1
2020-03-03tdf#101181 Implement glow effect on shapesTamas Bunth4-0/+17
2020-03-03move some headers inside their moduleNoel Grandin3-2/+31
2020-03-02don't rely on parser ::characters callback only firing onceNoel Grandin5-103/+84
2020-03-01use the SetAttribute override in SvXMLStyleContext subclasses consistentlyNoel Grandin7-130/+80
2020-02-29tdf#130955 chart export: fix repeated custom labelsBalazs Varga1-2/+0
2020-02-29tdf#130878 Report does not show label-fieldsNoel Grandin1-0/+2
2020-02-29reduce some pointer chasingNoel Grandin1-11/+12