summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmlimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-12-10resolved fdo#72537 write <loext:fill-character>Eike Rathke1-0/+2
2013-07-10fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák1-1/+0
2013-05-15factor out SvXMLImport::IsOOoXML()Michael Stahl1-5/+28
2013-05-14fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-23/+19
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-30/+28
2013-03-27-Wunused-macrosStephan Bergmann1-5/+3
2013-03-08make use of startsWith()Thomas Arnhold1-1/+1
2013-03-06remove the need to explicitly specify font style for font embeddingLuboš Luňák1-0/+8
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin1-17/+8
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin1-1/+1
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-2/+2
2013-01-18xmloff: refactor Generator version handling:Michael Stahl1-19/+70
2012-12-08RTL_CONSTASCII_USTRINGPARAM clean upChr. Rossmanith1-149/+80
2012-11-15WaE: 'const' type qualifier on return type has no effectTor Lillqvist1-2/+2
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-46/+95
2012-08-04Replace usage of rtl/memory.h in xmloff with equivalent from string.hArnaud Versini1-2/+3
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara1-1/+0
2012-07-28WaE: unused variableTor Lillqvist1-1/+3
2012-07-16the unknwon typo is surprisingly popularLuboš Luňák1-2/+2
2012-05-25import new conditional format informationMarkus Mohrhard1-0/+2
2012-04-18Convert SV_DECL_PTRARR to std::vectorNoel Grandin1-15/+11
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-04removed duplicate #includesTakeshi Abe1-1/+0
2012-02-27Removed unused codeSzabolcs Dezsi1-30/+0
2012-01-30reduce unnecessary includesCaolán McNamara1-3/+2
2012-01-25Fix for fdo43460 Part XLVII getLength() to isEmpty()Olivier Hallot1-11/+11
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+1
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-1/+1
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-1/+1
2011-11-27remove include of pch header from xmloffNorbert Thiebaud1-2/+0
2011-11-03callcatcher: drop unused methodsCaolán McNamara1-76/+0
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl1-6/+7
2011-10-10make xmloff ByteString freeCaolán McNamara1-2/+2
2011-09-29WaE: Mark SvXMLExport_Impl and SvXMLImport_Impl as SAL_DLLPRIVATETor Lillqvist1-1/+1
2011-08-26Moved unointerfacetouniqueidentifiermapper.hxx under xmloff/inc/xmloff. The P...Marco Cecchetti1-1/+1
2011-08-26export the source storage to import filter, to mirror TargetStorage for exportMichael Meeks1-0/+11
2011-08-04callcatcher: remove unused methodsCaolán McNamara1-10/+0
2011-06-01use this pattern throughoutCaolán McNamara1-13/+7
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-10/+10
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-10/+10
2011-03-09remove SVX_LIGHT macroXavier ALT1-8/+0
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2
2011-02-16Remove dead codeBálint Dózsa1-6/+0
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-1/+1
2011-01-06removetooltypes01: rebase to DEV300_m96Mikhail Voytenko1-2/+2
2010-12-12change of __READONLY_DATA define to constGert Faller1-41/+41