summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/customshapepresetdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-19oox, svx, sw, xmlsecurity: clang-format these filesMiklos Vajna1-65/+117
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-4/+1
2019-03-20Further reducion of OString copying by in-string comparisonMatteo Casalin1-13/+10
2019-03-20Reduce OString copying by using in-string comparisonMatteo Casalin1-44/+32
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna1-1/+1
2017-10-23loplugin:includeform: ooxStephan Bergmann1-2/+2
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-05-04cleanup includesJochen Nitschke1-0/+3
2017-04-24Indentation fixesMiklos Vajna1-1/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: ooxStephan Bergmann1-6/+6
2017-03-02Fix typosAndrea Gelmini1-5/+5
2017-02-28new loplugin unoanyNoel Grandin1-11/+11
2016-11-14oox, xmlsecurity: fix recently introduced style problemsMiklos Vajna1-3/+3
2016-11-12tdf#100733 oox: update preset shape definition for polar handles.Mark Hung1-4/+10
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+1
2015-05-16Fix copy-paste errorJoren De Cuyper1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-35/+35
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-05fdo#38835 strip out OString globalsNoel Grandin1-53/+53
2014-11-15oox: these are expected to be UTF-8Miklos Vajna1-3/+3
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-3/+3
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-3/+3
2014-11-02unused includes in RTF filter and related filesMiklos Vajna1-10/+0
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan1-1/+1
2014-05-06oox custom shape preset data: fix typo in parsing awt::SizeMiklos Vajna1-1/+1
2014-04-23oox: sal_Bool->boolNoel Grandin1-2/+2
2014-04-17oox customshapepresetdata: empty is an empty string sequenceMiklos Vajna1-6/+12
2014-04-17oox customshapepresetdata: parse SubViewSizeMiklos Vajna1-0/+83
2014-04-17oox customshapepresetdata: allow empty equation listMiklos Vajna1-5/+8
2014-04-17oox customshapepresetdata: handle RadiusRangeMaximum/RadiusRangeMinimumMiklos Vajna1-0/+4
2014-04-17oox customshapepresetdata: allow empty handle listMiklos Vajna1-5/+8
2014-04-17oox customshapepresetdata: allow empty adjustment listMiklos Vajna1-5/+8
2014-04-17oox customshapepresetdata: handle multiple definitionsMiklos Vajna1-0/+5
2014-04-17oox customshapepresetdata: handle RangeXMaximum and a few more propertiesMiklos Vajna1-9/+15
2014-04-17oox: initial customshape preset data loaderMiklos Vajna1-0/+743