Age | Commit message (Expand) | Author | Files | Lines |
2013-02-23 | Fix typo "teh" -> "the" | Julien Nabet | 1 | -1/+1 |
2013-02-22 | set document settings / embed fonts when importing odp | Radek Doulik | 2 | -0/+12 |
2013-02-22 | use document settings / embed fonts when exporting odp | Radek Doulik | 2 | -0/+14 |
2013-02-22 | s/the the/the/ | Tor Lillqvist | 4 | -4/+4 |
2013-02-21 | Revert "embed also system fonts when embedding fonts in a document" | David Ostrovsky | 3 | -15/+8 |
2013-02-21 | Fix type unkown -> unknown | Julien Nabet | 3 | -10/+10 |
2013-02-21 | embed also system fonts when embedding fonts in a document | Luboš Luňák | 3 | -8/+15 |
2013-02-21 | generic integers to enums | Luboš Luňák | 4 | -31/+29 |
2013-02-21 | adapt writer to use centralised font dialog and fix some minor bugs | Noel Power | 1 | -0/+1 |
2013-02-20 | typo: allways -> always | Andras Timar | 2 | -2/+2 |
2013-02-19 | fdo#52948 fix print-repeated-values=no with formatted values | Lionel Elie Mamane | 2 | -2/+2 |
2013-02-18 | remove stray makefile.mk in xmloff | Bjoern Michaelsen | 1 | -64/+0 |
2013-02-18 | coverity#705351 missing break in switch | Norbert Thiebaud | 1 | -0/+1 |
2013-02-18 | coverity#705351 Missing break in switch | Norbert Thiebaud | 1 | -0/+1 |
2013-02-13 | update pch headers, broken by 1aaf9a9 | Luboš Luňák | 1 | -1/+9 |
2013-02-12 | fdo#46808, convert xmloff module code to use XComponentContext | Noel Grandin | 19 | -73/+53 |
2013-02-12 | fdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new style | Noel Grandin | 2 | -18/+9 |
2013-02-12 | fdo#46808, Adapt animations::SequenceTimeContainer UNO service to new style | Noel Grandin | 1 | -17/+7 |
2013-02-11 | fdo#46808, convert xml::xpath::XPathAPI to new-style service | Noel Grandin | 1 | -6/+3 |
2013-02-11 | fdo#46808, Adapt document::XML*BasicExporter UNO services to new style | Noel Grandin | 18 | -267/+198 |
2013-02-08 | Resolves: fdo#60132 Error reading file after inserting comment | Caolán McNamara | 1 | -0/+5 |
2013-02-07 | Mark these members mutable to avoid casting them in const method. | Kohei Yoshida | 1 | -5/+4 |
2013-02-07 | Move these typedef's inside the class scope & bool cleanups. | Kohei Yoshida | 1 | -15/+10 |
2013-02-07 | Those auto_ptr can be replaced with boost::scoped_ptr. | Kohei Yoshida | 2 | -21/+18 |
2013-02-06 | sw: let drawinglayer manage gradient styles of our textframes | Miklos Vajna | 1 | -38/+26 |
2013-02-01 | Revert "temporarily disable the xmloff/vcl dependency" | Luboš Luňák | 3 | -5/+6 |
2013-02-01 | temporarily disable the xmloff/vcl dependency | Luboš Luňák | 3 | -6/+5 |
2013-02-01 | move implementation class to a non-public header | Luboš Luňák | 3 | -82/+110 |
2013-02-01 | rename a class to something that gives at least some idea of what it does | Luboš Luňák | 2 | -18/+18 |
2013-02-01 | basic support for embedded fonts in odt (fdo#42195) | Luboš Luňák | 8 | -3/+283 |
2013-02-01 | move class definition to a header file | Luboš Luňák | 2 | -40/+44 |
2013-02-01 | export darken/darkeless/lighten/lightenless commands | Radek Doulik | 2 | -0/+52 |
2013-01-31 | export subpath sizes (these are for example in pptx custom shape presets) | Radek Doulik | 6 | -0/+64 |
2013-01-29 | xmloff: export Wrtier's RES_FILL_STYLE and RES_FILL_GRADIENT | Miklos Vajna | 3 | -0/+22 |
2013-01-29 | SvXMLExport::_ExportStyles: also try to export text gradients | Miklos Vajna | 1 | -26/+38 |
2013-01-29 | xmloff: no longer necessary OUTSTRING() macro | Miklos Vajna | 6 | -44/+41 |
2013-01-28 | fdo#46808, Adapt document::*PropertyValues UNO service to new style | Noel Grandin | 5 | -162/+113 |
2013-01-28 | fdo#46808, don't cache the result of comphelper::getProcessComponentContext | Noel Grandin | 3 | -20/+4 |
2013-01-28 | fdo#46808, Convert SvNumberFormatter to use XComponentContext | Noel Grandin | 5 | -33/+22 |
2013-01-27 | implement conditional date format import/export for ODF | Markus Mohrhard | 2 | -0/+2 |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl | 2 | -0/+4 |
2013-01-24 | WaE: 'bVal' may be used uninitialized in this function | Tor Lillqvist | 1 | -1/+1 |
2013-01-23 | fdo#58562: Ensure internal data is always used when pasting to another doc. | Kohei Yoshida | 1 | -5/+25 |
2013-01-21 | Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() | Jean-Noël Rouvignac | 1 | -1/+1 |
2013-01-18 | xmloff: refactor Generator version handling: | Michael Stahl | 4 | -30/+97 |
2013-01-18 | fdo#59517: fix detection of ancient OOo ODF generator strings: | Michael Stahl | 1 | -4/+5 |
2013-01-18 | Resolves: fdo#58730 workaround [UL|LR]Space 100% problem | Caolán McNamara | 2 | -1/+30 |
2013-01-15 | fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new style | Noel Grandin | 4 | -20/+18 |
2013-01-11 | support saving/loading hyperlink cell attribute in extended odf | Noel Power | 3 | -1/+3 |
2013-01-09 | move some OSL_* macros to SAL_WARN | Markus Mohrhard | 1 | -7/+8 |