summaryrefslogtreecommitdiffstats
path: root/xmloff/source
Commit message (Expand)AuthorAgeFilesLines
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-1812-30/+39
* Fix typos: HEIGTH -> HEIGHT and WEIGTH -> WEIGHTLior Kaplan2013-04-187-8/+8
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-04-173-127/+71
* fdo#60724 correct spellingThomas Arnhold2013-04-152-2/+2
* fdo#60724 successfull -> successfulThomas Arnhold2013-04-151-1/+1
* fdo#60724 correct spellingThomas Arnhold2013-04-152-3/+3
* fdo#60724 correct spellingThomas Arnhold2013-04-152-2/+2
* fdo#60724 informations -> informationThomas Arnhold2013-04-151-1/+1
* i#98430: Import at least the shape.Jan Holesovsky2013-04-121-2/+6
* i#52127: Avoid .back() on an empty vector, fixes ooo52127-1.odt.Jan Holesovsky2013-04-111-1/+1
* fdo#60594: Fix crash in the document (does not fix the original report).Jan Holesovsky2013-04-101-1/+1
* fdo#39066: using UNO_QUERY instead of UNO_QUERY_THROW displays hyperlinksChr. Rossmanith2013-04-101-1/+1
* Some cppcheck cleaningJulien Nabet2013-04-071-2/+1
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-0746-65/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-07516-3724/+3294
* new module i18nlangtagEike Rathke2013-04-053-4/+4
* fdo#59071 Slideshow: allow automatic transitions with sub-secondCao Cuong Ngo2013-04-052-5/+6
* Some cppcheck cleaningJulien Nabet2013-04-021-2/+1
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-04-012-3/+6
* -Wunused-macrosStephan Bergmann2013-03-2710-33/+4
* kill some unused inlinesThomas Arnhold2013-03-271-12/+0
* remove external include guardsThomas Arnhold2013-03-251-2/+0
* xmloff/source/forms/strings.cxx no longer relevantStephan Bergmann2013-03-251-28/+0
* print typename of object, not pointerDavid Tardon2013-03-241-1/+1
* SdXMLExport::CreateFontAutoStylePool: "EmbedFonts": ignore exceptionsMichael Stahl2013-03-221-4/+11
* remove duplicate copy of SchXMLSeriesHelper: take 2Peter Foley2013-03-215-86/+11
* Revert "remove duplicate copy of SchXMLSeriesHelper"Peter Foley2013-03-215-11/+86
* remove duplicate copy of SchXMLSeriesHelperPeter Foley2013-03-215-86/+11
* fdo#60769 implement odf export of multi-paragraph comment rangesMiklos Vajna2013-03-201-8/+12
* simplify OUString assignmentsChr. Rossmanith2013-03-206-13/+13
* fdo#46808, Convert text::AutoTextContainer to new styleNoel Grandin2013-03-202-7/+0
* remove unused VariableName code/commentsMichael Stahl2013-03-191-1/+0
* reduce whitespaces between include and filenameThomas Arnhold2013-03-191-1/+1
* let us keep the gnumeric value handling in xmloffMarkus Mohrhard2013-03-191-4/+4
* fdo#61135 stepped lines graph: handle ods filesEricSeynaeve2013-03-193-5/+25
* Wundef, fix various more or less broken debug codeLuboš Luňák2013-03-181-4/+0
* fdo#61256 - the Get.*Export methods also create and register stylesMichael Meeks2013-03-182-0/+4
* we need to register data sequences during import, fdo#52159Markus Mohrhard2013-03-183-9/+17
* use the right range representation, fdo#52159Markus Mohrhard2013-03-181-2/+2
* fix conflicting types found by ltoPeter Foley2013-03-154-4/+4
* remove redundant property handler factory.Michael Meeks2013-03-141-10/+2
* xmloff: native code unit testing harness.Michael Meeks2013-03-142-0/+16
* reportbuilder: make "Group on" not-"Each Value" actually workLionel Elie Mamane2013-03-121-0/+1
* use startsWith() instead of compareToAscii()Thomas Arnhold2013-03-114-4/+4
* Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(transform)Chr. Rossmanith2013-03-103-10/+8
* Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(xforms)Chr. Rossmanith2013-03-103-21/+21
* Resolves: #i120663# The SvXMLImportContext is always leakedJian Fang Zhang2013-03-091-1/+2
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-092-5/+5
* Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxxStephan Bergmann2013-03-091-3/+2
* make use of startsWith()Thomas Arnhold2013-03-084-17/+10