summaryrefslogtreecommitdiff
path: root/oox/source/vml/vmlformatting.cxx
AgeCommit message (Expand)Author
2018-08-20tdf#118385 Avoid crash on loading documentSzymon Kłos
2017-12-08tdf#114308 Export Watermark size as isSzymon Kłos
2017-11-30ofz: ensure aCoordList has required elementsCaolán McNamara
2017-10-23loplugin:includeform: ooxStephan Bergmann
2017-09-18tdf#112088 gradient stop map -> multimapSzymon Kłos
2017-09-12clang-tidy modernize-use-emplace in ooxNoel Grandin
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-06-09VML: EMU to Points conversionSzymon Kłos
2017-06-08Watermark: VML export/import font sizeSzymon Kłos
2017-05-31tdf#76446 GSoC: incorrect rotation of VML shapesGrzegorz Araminowicz
2017-05-28Watermark: VML font-family import for textpathSzymon Kłos
2017-03-21New loplugin:unicodetocharStephan Bergmann
2017-01-24Move two include files to oox/inc as they are used only in ooxTor Lillqvist
2016-10-17fix wrong usages of setProperty vs setAnyProperty...Jochen Nitschke
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2014-12-18cppcheck: Same expression on both sides of '||'Julien Nabet
2014-12-02Resolves: fdo#70157 fix crash on loadingCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-06-25remove whitespacesMarkus Mohrhard
2014-02-26Remove visual noise from ooxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-14VML import: don't assume both parameters are available while parsing commandsMiklos Vajna
2013-11-14fdo#65295 - fix gradient focus issueAdam Co
2013-06-27n#820504: start a new subpath with m and t in VML path decodingCédric Bosdonnat
2013-06-27Forgot to remove one case where nParamCount is set to twice the valueCédric Bosdonnat
2013-06-27n#820504: VML path import fixes: get back missing pointsCédric Bosdonnat
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
2013-05-29bnc#817956 VML import of v:textpathMiklos Vajna
2013-05-14remove non-sensical /*static*/ commentsLuboš Luňák
2013-04-15fdo#36791 Added cases for unsupported VML commandsEilidh McAdam
2013-02-04String cleanup in ooxJosé Guilherme Vanz
2013-01-18oox::vml::ShadowModel: differentiate between not having it and having it offMiklos Vajna
2013-01-18oox: import VML's v:shadow to WriterMiklos Vajna
2012-12-07drop some static OUStringsCaolán McNamara
2012-10-18Improve vml path parsing to handle repeated commandsPierre-Eric Pelloux-Prayer
2012-09-19vml import: WaE (unused variable, unhandled enum value)Miklos Vajna
2012-09-19Add VML path parsing to .docx import filter.Eilidh McAdam
2012-07-17re-base on ALv2 code. Includes:Michael Meeks
2012-06-08handle f suffix (1/65536ths) when reading VML percentagesLuboš Luňák
2012-04-07Fix Redundant assignment of "nModToken" in switchJulien Nabet
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-21oox: it's EMU, not MEUMiklos Vajna
2012-01-02Fix for fdo43460 Part XXV getLength() to isEmpty()Olivier Hallot
2011-04-27Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold