summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet1-1/+1
2013-02-27fix buildMarkus Mohrhard1-1/+1
2013-02-27coverity#441041: unitialized variableMarkus Mohrhard1-1/+1
2013-02-26one more fix for error bar import, fdo#60083Markus Mohrhard1-5/+17
2013-02-26removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith10-81/+81
2013-02-26undo removal of RTL_CONSTASCII_STRINGPARAM in strings.hxxChr. Rossmanith1-1/+1
2013-02-26removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith18-94/+84
2013-02-26coverity#736009 Explicit null dereferencedNorbert Thiebaud1-2/+1
2013-02-26embed also system fonts when embedding fonts in a documentLuboš Luňák3-8/+15
2013-02-26get the x-error-import working as well, fdo#60083Markus Mohrhard1-0/+1
2013-02-26get at least the y-error-bar import working again, fdo#60083Markus Mohrhard1-53/+87
2013-02-25removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith10-114/+106
2013-02-25remove some trivial duplicatesThomas Arnhold1-1/+0
2013-02-25fdo#38838,::rtl::OUString_to_OUStringelixir2-325/+325
2013-02-24coverity#705444 Improper use of negative valueNorbert Thiebaud1-3/+2
2013-02-24coverity#705347 Missing break in switchNorbert Thiebaud1-12/+16
2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAM in xmloffChr. Rossmanith20-199/+193
2013-02-24coverity#984351 Uninitialized scalar field => unused memberNorbert Thiebaud1-1/+0
2013-02-23Fix typo "teh" -> "the"Julien Nabet1-1/+1
2013-02-22set document settings / embed fonts when importing odpRadek Doulik2-0/+12
2013-02-22use document settings / embed fonts when exporting odpRadek Doulik2-0/+14
2013-02-22s/the the/the/Tor Lillqvist4-4/+4
2013-02-21Revert "embed also system fonts when embedding fonts in a document"David Ostrovsky3-15/+8
2013-02-21Fix type unkown -> unknownJulien Nabet3-10/+10
2013-02-21embed also system fonts when embedding fonts in a documentLuboš Luňák3-8/+15
2013-02-21generic integers to enumsLuboš Luňák4-31/+29
2013-02-21adapt writer to use centralised font dialog and fix some minor bugsNoel Power1-0/+1
2013-02-20typo: allways -> alwaysAndras Timar2-2/+2
2013-02-19fdo#52948 fix print-repeated-values=no with formatted valuesLionel Elie Mamane2-2/+2
2013-02-18remove stray makefile.mk in xmloffBjoern Michaelsen1-64/+0
2013-02-18coverity#705351 missing break in switchNorbert Thiebaud1-0/+1
2013-02-18coverity#705351 Missing break in switchNorbert Thiebaud1-0/+1
2013-02-13update pch headers, broken by 1aaf9a9Luboš Luňák1-1/+9
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin19-73/+53
2013-02-12fdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new styleNoel Grandin2-18/+9
2013-02-12fdo#46808, Adapt animations::SequenceTimeContainer UNO service to new styleNoel Grandin1-17/+7
2013-02-11fdo#46808, convert xml::xpath::XPathAPI to new-style serviceNoel Grandin1-6/+3
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin18-267/+198
2013-02-08Resolves: fdo#60132 Error reading file after inserting commentCaolán McNamara1-0/+5
2013-02-07Mark these members mutable to avoid casting them in const method.Kohei Yoshida1-5/+4
2013-02-07Move these typedef's inside the class scope & bool cleanups.Kohei Yoshida1-15/+10
2013-02-07Those auto_ptr can be replaced with boost::scoped_ptr.Kohei Yoshida2-21/+18
2013-02-06sw: let drawinglayer manage gradient styles of our textframesMiklos Vajna1-38/+26
2013-02-01Revert "temporarily disable the xmloff/vcl dependency"Luboš Luňák3-5/+6
2013-02-01temporarily disable the xmloff/vcl dependencyLuboš Luňák3-6/+5
2013-02-01move implementation class to a non-public headerLuboš Luňák3-82/+110
2013-02-01rename a class to something that gives at least some idea of what it doesLuboš Luňák2-18/+18
2013-02-01basic support for embedded fonts in odt (fdo#42195)Luboš Luňák8-3/+283
2013-02-01move class definition to a header fileLuboš Luňák2-40/+44
2013-02-01export darken/darkeless/lighten/lightenless commandsRadek Doulik2-0/+52