summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)AuthorFilesLines
2015-02-07loplugin:deletedspecialStephan Bergmann11-62/+42
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-3/+1
2015-02-02fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca1-5/+0
2015-01-30chisel off some more unused codeCaolán McNamara1-2/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-2/+0
2015-01-28remove unused typedefsNoel Grandin6-8/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin4-6/+6
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin11-30/+30
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2015-01-03fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad1-1/+0
2015-01-02oox: fix gcc-4.8 buildMiklos Vajna1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-4/+2
2014-12-22bnc#822341: PPTX export of embedded text documentsZolnai Tamás1-1/+1
2014-12-19remove operator>> and operator<< methodsNoel Grandin4-21/+2
2014-12-19remove operator>> and operator<< methodsNoel Grandin2-9/+13
2014-12-12remove operator>> and operator<< methodsNoel Grandin5-47/+49
2014-11-30PPTX import: shape effect properties defined by themeZolnai Tamás1-0/+1
2014-11-30PPTX import: fix import of shape line properties defined by themeZolnai Tamás1-0/+1
2014-11-30bnc#904423: Text(box) is rendered white on white when it is notZolnai Tamás1-0/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-07Removed #includes including themselvesAndrea Gelmini1-1/+0
2014-11-04Remove unused membersStephan Bergmann1-2/+0
2014-10-29constStephan Bergmann1-1/+1
2014-10-29constStephan Bergmann1-1/+1
2014-10-27fix writing const arrays on big endianDavid Tardon1-0/+14
2014-10-24-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2-2/+2
2014-10-23inline TokenMap::getUtf8TokenNameMatúš Kukan1-1/+8
2014-10-17coverity#1247632 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon2-2/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2014-10-11fdo#75757: remove inheritance to std::mapTakeshi Abe1-1/+17
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2-2/+2
2014-10-08fdo#75757: remove inheritance to std::mapTakeshi Abe1-2/+11
2014-10-08spelling: instanciated -> instantiatedNoel Grandin2-2/+2
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-26oox: std::auto_ptr -> std::unique_ptrStephan Bergmann4-13/+7
2014-09-24Remove TokenMap::getUnicodeTokenName()Matúš Kukan1-3/+0
2014-09-23fdo#84090: Remove maUniName from oox::TokenMapDavid Ostrovsky1-6/+1
2014-09-19Remove unused XFastTokenHandler functionsMatúš Kukan1-2/+0
2014-09-15Ensure we export correct label placement value for clustered bar chartsMiklos Vajna1-0/+1
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan42-2392/+8
2014-09-09Better place to initialize mnThemedIdxMatúš Kukan1-0/+1
2014-09-01correct include guard commentThomas Arnhold2-2/+2
2014-09-01fix typo Sufface->SurfaceThomas Viehmann1-1/+1
2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida1-1/+2
2014-08-20remove whitespaceMarkus Mohrhard1-12/+0
2014-08-07I forgot to check this in.Kohei Yoshida1-1/+2
2014-08-07bnc#821916: Better algorithm to find placeholder shape.Matúš Kukan1-2/+5