summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2017-02-17tdf#90407: Export Text AutoFit to .pptxTor Lillqvist1-2/+11
2017-02-16Try harder to fix Android tinderboxTor Lillqvist1-11/+11
2017-02-15no std::lround on androidCaolán McNamara1-0/+11
2017-02-15tdf#106026: Export paragraph top and bottom margin to DrawingMLTor Lillqvist1-0/+28
2017-02-13Fix typosAndrea Gelmini1-2/+2
2017-02-13Related: tdf#105707 PPTX import: decode document name from URLAndras Timar1-1/+1
2017-02-10Related: tdf#105707 PPTX import: warn on empty SmartArt fallbackMiklos Vajna1-1/+4
2017-02-10Related: tdf#105707 PPTX import: warn on invalid SmartArt fallback relidMiklos Vajna1-0/+12
2017-02-10coverity#736181 Out-of-bounds readCaolán McNamara1-5/+4
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