summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-25speed-up shape import if shapes need z-order rearrangingKatarina Behrens1-0/+37
2019-10-25xmloff: create XMLDrawMetaExportOasis instances with an uno constructorMiklos Vajna4-8/+10
2019-10-23xmloff: ODF import: reimplement fieldmark-start/fieldmark-endMichael Stahl2-85/+117
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-20loplugin:virtualdead unused param in RedlineAdjustStartNodeCursorNoel Grandin3-5/+5
2019-10-20loplugin:virtualdead unused param in XMLEventContextFactory::CreateContextNoel Grandin5-11/+5
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2-19/+9
2019-10-18xmloff: create XMLDrawSettingsExportOasis instances with an uno constructorMiklos Vajna4-8/+10
2019-10-17loplugin:virtualdead dead propertygroup functionalityNoel Grandin10-199/+19
2019-10-17Remove some memset callsMike Kaganski2-2/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-6/+4
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-6/+2
2019-10-15new loplugin:bufferaddNoel Grandin9-64/+24
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin2-5/+3
2019-10-12Replace some OUStringBuffer by OUString in txtvfldi (xmloff)Julien Nabet1-16/+4
2019-10-12Get rid of OUStringBuffer in data2string (xmloff)Julien Nabet1-36/+17
2019-10-11xmloff: create XMLDrawSettingsExportOOO instances with an uno constructorMiklos Vajna4-13/+10
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-2/+2
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth2-2/+2
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin3-6/+6
2019-10-07use FastParser in linguisticNoel Grandin2-0/+16
2019-10-04xmloff: create XMLDrawMetaExportOOO instances with an uno constructorMiklos Vajna4-8/+10
2019-10-02tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxxGabor Kelemen112-262/+8
2019-10-02loplugin:stringadd in writerfilter..xmloffNoel Grandin9-30/+15