summaryrefslogtreecommitdiff
path: root/oox/source/export
AgeCommit message (Expand)AuthorFilesLines
2012-10-15better pptx custom shape presets import/exportRadek Doulik1-1/+1
2012-10-15make sure we don't export shapes with negative size (fixes n#760997)Radek Doulik1-0/+5
2012-10-15write only non NaN chart series values (fixes part of n#760997Radek Doulik1-1/+2
2012-10-03fix for fdo#55565 regression, failure to export vertical text in shapeNoel Power1-0/+21
2012-09-11fdo#53113 various docx shape export fixesMiklos Vajna1-6/+66
2012-06-01targetted string cleanupMichael Meeks1-9/+5
2012-06-01targeted string re-workNorbert Thiebaud1-55/+55
2012-05-31nuke unused typedefTakeshi Abe1-2/+0
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-4/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-5/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-6/+6
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-8/+8
2012-03-20callcatcher: update listCaolán McNamara1-14/+0
2012-03-20removed unused codePetr Vorel4-235/+0
2012-03-16move excel related oox bits to scNoel Power1-3/+0
2012-03-03WaE: use of logical '&&' with constant operandTor Lillqvist1-5/+5
2012-03-03WaE: expression result unusedTor Lillqvist1-1/+1
2012-02-19Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-2/+2
2012-02-15Various string function clean upStephan Bergmann1-3/+1
2012-01-23make oox ByteString freeCaolán McNamara1-6/+8
2012-01-21Remove unused Get/SetXmlNamespaceThomas Arnhold2-22/+0
2012-01-21correct copyright headerThomas Arnhold1-4/+1
2012-01-11export vertical and horizontal flip attribute for customshapesNoel Power1-1/+9
2012-01-11add missing ooxml customshape -> mso shape name entries ( for export support )Noel Power1-1/+187
2012-01-08Kill SvNullStream duplicationMiklos Vajna1-20/+1
2012-01-02Fix for fdo43460 Part XXV getLength() to isEmpty()Olivier Hallot2-11/+11
2011-12-21catch exception by constant referenceTakeshi Abe2-9/+8
2011-12-21callcatcher: remove some unused codeCaolán McNamara2-40/+0
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-7/+7
2011-11-27remove include of pch header from ooxNorbert Thiebaud2-2/+0
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák1-115/+0
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák1-0/+75
2011-11-24initial (very hacky) work on mathml ooxml importLuboš Luňák1-0/+5
2011-10-25WaE: assignment within conditional expressionTor Lillqvist1-1/+2
2011-10-07cppcheck reduce scope of var in oox/...shapes.cxxPierre-André Jacquod1-2/+5
2011-09-01Move OoxmlFormulaExportBase to ooxTor Lillqvist1-0/+35
2011-07-11callcatcher: unused lcl_hasChartTypeCaolán McNamara1-24/+0
2011-06-12Code cleanupKorrawit Pruegsanusak2-2/+2
2011-06-07Resolves: rhbz#710556 don't crash on missing graphicsCaolán McNamara1-14/+14
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filtersJan Holesovsky2-19/+127
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-0/+220
2011-05-24fix row height exportRadek Doulik1-1/+3
2011-05-24WaE: >>= may fail, default to 0Caolán McNamara1-1/+1
2011-05-24drawingML export, write table shapesRadek Doulik2-19/+125
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-27Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens1-0/+220
2011-04-14gbuildize ooxDavid Tardon1-33/+0
2011-03-31we don't use the exception valueCaolán McNamara1-2/+2