summaryrefslogtreecommitdiff
path: root/oox/source
AgeCommit message (Expand)Author
2011-06-12Some cppcheck cleaning+1TODO (func not implemented)Julien Nabet
2011-06-10n#683578: Performance improvements for xlsx imports.Muthu Subramanian
2011-06-07gcc 4.0 doesn't support the C++0x usage of enum::valueJoseph Powers
2011-06-07The enum type name should be included when accessing the enum values.Joseph Powers
2011-06-07fix for bnc#693386Noel Power
2011-06-07Resolves: rhbz#710556 don't crash on missing graphicsCaolán McNamara
2011-05-30Code Cleanup in filtersKorrawit Pruegsanusak
2011-05-30set link text propertiesRadek Doulik
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filtersJan Holesovsky
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
2011-05-24fix row height exportRadek Doulik
2011-05-24WaE: >>= may fail, default to 0Caolán McNamara
2011-05-24drawingML export, write table shapesRadek Doulik
2011-05-23oox builds again after the m106 merge.Jan Holesovsky
2011-05-19don't de-reference null pointer - fix crash with certain PPTX filesMichael Meeks
2011-05-16WaE (picky) - noeolChristian Lohmaier
2011-05-13Making oox to build - work in progress.Jan Holesovsky
2011-05-13avoid deleting before a use (bnc#693200)Luboš Luňák
2011-05-11Adding token 'v2'.Muthu Subramanian
2011-05-09WaE un-used parameterNorbert Thiebaud
2011-05-09added few more custom shape presetsRadek Doulik
2011-05-09fixed regression in group shapes transformationsRadek Doulik
2011-05-08make OOXML import use sheet local db dataMarkus Mohrhard
2011-05-04Convert const_reverse_iterator into reverse_iteratorJoseph Powers
2011-05-04Copy&pasting is considered harmfulKatarina Machalkova
2011-05-04Check for existence of property before retrieving its valueKatarina Machalkova
2011-05-03Reverting some file mode changes with previous commit.Muthu Subramanian
2011-05-03MCE Initial Implementation.Muthu Subramanian
2011-04-28added striped-right-arrow custom shape presetRadek Doulik
2011-04-28fixed string code dump, removed test codeRadek Doulik
2011-04-27fix group shape transformations - part of n#621739Radek Doulik
2011-04-27Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens
2011-04-19clean a bit the patch for fdo#36203, reset the text body pointerRadek Doulik
2011-04-16change ...(%d)... to ...(%"SAL_PRIdINT32")... + 2 commented lines removedJulien Nabet
2011-04-14fix crash in fdo#36203, the referenced shape didn't contain texbodyRadek Doulik
2011-04-14gbuildize ooxDavid Tardon
2011-04-14fix crash in fdo#36203, the referenced shape didn't contain texbodyRadek Doulik
2011-04-14dump property map of customshape preset only when building with debugRadek Doulik
2011-04-14added preset for right-arrow - proof of conceptRadek Doulik
2011-04-14added method to dump code for enhanced custom shape presetsRadek Doulik
2011-04-13catch by const referenceCaolán McNamara
2011-04-08Again merge-fix with importDocumentProperties()Muthu Subramanian
2011-03-31we don't use the exception valueCaolán McNamara
2011-03-30fix import of percentual top and bottom paragraph marginsRadek Doulik
2011-03-29this arg should be referenceDavid Tardon
2011-03-26Fixed NMSP_MASK definition.Muthu Subramanian
2011-03-25removing the executable mode from some sourcesFrancisco Saito
2011-03-22make oox build with 'debug=t' againNoel Power
2011-03-21CWS-TOOLING: integrate CWS dr78Vladimir Glazunov
2011-03-20Use SAL_PRIuUINT32 instead of %dTakeshi Abe