Age | Commit message (Expand) | Author | Files | Lines |
2013-03-04 | fdo#46808, convert xforms::Model to new style | Noel Grandin | 10 | -49/+38 |
2013-03-03 | binfilter: remove some traces | Thomas Arnhold | 2 | -29/+4 |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold | 16 | -18/+18 |
2013-03-03 | loplugin: improve indentation | Thomas Arnhold | 1 | -1/+2 |
2013-03-03 | fdo#60724: fix paramater -> parameter misspelling found by lintian | Vojta Koukal | 1 | -1/+1 |
2013-03-03 | and one more fix for error bar import, related fdo#60083 | Markus Mohrhard | 1 | -0/+8 |
2013-03-02 | removed RTL_CONSTASCII_(U)STRINGPARAM xmloff(text) | Chr. Rossmanith | 32 | -371/+325 |
2013-03-02 | Typo fix: informations -> information and a few other adjacent typos. | Gregg King | 1 | -2/+2 |
2013-03-01 | WaE: init variables | Caolán McNamara | 1 | -1/+3 |
2013-03-01 | finish font embedding, use the new Fonts document property | Radek Doulik | 2 | -15/+54 |
2013-03-01 | xmloff: remove no longer needed XMLFORM_CONSTASCII_STRING macro | Miklos Vajna | 10 | -262/+252 |
2013-02-28 | regenerate pch | Peter Foley | 1 | -1/+0 |
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 |
2013-02-28 | Fix typo "persistant" -> "persistant" | Julien Nabet | 1 | -1/+1 |
2013-02-27 | fix build | Markus Mohrhard | 1 | -1/+1 |
2013-02-27 | coverity#441041: unitialized variable | Markus Mohrhard | 1 | -1/+1 |
2013-02-26 | one more fix for error bar import, fdo#60083 | Markus Mohrhard | 1 | -5/+17 |
2013-02-26 | removed RTL_CONSTASCII_(U)STRINGPARAM | Chr. Rossmanith | 10 | -81/+81 |
2013-02-26 | undo removal of RTL_CONSTASCII_STRINGPARAM in strings.hxx | Chr. Rossmanith | 1 | -1/+1 |
2013-02-26 | removed RTL_CONSTASCII_(U)STRINGPARAM | Chr. Rossmanith | 18 | -94/+84 |
2013-02-26 | coverity#736009 Explicit null dereferenced | Norbert Thiebaud | 1 | -2/+1 |
2013-02-26 | embed also system fonts when embedding fonts in a document | Luboš Luňák | 3 | -8/+15 |
2013-02-26 | get the x-error-import working as well, fdo#60083 | Markus Mohrhard | 1 | -0/+1 |
2013-02-26 | get at least the y-error-bar import working again, fdo#60083 | Markus Mohrhard | 1 | -53/+87 |
2013-02-25 | removed RTL_CONSTASCII_(U)STRINGPARAM | Chr. Rossmanith | 10 | -114/+106 |
2013-02-25 | remove some trivial duplicates | Thomas Arnhold | 1 | -1/+0 |
2013-02-25 | fdo#38838,::rtl::OUString_to_OUString | elixir | 2 | -325/+325 |
2013-02-24 | coverity#705444 Improper use of negative value | Norbert Thiebaud | 1 | -3/+2 |
2013-02-24 | coverity#705347 Missing break in switch | Norbert Thiebaud | 1 | -12/+16 |
2013-02-24 | remove RTL_CONSTASCII_(U)STRINGPARAM in xmloff | Chr. Rossmanith | 20 | -199/+193 |
2013-02-24 | coverity#984351 Uninitialized scalar field => unused member | Norbert Thiebaud | 1 | -1/+0 |
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 |