summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2011-07-19related fdo#39023: correct import of shared formulasMuthu Subramanian1-3/+6
2011-07-12fix for fdo#39023: shared formulas are not imported correctlyMarkus Mohrhard1-1/+5
2011-07-11n#694356: Using formatcode while displaying labels.Muthu Subramanian3-3/+21
2011-07-08do not set solid line border and fill as default for chartareaRadek Doulik1-11/+3
2011-07-07gcc 4.0 doesn't support the C++0x usage of enum::valueJoseph Powers1-1/+1
2011-07-07The enum type name should be included when accessing the enum values.Joseph Powers1-1/+1
2011-07-07fix for bnc#693386Noel Power2-7/+26
2011-07-07Fix label position for ooxml chartsThorsten Behrens1-0/+31
2011-06-07Resolves: rhbz#710556 don't crash on missing graphicsCaolán McNamara1-14/+14
2011-05-20don't de-reference null pointer - fix crash with certain PPTX filesMichael Meeks1-5/+7
2011-05-13avoid deleting before a use (bnc#693200)Luboš Luňák1-1/+1
2011-05-09make OOXML import use sheet local db dataMarkus Mohrhard5-4/+40
2011-05-04Copy&pasting is considered harmfulKatarina Machalkova1-1/+1
2011-05-04Check for existence of property before retrieving its valueKatarina Machalkova1-11/+31
2011-04-27buildfix-oox-depends-on-unotools.diff: fix dependencyPetr Mladek1-1/+1
2011-04-14fix crash in fdo#36203, the referenced shape didn't contain texbodyRadek Doulik1-1/+1
2011-04-05Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4Petr Mladek1-1/+1
2011-03-31we don't use the exception valueCaolán McNamara1-2/+2
2011-03-30fix import of percentual top and bottom paragraph marginsRadek Doulik7-15/+24
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito10-0/+0
2011-03-29this arg should be referenceDavid Tardon2-4/+4
2011-03-28WaE: overloaded virtualDavid Tardon1-0/+3
2011-03-26Fixed NMSP_MASK definition.Muthu Subramanian1-1/+1
2011-03-25removing the executable mode from some sourcesFrancisco Saito15-0/+0
2011-03-22make oox build with 'debug=t' againNoel Power2-1/+34
2011-03-20Use SAL_PRIuUINT32 instead of %dTakeshi Abe1-1/+1
2011-03-19Using BorderLine2 constructor w/o argumentCédric Bosdonnat1-1/+1
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-3/+3
2011-03-18Put dump() back into headers in ooxThorsten Behrens5-4/+34
2011-03-18WaE: unused aErrorCaolán McNamara1-3/+3
2011-03-18Fix mismerge, properties.hxx does not exist any more.Jan Holesovsky1-1/+0
2011-03-18Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filtersJan Holesovsky2-34/+4
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky431-10683/+15147
2011-03-18Use SAL_PRIdINT32/SAL_PRIxUINT32 instead of %d/%xTakeshi Abe1-1/+1
2011-03-18Removed dead codeTakeshi Abe1-26/+0
2011-03-18Removed an unchanged variableTakeshi Abe1-6/+1
2011-03-17Remove duplicated constant F_PI and friendsMichael Lefevre1-1/+1
2011-03-13fix mis-merge in ooxNorbert Thiebaud27-164/+147
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold54-143/+134
2011-03-11Move DBG_ERROR1 to OSL_TRACEThomas Arnhold2-3/+3
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud426-10632/+15113
2011-03-07fix build in writerfilterPetr Mladek1-0/+1
2011-03-07resolves fdo#34909Noel Power3-2/+4
2011-03-07fix placeholder text style n#650026Radek Doulik4-6/+99
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-3/+3
2011-03-02resolves fdo#34909Noel Power4-3/+5
2011-03-02this only worked due to implicit conversionDavid Tardon1-1/+1
2011-03-01Remove "using namespace ::rtl"Julien Nabet1-1/+2
2011-03-01FilterBase::getVersion() -> constLuboš Luňák2-2/+2
2011-02-26OSL_ASSERT takes a condition, not a messageDavid Tardon1-1/+1