summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Austin Chen
2015-03-25Revert "tdf#90174 FILESAVE: export of bullet color for pptx"Stephan Bergmann
2015-03-24WaE: uninitialized nBulletColorCaolán McNamara
2015-03-24tdf#90174 FILESAVE: export of bullet color for pptxPriyankaGaikwad
2015-03-22boost::shared_ptr -> std::shared_ptrMiklos Vajna
2015-03-20tdf#83889:FILEOPEN:PPTX bullet point is followed by spurious symbolPriyankaGaikwad
2015-03-20tdf#89806 : Fixed background fill export for table cell.Sushil Shinde
2015-03-19loplugin:constantfunction: ooxNoel Grandin
2015-03-19mbOwnTblStyle->bOwnTblStyle, its not a memberCaolán McNamara
2015-03-18CppCheck cleaning : unnecessary affectationMichaël Lefèvre
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann
2015-03-16handle one more place with MSO 2007 vs OOXML spec for chartsMarkus Mohrhard
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-10handle MSO 2007 vs OOXML in auto title chart importMarkus Mohrhard
2015-03-10detect MSO 2007 OOXML documentsMarkus Mohrhard
2015-03-10remove whitespacesMarkus Mohrhard
2015-03-09tdf#89791: DOCX: don't save custom.xml if it's emptyJulien Nabet
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-02tdf#89774 oox: TotalTime is in minutesMiklos Vajna
2015-03-01mark more places where we changed the default value in the pastMarkus Mohrhard
2015-02-26oox/source/export/drawingml.cxx: -Werror=maybe-uninitializedRobert Antoni Buj Gelonch
2015-02-25bnc#637947 export shape shadow to DrawingMLAndras Timar
2015-02-19Remove newly unused includeStephan Bergmann
2015-02-19"no matching function for call to 'get_pointer'," use lambda insteadStephan Bergmann
2015-02-19boost->stdCaolán McNamara
2015-02-19there is no x error bar for bar charts, related fdo#66455Markus Mohrhard
2015-02-19document one more place where MSO 2007 export wrong valuesMarkus Mohrhard
2015-02-19this should be [-90, 90] and not (-90, 90), tdf#89454Markus Mohrhard
2015-02-19start documenting problems around OOXML specMarkus Mohrhard
2015-02-18no need for that anymoreMarkus Mohrhard
2015-02-18better way to set default for chart area fill style, related tdf#89451Markus Mohrhard
2015-02-18implement fill based on style also for chart area, tdf#89451Markus Mohrhard
2015-02-17oox: use std::enable_shared_from_thisMiklos Vajna
2015-02-17fix indentationMarkus Mohrhard
2015-02-10Properly check for Clang with static initializer_list bugStephan Bergmann
2015-02-10It is apparently the static initializer_list that's confusing old ClangStephan Bergmann
2015-02-09Some old Clang appear unhappy with the initializer_list<OUStringLiteral> codeStephan Bergmann
2015-02-09oox: replace legacy DBG_WARNINGsMichael Stahl
2015-02-07coverity#1268301 Dereference null return valueCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-06Make OUStringLiteral more usefulStephan Bergmann
2015-02-06static const to avoid re-init all the time + c++11.Jan Holesovsky
2015-02-06bnc#637947 improve DrawingML export of custom shapesAndras Timar