Age | Commit message (Expand) | Author | Files | Lines |
2013-03-12 | fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT | Radu Ioan | 3 | -25/+19 |
2013-03-12 | update pch headers | Luboš Luňák | 1 | -0/+8 |
2013-03-11 | pptx import:supporting FilterData properties:PageRange and ImportNotesPages | SJacobi | 4 | -111/+174 |
2013-03-11 | remove remaining UTF bom | Borim | 1 | -1/+1 |
2013-03-11 | use startsWith() instead of compareToAscii() | Thomas Arnhold | 1 | -1/+1 |
2013-03-10 | update pch files | Peter Foley | 1 | -0/+1 |
2013-03-06 | fdo#60724 change spelling error REMOVEABLE -> REMOVABLE | Kenneth Beck | 1 | -1/+1 |
2013-03-06 | fdo#48735: Save crop information in PPTX. | Pallavi Jadhav | 3 | -0/+27 |
2013-03-05 | doubled using | Thomas Arnhold | 1 | -1/+0 |
2013-03-04 | remove trailing whitespaces | Thomas Arnhold | 1 | -1/+1 |
2013-03-04 | sal_Bool to bool | Takeshi Abe | 1 | -1/+1 |
2013-03-04 | doubled includes | Thomas Arnhold | 3 | -3/+0 |
2013-03-04 | doubled namespace | Thomas Arnhold | 1 | -1/+0 |
2013-03-03 | oox: fix doxygen comments in drawingml::shape | Miklos Vajna | 1 | -10/+10 |
2013-03-02 | coverity#705402 Improper use of negative value | Norbert Thiebaud | 1 | -22/+87 |
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 |
2013-02-25 | remove some trivial duplicates | Thomas Arnhold | 1 | -1/+0 |
2013-02-24 | coverity#984099: Unitialized scalar field | Norbert Thiebaud | 1 | -2/+6 |
2013-02-24 | coverity#983372 : Dereference before null check | Norbert Thiebaud | 1 | -2/+2 |
2013-02-22 | cosmetic clean-ups | Norbert Thiebaud | 1 | -254/+254 |
2013-02-22 | coverity#736043 Missing break in switch | Norbert Thiebaud | 1 | -1/+1 |
2013-02-22 | coverity#738777 Uninitialized scalar field => unused member | Norbert Thiebaud | 1 | -1/+0 |
2013-02-22 | coverity#738776 Uninitialized scalar field | Norbert Thiebaud | 1 | -8/+9 |
2013-02-22 | fix problem with \0 in string literal | Markus Mohrhard | 1 | -1/+2 |
2013-02-21 | n#779642: Import vertical layout mode from VML elements. | Cédric Bosdonnat | 3 | -0/+20 |
2013-02-17 | fdo#58789: export field separators, fix series name display | Katarina Behrens | 1 | -1/+14 |
2013-02-13 | oox: MSVC complains that nPlacement may be uninitialized | Michael Stahl | 1 | -1/+1 |
2013-02-13 | oox: fix build breaker: stop using some non-existent "S" | Michael Stahl | 1 | -2/+2 |
2013-02-13 | fdo#59789: xlsx export of data point labels, first cut | Katarina Behrens | 2 | -1/+83 |
2013-02-13 | update pch headers, broken by 1aaf9a9 | Luboš Luňák | 1 | -2/+7 |
2013-02-11 | fdo#46808, convert io::TextOutputStream service to new-style | Noel Grandin | 2 | -12/+10 |
2013-02-11 | fdo#46808, convert io::TextInputStream service to new style | Noel Grandin | 4 | -13/+11 |
2013-02-08 | unused variable after 2e14a8bf03cefe831eb7694ea903115bc4b61ecf | Luboš Luňák | 1 | -1/+0 |
2013-02-08 | fix invalid USS macro use, the result is for immediate use in calls | Radek Doulik | 1 | -13/+4 |
2013-02-05 | fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT | Radu Ioan | 1 | -29/+27 |
2013-02-04 | String cleanup in oox | José Guilherme Vanz | 20 | -67/+47 |
2013-02-04 | String cleanup in oox | José Guilherme Vanz | 1 | -13/+12 |
2013-02-01 | fix position correction for flipped shapes | Lennard | 2 | -3/+9 |
2013-01-31 | fdo#56976 fixes up Arrow import bug | Lennard | 2 | -0/+218 |
2013-01-30 | Introduce SAL_OVERRIDE | Miklos Vajna | 1 | -2/+2 |
2013-01-30 | n#792778 oox: implement import of v:line inside v:group | Miklos Vajna | 2 | -14/+24 |
2013-01-29 | use ole obj preview image | Radek Doulik | 3 | -1/+7 |
2013-01-28 | fdo#46808, Adapt document::*PropertyValues UNO service to new style | Noel Grandin | 2 | -41/+0 |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl | 1 | -0/+1 |
2013-01-24 | oox: drop no longer needed STR() macro | Miklos Vajna | 1 | -11/+8 |
2013-01-23 | oox: kill no longer needed US() macro | Miklos Vajna | 3 | -16/+15 |
2013-01-22 | oox: kill no longer needed S() macro | Miklos Vajna | 5 | -67/+66 |
2013-01-21 | Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() | Jean-Noël Rouvignac | 3 | -7/+7 |
2013-01-19 | Again Fix others Consecutive return, break | Julien Nabet | 4 | -6/+0 |
2013-01-18 | oox::vml::ShadowModel: differentiate between not having it and having it off | Miklos Vajna | 3 | -3/+12 |