summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-17fix fastparser namespace handling when...Noel Grandin2-4/+6
2020-10-17xmloff: use the fastparser API when possibleNoel Grandin1-6/+11
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski1-1/+2
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski20-76/+86
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel2-2/+2
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel2-6/+7
2020-10-01loplugin:reducevarscope in xmloffNoel31-60/+43
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara28-228/+228
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara2-7/+13
2020-09-21Make some OUStringLiteral vars constexprStephan Bergmann1-55/+55
2020-09-20Removed executable bits from source fileAndrea Gelmini1-0/+0
2020-09-19tdf#135366 Save line and fill of data labels to ODFRegina Henschel1-31/+179