summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2020-01-21use FastParser in SdXMLMasterStylesContextNoel Grandin4-20/+28
2020-01-21use FastParser in XMLScriptContextNoel Grandin2-45/+47
2020-01-20return nullptr from CreateChildContext methods in subclassesNoel Grandin30-179/+32
2020-01-19inline some Create methodsNoel Grandin2-20/+4
2020-01-19tdf#129883 Section links are lost on save and reloadNoel Grandin2-18/+40
2020-01-17tdf#98584 Correct import draw:transform values skewY and matrixRegina Henschel2-16/+47
2020-01-17xmloff: create DrawingLayerExport instances with an uno constructorMiklos Vajna4-13/+14
2020-01-16return nullptr from Create*Context methods in nullptr subclassesNoel Grandin5-21/+5
2020-01-16fix XMLVersionListImport fast-parserNoel Grandin2-3/+9
2020-01-15use FastParser for SchXMLImportNoel Grandin4-94/+44
2020-01-14use FastParser APIs in SvxXMLXTableImportNoel Grandin3-1/+13
2020-01-13convert this warning to SAL_INFO for nowNoel Grandin1-1/+1
2020-01-13convert dbaccess to FastParser APIsNoel Grandin1-1/+2
2020-01-10use more std::make_sharedNoel Grandin2-3/+3
2020-01-10xmloff: create AnimationsImport instances with an uno constructorMiklos Vajna4-24/+9
2020-01-09convert XMLAutoTextEventImport to FastParser APIsNoel Grandin4-19/+15
2020-01-08ofz#19933 Null-dereference READCaolán McNamara1-0/+6
2020-01-08make ODBFilter return a fast contextNoel Grandin1-1/+1
2020-01-07extract some common code from ImportContext classesNoel Grandin49-212/+43
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