summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2017-02-08oox, sfx2: can use std::move() hereMiklos Vajna2-3/+3
2017-02-07remove CREATE_OSTRING macroJochen Nitschke1-2/+2
2017-02-06Add missing #includesStephan Bergmann4-1/+5
2017-02-06loplugin:unusedenumconstants in ooxNoel Grandin1-4/+4
2017-02-05tdf#31488: Background fill changes its color when saving a PPTX file to ODPTamás Zolnai1-1/+4
2017-02-03tdf#105707 PPTX import: warn when SmartArt is missing DrawingML fallbackMiklos Vajna3-2/+39
2017-02-02loplugin:stringconstantStephan Bergmann1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-2/+2
2017-01-30oox: clean-up crypto classes, use c++11 featuresTomaž Vajngerl5-245/+211
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann36-384/+233
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin4-19/+0
2017-01-24Move two include files to oox/inc as they are used only in ooxTor Lillqvist35-42/+296
2017-01-24Drop incorrect "artistic" prefix from some token namesTor Lillqvist2-18/+18
2017-01-24use rtl::Reference in FastParserNoel Grandin4-11/+8
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ooxStephan Bergmann8-15/+59
2017-01-18update approximate install location in READMECaolán McNamara1-19/+19
2017-01-17new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin2-6/+6
2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida1-2/+2
2017-01-12add -mlong-jump-table-offsets for m68k also for ooxRene Engelhard1-0/+6
2017-01-12tdf#104414: don't stop on exception from SwXFrame::setPositionMike Kaganski1-2/+10
2017-01-10New loplugin:conststringvar: ooxStephan Bergmann2-6/+6
2017-01-06tdf#105150 PPTX import: try harder to handle <p:sp useBgFill="1">Miklos Vajna1-1/+9
2017-01-06tdf#105127 VML import: handle <v:shape style="flip:..." path="...">Miklos Vajna1-0/+22
2017-01-05No need to check isEmpty() before clearingStephan Bergmann1-3/+1
2017-01-05getLength -> isEmptyStephan Bergmann1-1/+1
2017-01-05oox: rename misleadingly prefixed m_pShapeStyleMichael Stahl1-27/+27
2017-01-05No need for heap-allocated OUStringBufferStephan Bergmann1-29/+27
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann1-1/+1
2017-01-04replace namespace URL strings with function calls...Rosemary Sebastian6-17/+27
2017-01-03TyposJulien Nabet1-1/+1
2017-01-02OSL_ENSURE->SAL_WARN_IF for progressbar (oox)Julien Nabet1-5/+4
2016-12-28tdf#104539 dir attribute of outerShdw has to be non-negativeAndras Timar1-1/+1
2016-12-26use the existing namespace map for the oox namespace exportMarkus Mohrhard2-1/+17
2016-12-26use uniform initializer syntax to simplify codeMarkus Mohrhard1-14/+2
2016-12-26OSL_ENSURE -> SAL_WARN_IF in oox relationship codeMarkus Mohrhard1-2/+2
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann1-61/+61
2016-12-15Phase out support for HAVE_BROKEN_STATIC_INITIALIZER_LISTStephan Bergmann1-8/+2
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin9-29/+29
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin3-4/+1
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin18-63/+28
2016-12-09tdf#104445: PPTX import: Extra bullets are added to placeholder textTamás Zolnai2-2/+4
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-4/+4
2016-12-05convert E_GRAPH_PROV constants to typed_flagsNoel Grandin1-1/+1
2016-12-02convert some anonymous enums to scopedNoel Grandin3-18/+18
2016-12-02tdf#104310: Accept x12ac lists and fallbacks in dataValidationsMike Kaganski6-1/+9
2016-12-01tdf#103477 buClrTx => use text color insteadMuthu Subramanian1-1/+3
2016-11-30better varyColors export for charts, related tdf#103943Markus Mohrhard1-19/+55
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: ooxStephan Bergmann1-6/+14
2016-11-29tdf#104115 DOCX export: ClosedBezierShape should always result in <a:custGeom>Miklos Vajna1-1/+3