summaryrefslogtreecommitdiff
path: root/oox/source/export
AgeCommit message (Expand)Author
2017-01-18update approximate install location in READMECaolán McNamara
2017-01-10New loplugin:conststringvar: ooxStephan Bergmann
2017-01-05No need to check isEmpty() before clearingStephan Bergmann
2017-01-05getLength -> isEmptyStephan Bergmann
2017-01-05oox: rename misleadingly prefixed m_pShapeStyleMichael Stahl
2017-01-05No need for heap-allocated OUStringBufferStephan Bergmann
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann
2017-01-04replace namespace URL strings with function calls...Rosemary Sebastian
2016-12-28tdf#104539 dir attribute of outerShdw has to be non-negativeAndras Timar
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
2016-12-15Phase out support for HAVE_BROKEN_STATIC_INITIALIZER_LISTStephan Bergmann
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-12-05convert E_GRAPH_PROV constants to typed_flagsNoel Grandin
2016-11-30better varyColors export for charts, related tdf#103943Markus Mohrhard
2016-11-29tdf#104115 DOCX export: ClosedBezierShape should always result in <a:custGeom>Miklos Vajna
2016-11-25tdf#96052 - export the forbidden shape as path instead of preset shape.Mark Hung
2016-11-20tdf59046 oox: fix incorrectly combined shapesMark Hung
2016-11-19tdf#92076 oox - export PolyPolygonShape and PolyLineShape.Mark Hung
2016-11-07oox: exporting the block arc as its corresponding drawingml preset shape.Mark Hung
2016-10-31Nonsensical OUString null checkStephan Bergmann
2016-10-25tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.Tamás Zolnai
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-01tdf#96161, always write the varyColors elementMarkus Mohrhard
2016-09-20tdf#96662, only use the crossBetween="midCat" for line and scatter chartMarkus Mohrhard
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann
2016-08-11Convert handles of built-in shapes in Impress when exporting to PPTX.Mark Hung
2016-06-30tdf#100179 correct cell merging in pptx.Mark Hung
2016-06-18fix indentationMarkus Mohrhard
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas
2016-06-10Clean up uses of Any::getValue() in ooxStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-31tdf#93883 don't add space to empty paragraph when bullet is turned off.Mark Hung
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-06tdf#42949: clean up includes in include/oox/export with iwyuJorenz Paragas
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-25Some more sal_Bool -> boolStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin
2016-04-08fix many ooxml validation errorsMarkus Mohrhard