summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshap.cxx
AgeCommit message (Expand)Author
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-17loplugin:referencecasting in xmloffNoel
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel
2020-12-18use more string_view in convertEnumNoel
2020-12-16use views to parseNoel
2020-12-15use views to parse rather than allocating OUStringNoel
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin
2020-12-05fastparser in SdXMLTableShapeContextNoel Grandin
2020-12-04fastparser in SdXMLChartShapeContextNoel Grandin
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-30fastparser in shapeimportNoel
2020-11-30fastparser in XMLEmbeddedObjectImportContextNoel Grandin
2020-11-21remove some prefix and local params from constructorsNoel Grandin
2020-11-20simplify CreateTableContextNoel
2020-11-16simplify CreateChartContext, remove unused paramsNoel
2020-11-02drop the SvXMLExport::EndElement method..Noel
2020-11-02drop the SvXMLExport::Characters method..Noel
2020-08-21rhbz#1870501 crash on reexport of odgCaolán McNamara
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-06loplugin:flatten in xmloff/drawNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: xmloffStephan Bergmann
2020-03-16Avoid -Werror=maybe-uninitializedStephan Bergmann
2020-02-27remove duplicate tokens from xmloffNoel Grandin
2020-02-26tdf#129532 tdf#98839 fixes for mirror of custom shapesRegina Henschel
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2020-01-20return nullptr from CreateChildContext methods in subclassesNoel Grandin
2020-01-17tdf#98584 Correct import draw:transform values skewY and matrixRegina Henschel
2019-10-17Remove some memset callsMike Kaganski
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen
2019-08-27tdf#107776 sw ODF shape import: make is-textbox check more strictMiklos Vajna
2019-08-22QR Code : ODF import/exportShubham Goyal
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-26Fix typosAndrea Gelmini
2019-06-12Simplify Sequence iterations in xmloff/source/{draw..script}Arkadiy Illarionov
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-03-14loplugin:unusedfields in xmloffNoel Grandin
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen
2018-09-25Simplify containers iterations in xmloff/source/[c-d]*Arkadiy Illarionov
2018-09-11tdf#109229: Set "TextBox" prop before filling textbox-related propsMike Kaganski
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin