summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2020-11-17loplugin:stringviewparam check methods tooNoel4-7/+5
2020-11-16tdf#138144 Form wizard fails to saveNoel1-5/+2
2020-11-16simplify CreateChartContext, remove unused paramsNoel5-12/+7
2020-11-15fastparser in SchXMLAxisContextNoel Grandin2-99/+37
2020-11-15fastparser in XMLMacroFieldImportContextNoel Grandin2-16/+11
2020-11-15fastparser in XMLDatabaseFieldImportContextNoel Grandin2-22/+19
2020-11-15fastparser in SchXMLAxisContextNoel Grandin4-83/+34
2020-11-15fastparser in XMLReplacementImageContextNoel Grandin2-14/+12
2020-11-15more fastparser in imagemapNoel Grandin1-87/+43
2020-11-14use fastparser in XMLImageMapObjectContextNoel Grandin1-25/+22
2020-11-14use fastparser in XMLImageMapContextNoel Grandin2-47/+24
2020-11-14use fastparser in XMLEmbeddedObjectImportContextNoel Grandin2-21/+16
2020-11-12loplugin:unusedmethodsNoel9-461/+0
2020-11-12fix bug in text field importNoel1-1/+1
2020-11-12New loplugin:stringviewparamStephan Bergmann4-10/+17
2020-11-11loplugin:stringviewNoel3-8/+8
2020-11-11convert more long -> tools::LongNoel1-1/+1
2020-11-11use fastparser in formsNoel Grandin24-551/+864
2020-11-11loplugin:xmlimport add more checksNoel Grandin1-1/+1
2020-11-10remove pimpl from SvXMLAttributeListNoel Grandin1-73/+37
2020-11-10Evaluate command: tdf#109338dante2-0/+4
2020-11-09Fix Windows build with --disable-pchMike Kaganski1-0/+4
2020-11-09StartElement->startFastElement in XMLMetaFieldImportContextNoel2-57/+42
2020-11-09StartElement->startFastElement in text fieldsNoel4-347/+380
2020-11-08dont call StartElement from startUnknownElementNoel Grandin1-25/+22
2020-11-070xffffffff is COL_TRANSPARENT/COL_AUTOCaolán McNamara1-1/+1
2020-11-06loplugin:unusedfieldsNoel1-5/+1
2020-11-05StartElement no longer necessary hereNoel1-6/+0
2020-11-05StartElement->startFastElement in xmloff/source/textNoel5-110/+73
2020-11-05clean up some temp files after running testsAndras Timar1-0/+1
2020-11-05loplugin:unusedenumconstantsNoel12-293/+0
2020-11-04use fastparser in XMLEmbeddedObjectImportContextNoel Grandin2-61/+42
2020-11-02create common macro and method for logging unknown attributesNoel32-62/+68
2020-11-02drop the SvXMLExport::EndElement method..Noel98-194/+187
2020-11-02drop the SvXMLExport::Characters method..Noel24-47/+42
2020-11-02-Werror=parenthesesStephan Bergmann1-2/+2
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel66-602/+162
2020-10-31rename to NotifyContainsEmbeddedFontCaolán McNamara3-5/+5
2020-10-31remove pimpl from SdXMLShowsContextNoel Grandin2-48/+38
2020-10-29tdf#137627 sw top page border orientation: add ODFSzabolcs Toth4-0/+11
2020-10-29tdf#137643 alternative solution to activate embedded fonts in one batchCaolán McNamara2-3/+12
2020-10-28std::set->o3tl::sorted_vector in xmloffNoel Grandin4-9/+12
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel4-87/+89
2020-10-23remove debug code from SvXMLImportNoel Grandin1-14/+0
2020-10-22only need to check the version onceNoel1-9/+9
2020-10-22make SvXMLImport fast-parser onlyNoel Grandin2-29/+18
2020-10-22XmlFilterAdaptor: use the fastparser API when possibleNoel2-11/+42
2020-10-19tdf#137585 Chart ODF: fix export of DataLabelPlacement::CUSTOMTünde Tóth1-0/+12
2020-10-17OOo2Oasis: use the fastparser API when possibleNoel Grandin1-17/+12
2020-10-17TransformerBase: use the fastparser API when possibleNoel Grandin1-9/+11