summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2020-01-02tdf#123206 Add test: import custom-label-fieldTamas Bunth1-0/+2
2020-01-01tdf#123206 Store custom label as chart:data-labelTamas Bunth9-46/+185
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin2-10/+8
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin43-292/+292
2019-12-23tdf#129520 xmloff: fix ODF import of multi-paragraph fieldmarkMichael Stahl1-0/+9
2019-12-22loplugin:finalclasses in xmloffNoel Grandin40-136/+128
2019-12-21convert XMLSectionSourceDDEImportContext to FastParser APINoel Grandin2-49/+20
2019-12-21convert XMLSectionSourceImportContext to FastParser APIsNoel Grandin2-40/+18
2019-12-21remove unnecessary CreateChildContext methodsNoel Grandin8-80/+0
2019-12-20add checks to optional fields in SvXMLImportContextNoel Grandin2-2/+5
2019-12-13loplugin:expandablemethodsNoel Grandin3-7/+2
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt3-0/+3
2019-12-06xmloff: create XMLDrawExportOasis instances with an uno constructorMiklos Vajna4-12/+13
2019-12-03remove some useless comment linesNoel Grandin30-74/+0
2019-11-29tdf#123206 Import/Export chart custom label textTamas Bunth6-9/+81
2019-11-28NFC tdf#120412 cleanup: use DFLT_ESC_* moreJustin Luth1-6/+1
2019-11-26xmloff,sw: fix handling of invalid attribute with multiple ':'Michael Stahl15-38/+51
2019-11-26tdf#128985: ODP: Style text directions revert to RTL on save and re-openTamás Zolnai1-24/+22
2019-11-26cppcheck: performing init in init list (sw/vcl/xmloff)Julien Nabet1-1/+1
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann2-23/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann59-18/+453
2019-11-22xmloff: create XMLDrawStylesExportOasis instances with an uno constructorMiklos Vajna4-8/+12
2019-11-21xmloff: add ODF import/export for semi-transparent shape textMiklos Vajna1-0/+4
2019-11-20loplugin:unusedmethodsNoel Grandin1-2/+0
2019-11-19disable spurious SAL_WARNNoel Grandin1-5/+8
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann31-1/+127
2019-11-16use FasterParser for XMLVersionListPersistenceNoel Grandin1-7/+2
2019-11-15use FastParser for the XMLVersionListImportNoel Grandin2-76/+52
2019-11-15xmloff: create XMLDrawContentExportOasis instances with an uno constructorMiklos Vajna4-8/+12
2019-11-12rename now it does more than just sortCaolán McNamara5-36/+38
2019-11-12tdf#127791 defer import of group shape events until the group is poppedCaolán McNamara3-29/+49
2019-11-12refactor SdXMLEventContext to make a separate SdXMLEventContextDataCaolán McNamara1-31/+52
2019-11-12revert: tdf#127791 write events at the end of groups instead of the startCaolán McNamara1-7/+1
2019-11-12use std::move when popping stuff off stacksNoel Grandin1-1/+1
2019-11-11reduce some ref-countingNoel Grandin1-2/+2
2019-11-11Fix SvXMLImportContext::queryInterface for nowStephan Bergmann1-1/+2
2019-11-09micro-optimisationNoel Grandin1-12/+8
2019-11-07fetch the values just onceCaolán McNamara1-3/+5
2019-11-06tdf#127791 write events at the end of groups instead of the startCaolán McNamara1-1/+7
2019-11-06tdf#125688 removing XWeak support from SvXMLImportContextNoel Grandin1-2/+28
2019-11-06convert ImportStoredChapterNumberingRules to XFastParserNoel Grandin2-0/+24
2019-11-06loplugin:indentation find broken if statementsNoel Grandin2-23/+24
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin2-31/+35
2019-11-03loplugin:stringaddNoel Grandin2-5/+5
2019-11-02New loplugin:conditionalstringStephan Bergmann2-3/+3
2019-10-31tdf#125688, cache token names as OUStringNoel Grandin2-7/+14
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann4-10/+5
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin2-4/+5
2019-10-30tdf#128432 OOXML chart import: fix x axis scale regression of 3D chartsBalazs Varga1-0/+19
2019-10-28loplugin:stringadd improve detectionNoel Grandin2-4/+3