summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)Author
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-21fix TypeGroup MSO 2007 vs OOXML default valuesMarkus Mohrhard
2015-04-19import chart MSO 2007 streams correctly for docx files, tdf#82216Markus Mohrhard
2015-04-19export axis number format to OOXMLMarkus Mohrhard
2015-04-16Revert "make more classes dllpublic"David Tardon
2015-04-16make more classes dllpublicDavid Tardon
2015-04-16fix werror problem around sal_uInt32 vs sal_Int32Markus Mohrhard
2015-04-15use index as real index and not token, tdf#90511Markus Mohrhard
2015-04-15remove empty constructor and destructorMarkus Mohrhard
2015-04-15export missing value treatment to OOXMLMarkus Mohrhard
2015-03-20tdf#89806 : Fixed background fill export for table cell.Sushil Shinde
2015-03-19loplugin:constantfunction: ooxNoel Grandin
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann
2015-03-10detect MSO 2007 OOXML documentsMarkus Mohrhard
2015-03-10remove whitespacesMarkus Mohrhard
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-19boost->stdCaolán McNamara
2015-02-18better way to set default for chart area fill style, related tdf#89451Markus Mohrhard
2015-02-17oox: use std::enable_shared_from_thisMiklos Vajna
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-02fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca
2015-01-30chisel off some more unused codeCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-28remove unused typedefsNoel Grandin
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-03fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad
2015-01-02oox: fix gcc-4.8 buildMiklos Vajna
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-22bnc#822341: PPTX export of embedded text documentsZolnai Tamás
2014-12-19remove operator>> and operator<< methodsNoel Grandin
2014-12-19remove operator>> and operator<< methodsNoel Grandin
2014-12-12remove operator>> and operator<< methodsNoel Grandin
2014-11-30PPTX import: shape effect properties defined by themeZolnai Tamás
2014-11-30PPTX import: fix import of shape line properties defined by themeZolnai Tamás
2014-11-30bnc#904423: Text(box) is rendered white on white when it is notZolnai Tamás
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-07Removed #includes including themselvesAndrea Gelmini
2014-11-04Remove unused membersStephan Bergmann
2014-10-29constStephan Bergmann
2014-10-29constStephan Bergmann
2014-10-27fix writing const arrays on big endianDavid Tardon
2014-10-24-Werror,-Wunused-private-fieldStephan Bergmann
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-23inline TokenMap::getUtf8TokenNameMatúš Kukan