summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* fix title overly MSO2007 vs OOXML importMarkus Mohrhard2015-04-191-2/+2
* import chart MSO 2007 streams correctly for docx files, tdf#82216Markus Mohrhard2015-04-193-12/+29
* use correct default value for OOXML and MSO 2007, tdf#74886Markus Mohrhard2015-04-191-13/+18
* export axis number format to OOXMLMarkus Mohrhard2015-04-191-0/+33
* fix upDown bar export to OOXMLMarkus Mohrhard2015-04-191-0/+3
* convert SCRIPTTYPE_ constants to scoped enumNoel Grandin2015-04-171-2/+2
* fix werror problem around sal_uInt32 vs sal_Int32Markus Mohrhard2015-04-161-0/+17
* we don't support roundedCorners, tdf#90533Markus Mohrhard2015-04-161-0/+4
* use index as real index and not token, tdf#90511Markus Mohrhard2015-04-151-3/+30
* remove empty constructor and destructorMarkus Mohrhard2015-04-151-6/+0
* don't crash on export of ooo52825-1.doc to .docxCaolán McNamara2015-04-151-1/+1
* fix crash on export of fdo60365-2.ods to xlsxCaolán McNamara2015-04-151-2/+2
* import marker color from OOXML, related tdf#81407Markus Mohrhard2015-04-151-0/+1
* export marker color correctly, tdf#81407Markus Mohrhard2015-04-151-1/+6
* export missing value treatment to OOXMLMarkus Mohrhard2015-04-151-0/+36
* we use the correct OOXML default value nowMarkus Mohrhard2015-04-151-0/+5
* loplugin:cstylecastStephan Bergmann2015-04-131-1/+1
* tdf#90255 FILESAVE:PPTX 'startAt' tag for bullet numbering is not exportedPriyankaGaikwad2015-04-131-0/+6
* Typo: Accenat->AccentJulien Nabet2015-04-111-1/+1
* A UNO Any can't contain an AnyStephan Bergmann2015-04-081-1/+1
* I wonder if I make this less obscure if coverity will grok itCaolán McNamara2015-04-041-8/+6
* cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2015-04-041-2/+2
* make that code a bit more robust against strange internal statesMarkus Mohrhard2015-04-041-4/+7
* don't import data labels border properties for noFill bordersMarkus Mohrhard2015-04-041-0/+4
* fix OOXML vs MSO2007 in chart import in one more placeMarkus Mohrhard2015-04-041-5/+6
* tdf#90403 PPTX import: use real table sizeAndras Timar2015-04-031-0/+17
* bnc#910045 wrong cell fill color defined by table styleZolnai Tamás2015-03-311-0/+11
* V597: introduce a rtl_secureZeroMemoryCaolán McNamara2015-03-311-3/+3
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-313-3/+3
* bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotatedAndras Timar2015-03-303-6/+6
* 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