summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* Code cleanupKorrawit Pruegsanusak2011-06-1214-17/+17
* Some cppcheck cleaning+1TODO (func not implemented)Julien Nabet2011-06-127-12/+13
* n#683578: Performance improvements for xlsx imports.Muthu Subramanian2011-06-102-59/+51
* gcc 4.0 doesn't support the C++0x usage of enum::valueJoseph Powers2011-06-071-1/+1
* The enum type name should be included when accessing the enum values.Joseph Powers2011-06-071-1/+1
* fix for bnc#693386Noel Power2011-06-072-6/+25
* Resolves: rhbz#710556 don't crash on missing graphicsCaolán McNamara2011-06-071-14/+14
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-1/+1
* Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filtersJan Holesovsky2011-05-313-2/+13
|\
| * Code Cleanup in filtersKorrawit Pruegsanusak2011-05-302-2/+2
| * set link text propertiesRadek Doulik2011-05-301-0/+11
* | Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-311-1/+1
|\ \ | |/ |/|
| * don't de-reference null pointer - fix crash with certain PPTX filesMichael Meeks2011-05-201-5/+7
| * avoid deleting before a use (bnc#693200)Luboš Luňák2011-05-131-1/+1
| * make OOXML import use sheet local db dataMarkus Mohrhard2011-05-095-4/+40
| * Copy&pasting is considered harmfulKatarina Machalkova2011-05-041-1/+1
| * Check for existence of property before retrieving its valueKatarina Machalkova2011-05-041-11/+31
| * buildfix-oox-depends-on-unotools.diff: fix dependencyPetr Mladek2011-04-271-1/+1
* | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filtersJan Holesovsky2011-05-274-22/+136
|\ \
| * | fix row height exportRadek Doulik2011-05-241-1/+3
| * | WaE: >>= may fail, default to 0Caolán McNamara2011-05-241-1/+1
| * | drawingML export, write table shapesRadek Doulik2011-05-244-22/+134
* | | Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-27155-5210/+8579
|\ \ \ | |/ / |/| |
| * | oox builds again after the m106 merge.Jan Holesovsky2011-05-237-235/+10
| * | Making oox to build - work in progress.Jan Holesovsky2011-05-137-259/+15
| * | Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens2011-04-27168-4693/+8647
| |\ \ | | |/ | |/|
| | * CWS-TOOLING: integrate CWS dr78Vladimir Glazunov2011-03-21171-5412/+8560
| | |\
| | | * dr78: fix broken d.lstDaniel Rentz [dr]2011-03-071-2/+3
| | | * dr78: #i116996# remove wrong assertionsDaniel Rentz [dr]2011-02-282-4/+6
| | | * dr78: solaris build errorDaniel Rentz [dr]2011-02-281-2/+2
| | | * dr78: rebase to DEV300_m101Daniel Rentz [dr]2011-02-2816-101/+193
| | | |\ | | | |/ | | |/|
| | | * dr78: #164376# use XCellRangeData to increase import performanceDaniel Rentz [dr]2011-02-2519-596/+1144
| | | * dr78: #164376# oox import performance: step 2 - move every access to XCell in...Daniel Rentz [dr]2011-02-1110-786/+771
| | | * dr78: #164376# oox import performance: step 1 - encapsulate all code related ...Daniel Rentz [dr]2011-02-1034-2245/+1942
| | | * dr78: typosDaniel Rentz [dr]2011-02-081-2/+2
| | | * dr78: rework of stream handling, improve handling of very large streams (prev...Daniel Rentz [dr]2011-02-0786-1368/+1903
| | | * dr78: revert migration of oox to gbuild (will be done in a dedicated CWS)Daniel Rentz [dr]2011-01-2729-653/+1169
| | | * dr78: minor changes in gperf usageDaniel Rentz [dr]2011-01-193-13/+20
| | | * dr78: branch mergeDaniel Rentz [dr]2011-01-182-4/+2
| | | |\
| | | | * dr78: unx build errorsDaniel Rentz [dr]2011-01-132-4/+2
| | | * | dr78: switch module oox to new gbuild systemDaniel Rentz [dr]2011-01-1829-1143/+620
| | | * | dr78: minor changes in token macrosDaniel Rentz [dr]2011-01-171-18/+21
| | | |/
| | | * dr78: build errors after rebaseDaniel Rentz [dr]2011-01-129-22/+13
| | | * dr78: rebase to DEV300_m97Daniel Rentz [dr]2011-01-12424-10589/+14461
| | | |\
| | | * | dr78: oox - encapsulate shape property handling in own class ShapePropertyMapDaniel Rentz [dr]2011-01-1128-582/+649
| | | * | dr78: oox - BIFF3-BIFF5 arcs and polygons, line and fill formattingDaniel Rentz [dr]2011-01-085-46/+535
| | | * | dr78: oox - import children of BIFF3-BIFF5 group shapesDaniel Rentz [dr]2011-01-062-3/+23
| | | * | dr78: #i96587# typo in commentDaniel Rentz [dr]2011-01-061-1/+1
| | | * | dr78: #i96587# oox - import BIFF8 cell notesDaniel Rentz [dr]2011-01-068-39/+135
| | | * | dr78: #i96587# oox - import BIFF2-BIFF5 cell notesDaniel Rentz [dr]2011-01-069-20/+91