summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)Author
2020-01-08tdf#123206 Add test: import custom-label-fieldTamas Bunth
2020-01-08tdf#123206 Store custom label as chart:data-labelTamas Bunth
2019-12-29tdf#129520 xmloff: fix ODF import of multi-paragraph fieldmarkMichael Stahl
2019-12-07tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt
2019-12-02tdf#123206 Import/Export chart custom label textTamas Bunth
2019-11-28tdf#128985: ODP: Style text directions revert to RTL on save and re-openTamás Zolnai
2019-11-12rename now it does more than just sortCaolán McNamara
2019-11-12tdf#127791 defer import of group shape events until the group is poppedCaolán McNamara
2019-11-12refactor SdXMLEventContext to make a separate SdXMLEventContextDataCaolán McNamara
2019-11-12revert: tdf#127791 write events at the end of groups instead of the startCaolán McNamara
2019-11-12use std::move when popping stuff off stacksNoel Grandin
2019-11-11reduce some ref-countingNoel Grandin
2019-11-11Fix SvXMLImportContext::queryInterface for nowStephan Bergmann
2019-11-09micro-optimisationNoel Grandin
2019-11-07fetch the values just onceCaolán McNamara
2019-11-06tdf#127791 write events at the end of groups instead of the startCaolán McNamara
2019-11-06tdf#125688 removing XWeak support from SvXMLImportContextNoel Grandin
2019-11-06convert ImportStoredChapterNumberingRules to XFastParserNoel Grandin
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-11-03loplugin:stringaddNoel Grandin
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-31tdf#125688, cache token names as OUStringNoel Grandin
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin
2019-10-30tdf#128432 OOXML chart import: fix x axis scale regression of 3D chartsBalazs Varga
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-25speed-up shape import if shapes need z-order rearrangingKatarina Behrens
2019-10-25xmloff: create XMLDrawMetaExportOasis instances with an uno constructorMiklos Vajna
2019-10-23xmloff: ODF import: reimplement fieldmark-start/fieldmark-endMichael Stahl
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-20loplugin:virtualdead unused param in RedlineAdjustStartNodeCursorNoel Grandin
2019-10-20loplugin:virtualdead unused param in XMLEventContextFactory::CreateContextNoel Grandin
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-18xmloff: create XMLDrawSettingsExportOasis instances with an uno constructorMiklos Vajna
2019-10-17loplugin:virtualdead dead propertygroup functionalityNoel Grandin
2019-10-17Remove some memset callsMike Kaganski
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-12Replace some OUStringBuffer by OUString in txtvfldi (xmloff)Julien Nabet
2019-10-12Get rid of OUStringBuffer in data2string (xmloff)Julien Nabet
2019-10-11xmloff: create XMLDrawSettingsExportOOO instances with an uno constructorMiklos Vajna
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin
2019-10-07use FastParser in linguisticNoel Grandin