summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* loplugin:subtlezeroinit: ooxStephan Bergmann2017-02-215-9/+9
* tdf#90407: Export Text AutoFit to .pptxTor Lillqvist2017-02-171-2/+11
* Try harder to fix Android tinderboxTor Lillqvist2017-02-161-11/+11
* no std::lround on androidCaolán McNamara2017-02-151-0/+11
* tdf#106026: Export paragraph top and bottom margin to DrawingMLTor Lillqvist2017-02-151-0/+28
* Fix typosAndrea Gelmini2017-02-131-2/+2
* Related: tdf#105707 PPTX import: decode document name from URLAndras Timar2017-02-131-1/+1
* Related: tdf#105707 PPTX import: warn on empty SmartArt fallbackMiklos Vajna2017-02-101-1/+4
* Related: tdf#105707 PPTX import: warn on invalid SmartArt fallback relidMiklos Vajna2017-02-101-0/+12
* coverity#736181 Out-of-bounds readCaolán McNamara2017-02-101-5/+4
* oox, sfx2: can use std::move() hereMiklos Vajna2017-02-082-3/+3
* remove CREATE_OSTRING macroJochen Nitschke2017-02-071-2/+2
* Add missing #includesStephan Bergmann2017-02-064-1/+5
* loplugin:unusedenumconstants in ooxNoel Grandin2017-02-061-4/+4
* tdf#31488: Background fill changes its color when saving a PPTX file to ODPTamás Zolnai2017-02-051-1/+4
* tdf#105707 PPTX import: warn when SmartArt is missing DrawingML fallbackMiklos Vajna2017-02-033-2/+39
* loplugin:stringconstantStephan Bergmann2017-02-021-1/+1
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-2/+2
* oox: clean-up crypto classes, use c++11 featuresTomaž Vajngerl2017-01-305-245/+211
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-2636-384/+233
* loplugin: unnecessary destructor oox..saxNoel Grandin2017-01-254-19/+0
* Move two include files to oox/inc as they are used only in ooxTor Lillqvist2017-01-2435-42/+296
* Drop incorrect "artistic" prefix from some token namesTor Lillqvist2017-01-242-18/+18
* use rtl::Reference in FastParserNoel Grandin2017-01-244-11/+8
* New loplugin:dynexcspec: Add @throws documentation, ooxStephan Bergmann2017-01-198-15/+59
* update approximate install location in READMECaolán McNamara2017-01-181-19/+19
* new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin2017-01-172-6/+6
* tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida2017-01-141-2/+2
* add -mlong-jump-table-offsets for m68k also for ooxRene Engelhard2017-01-121-0/+6
* tdf#104414: don't stop on exception from SwXFrame::setPositionMike Kaganski2017-01-121-2/+10
* New loplugin:conststringvar: ooxStephan Bergmann2017-01-102-6/+6
* tdf#105150 PPTX import: try harder to handle <p:sp useBgFill="1">Miklos Vajna2017-01-061-1/+9
* tdf#105127 VML import: handle <v:shape style="flip:..." path="...">Miklos Vajna2017-01-061-0/+22
* No need to check isEmpty() before clearingStephan Bergmann2017-01-051-3/+1
* getLength -> isEmptyStephan Bergmann2017-01-051-1/+1
* oox: rename misleadingly prefixed m_pShapeStyleMichael Stahl2017-01-051-27/+27
* No need for heap-allocated OUStringBufferStephan Bergmann2017-01-051-29/+27
* Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann2017-01-051-1/+1
* replace namespace URL strings with function calls...Rosemary Sebastian2017-01-046-17/+27
* TyposJulien Nabet2017-01-031-1/+1
* OSL_ENSURE->SAL_WARN_IF for progressbar (oox)Julien Nabet2017-01-021-5/+4
* tdf#104539 dir attribute of outerShdw has to be non-negativeAndras Timar2016-12-281-1/+1
* use the existing namespace map for the oox namespace exportMarkus Mohrhard2016-12-262-1/+17
* use uniform initializer syntax to simplify codeMarkus Mohrhard2016-12-261-14/+2
* OSL_ENSURE -> SAL_WARN_IF in oox relationship codeMarkus Mohrhard2016-12-261-2/+2
* Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann2016-12-171-61/+61
* Phase out support for HAVE_BROKEN_STATIC_INITIALIZER_LISTStephan Bergmann2016-12-151-8/+2
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-159-29/+29
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-133-4/+1