summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-18/+18
* loplugin:staticfunctionNoel Grandin2015-03-272-16/+17
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Austin Chen2015-03-261-1/+1
* Revert "tdf#90174 FILESAVE: export of bullet color for pptx"Stephan Bergmann2015-03-251-12/+0
* WaE: uninitialized nBulletColorCaolán McNamara2015-03-241-2/+2
* tdf#90174 FILESAVE: export of bullet color for pptxPriyankaGaikwad2015-03-241-0/+12
* boost::shared_ptr -> std::shared_ptrMiklos Vajna2015-03-221-4/+5
* tdf#83889:FILEOPEN:PPTX bullet point is followed by spurious symbolPriyankaGaikwad2015-03-201-0/+2
* tdf#89806 : Fixed background fill export for table cell.Sushil Shinde2015-03-201-1/+14
* loplugin:constantfunction: ooxNoel Grandin2015-03-198-56/+3
* mbOwnTblStyle->bOwnTblStyle, its not a memberCaolán McNamara2015-03-191-3/+3
* CppCheck cleaning : unnecessary affectationMichaël Lefèvre2015-03-181-1/+0
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-1/+1
* Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann2015-03-176-10/+5
* handle one more place with MSO 2007 vs OOXML spec for chartsMarkus Mohrhard2015-03-162-2/+6
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-136-45/+72
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-133-7/+12
* handle MSO 2007 vs OOXML in auto title chart importMarkus Mohrhard2015-03-104-5/+11
* detect MSO 2007 OOXML documentsMarkus Mohrhard2015-03-101-2/+39
* remove whitespacesMarkus Mohrhard2015-03-102-11/+0
* tdf#89791: DOCX: don't save custom.xml if it's emptyJulien Nabet2015-03-091-3/+8
* V801: Decreased performanceCaolán McNamara2015-03-0911-32/+32
* V813: Decreased performanceCaolán McNamara2015-03-041-6/+6
* tdf#89774 oox: TotalTime is in minutesMiklos Vajna2015-03-021-1/+2
* mark more places where we changed the default value in the pastMarkus Mohrhard2015-03-012-4/+4
* oox/source/export/drawingml.cxx: -Werror=maybe-uninitializedRobert Antoni Buj Gelonch2015-02-261-1/+1
* bnc#637947 export shape shadow to DrawingMLAndras Timar2015-02-251-0/+29
* Remove newly unused includeStephan Bergmann2015-02-191-2/+0
* "no matching function for call to 'get_pointer'," use lambda insteadStephan Bergmann2015-02-191-3/+5
* boost->stdCaolán McNamara2015-02-1915-27/+26
* there is no x error bar for bar charts, related fdo#66455Markus Mohrhard2015-02-191-4/+8
* document one more place where MSO 2007 export wrong valuesMarkus Mohrhard2015-02-191-1/+1
* this should be [-90, 90] and not (-90, 90), tdf#89454Markus Mohrhard2015-02-191-1/+1
* start documenting problems around OOXML specMarkus Mohrhard2015-02-192-1/+10
* no need for that anymoreMarkus Mohrhard2015-02-181-4/+0
* better way to set default for chart area fill style, related tdf#89451Markus Mohrhard2015-02-183-5/+11
* implement fill based on style also for chart area, tdf#89451Markus Mohrhard2015-02-182-5/+10
* oox: use std::enable_shared_from_thisMiklos Vajna2015-02-172-3/+4
* fix indentationMarkus Mohrhard2015-02-171-67/+64
* Properly check for Clang with static initializer_list bugStephan Bergmann2015-02-101-2/+5
* It is apparently the static initializer_list that's confusing old ClangStephan Bergmann2015-02-101-57/+63
* Some old Clang appear unhappy with the initializer_list<OUStringLiteral> codeStephan Bergmann2015-02-091-57/+57
* oox: replace legacy DBG_WARNINGsMichael Stahl2015-02-091-3/+3
* coverity#1268301 Dereference null return valueCaolán McNamara2015-02-071-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+2
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-061-35/+35
* Make OUStringLiteral more usefulStephan Bergmann2015-02-061-57/+59
* static const to avoid re-init all the time + c++11.Jan Holesovsky2015-02-061-4/+2
* bnc#637947 improve DrawingML export of custom shapesAndras Timar2015-02-061-4/+109