summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2011-04-14really deliver namespaces.txtDavid Tardon1-2/+8
2011-04-14gbuildize ooxDavid Tardon22-1088/+521
2011-04-14fix crash in fdo#36203, the referenced shape didn't contain texbodyRadek Doulik1-1/+1
2011-04-14dump property map of customshape preset only when building with debugRadek Doulik1-0/+2
2011-04-14added preset for right-arrow - proof of conceptRadek Doulik2-6/+307
2011-04-14added method to dump code for enhanced custom shape presetsRadek Doulik2-7/+712
2011-04-13catch by const referenceCaolán McNamara2-3/+3
2011-04-08Again merge-fix with importDocumentProperties()Muthu Subramanian1-1/+6
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
2011-02-26Bring back tablestyle.cxxThomas Arnhold2-0/+44
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold1-7/+7
2011-02-26Remove some more dead files and wrappersThomas Arnhold2-44/+0
2011-02-22use r:id or o:relid ( whichever exists ) for vml shape importNoel Power1-1/+4
2011-02-22remove redundant include that was committed by mistakeNoel Power1-1/+0
2011-02-22fdo#34305 fix missing jpg/gif in docx importNoel Power1-1/+2
2011-02-18merged DEV300Release Engineering4-35/+52
2011-02-15XLSX import of duplicate-conditional formatting.Muthu Subramanian K3-24/+27