summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2017-02-26cppcheck: unreadVariableJulien Nabet
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara
2017-02-23Better make the zero-initialization more explicitStephan Bergmann
2017-02-22Bin pointless once used typedefTor Lillqvist
2017-02-22loplugin:unusedfieldsNoel Grandin
2017-02-21loplugin:subtlezeroinit: ooxStephan Bergmann
2017-02-17tdf#90407: Export Text AutoFit to .pptxTor Lillqvist
2017-02-16Try harder to fix Android tinderboxTor Lillqvist
2017-02-15no std::lround on androidCaolán McNamara
2017-02-15tdf#106026: Export paragraph top and bottom margin to DrawingMLTor Lillqvist
2017-02-13Fix typosAndrea Gelmini
2017-02-13Related: tdf#105707 PPTX import: decode document name from URLAndras Timar
2017-02-10Related: tdf#105707 PPTX import: warn on empty SmartArt fallbackMiklos Vajna
2017-02-10Related: tdf#105707 PPTX import: warn on invalid SmartArt fallback relidMiklos Vajna
2017-02-10coverity#736181 Out-of-bounds readCaolán McNamara
2017-02-08oox, sfx2: can use std::move() hereMiklos Vajna
2017-02-07remove CREATE_OSTRING macroJochen Nitschke
2017-02-06Add missing #includesStephan Bergmann
2017-02-06loplugin:unusedenumconstants in ooxNoel Grandin
2017-02-05tdf#31488: Background fill changes its color when saving a PPTX file to ODPTamás Zolnai
2017-02-03tdf#105707 PPTX import: warn when SmartArt is missing DrawingML fallbackMiklos Vajna
2017-02-02loplugin:stringconstantStephan Bergmann
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-30oox: clean-up crypto classes, use c++11 featuresTomaž Vajngerl
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2017-01-24Move two include files to oox/inc as they are used only in ooxTor Lillqvist
2017-01-24Drop incorrect "artistic" prefix from some token namesTor Lillqvist
2017-01-24use rtl::Reference in FastParserNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ooxStephan Bergmann
2017-01-18update approximate install location in READMECaolán McNamara
2017-01-17new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin
2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida
2017-01-12add -mlong-jump-table-offsets for m68k also for ooxRene Engelhard
2017-01-12tdf#104414: don't stop on exception from SwXFrame::setPositionMike Kaganski
2017-01-10New loplugin:conststringvar: ooxStephan Bergmann
2017-01-06tdf#105150 PPTX import: try harder to handle <p:sp useBgFill="1">Miklos Vajna
2017-01-06tdf#105127 VML import: handle <v:shape style="flip:..." path="...">Miklos Vajna
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
2017-01-03TyposJulien Nabet
2017-01-02OSL_ENSURE->SAL_WARN_IF for progressbar (oox)Julien Nabet
2016-12-28tdf#104539 dir attribute of outerShdw has to be non-negativeAndras Timar
2016-12-26use the existing namespace map for the oox namespace exportMarkus Mohrhard
2016-12-26use uniform initializer syntax to simplify codeMarkus Mohrhard