summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2015-04-19fix title overly MSO2007 vs OOXML importMarkus Mohrhard1-2/+2
2015-04-19import chart MSO 2007 streams correctly for docx files, tdf#82216Markus Mohrhard3-12/+29
2015-04-19use correct default value for OOXML and MSO 2007, tdf#74886Markus Mohrhard1-13/+18
2015-04-19export axis number format to OOXMLMarkus Mohrhard1-0/+33
2015-04-19fix upDown bar export to OOXMLMarkus Mohrhard1-0/+3
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-2/+2
2015-04-16fix werror problem around sal_uInt32 vs sal_Int32Markus Mohrhard1-0/+17
2015-04-16we don't support roundedCorners, tdf#90533Markus Mohrhard1-0/+4
2015-04-15use index as real index and not token, tdf#90511Markus Mohrhard1-3/+30
2015-04-15remove empty constructor and destructorMarkus Mohrhard1-6/+0
2015-04-15don't crash on export of ooo52825-1.doc to .docxCaolán McNamara1-1/+1
2015-04-15fix crash on export of fdo60365-2.ods to xlsxCaolán McNamara1-2/+2
2015-04-15import marker color from OOXML, related tdf#81407Markus Mohrhard1-0/+1
2015-04-15export marker color correctly, tdf#81407Markus Mohrhard1-1/+6
2015-04-15export missing value treatment to OOXMLMarkus Mohrhard1-0/+36
2015-04-15we use the correct OOXML default value nowMarkus Mohrhard1-0/+5
2015-04-13loplugin:cstylecastStephan Bergmann1-1/+1
2015-04-13tdf#90255 FILESAVE:PPTX 'startAt' tag for bullet numbering is not exportedPriyankaGaikwad1-0/+6
2015-04-11Typo: Accenat->AccentJulien Nabet1-1/+1
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-1/+1
2015-04-04I wonder if I make this less obscure if coverity will grok itCaolán McNamara1-8/+6
2015-04-04cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2015-04-04make that code a bit more robust against strange internal statesMarkus Mohrhard1-4/+7
2015-04-04don't import data labels border properties for noFill bordersMarkus Mohrhard1-0/+4
2015-04-04fix OOXML vs MSO2007 in chart import in one more placeMarkus Mohrhard1-5/+6
2015-04-03tdf#90403 PPTX import: use real table sizeAndras Timar1-0/+17
2015-03-31bnc#910045 wrong cell fill color defined by table styleZolnai Tamás1-0/+11
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara1-3/+3
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-3/+3
2015-03-30bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotatedAndras Timar3-6/+6
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-18/+18
2015-03-27loplugin:staticfunctionNoel Grandin2-16/+17
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-26tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Austin Chen1-1/+1
2015-03-25Revert "tdf#90174 FILESAVE: export of bullet color for pptx"Stephan Bergmann1-12/+0
2015-03-24WaE: uninitialized nBulletColorCaolán McNamara1-2/+2
2015-03-24tdf#90174 FILESAVE: export of bullet color for pptxPriyankaGaikwad1-0/+12
2015-03-22boost::shared_ptr -> std::shared_ptrMiklos Vajna1-4/+5
2015-03-20tdf#83889:FILEOPEN:PPTX bullet point is followed by spurious symbolPriyankaGaikwad1-0/+2
2015-03-20tdf#89806 : Fixed background fill export for table cell.Sushil Shinde1-1/+14
2015-03-19loplugin:constantfunction: ooxNoel Grandin8-56/+3
2015-03-19mbOwnTblStyle->bOwnTblStyle, its not a memberCaolán McNamara1-3/+3
2015-03-18CppCheck cleaning : unnecessary affectationMichaël Lefèvre1-1/+0
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann6-10/+5
2015-03-16handle one more place with MSO 2007 vs OOXML spec for chartsMarkus Mohrhard2-2/+6
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann6-45/+72
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann3-7/+12
2015-03-10handle MSO 2007 vs OOXML in auto title chart importMarkus Mohrhard4-5/+11
2015-03-10detect MSO 2007 OOXML documentsMarkus Mohrhard1-2/+39