summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Collapse)AuthorAgeFilesLines
* there's no point to OUStringsSort_ImplCaolán McNamara2011-12-143-5/+0
|
* childs -> childrenMichael T. Whiteley2011-12-0810-19/+19
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* impress210: #i41995# fixed distinct shape and page idChristian Lippka ORACLE2011-12-064-0/+37
| | | | | | | | | | # HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299691906 -3600 # Node ID 0b9b11216b0d3401f8824542dd5f2794eb141035 # Parent 69091b8fc77c9951fcdc52b800a37a92dc70bf84 impress210: #i41995# fixed distinct shape and page id
* refactor media embedding completely:Michael Stahl2011-12-061-51/+47
| | | | | | | | Do the tempfile handling in SdrMediaObj, not in the window; this has the advantage that it works even in the presence of clipboard documents without SfxBaseModels and thus without storage (sc, sw). The SdrMediaObj instances share ownership of a temp file.
* The ODG should have office:drawing after office:body, not office:graphicsFridrich Štrba2011-12-051-0/+2
|
* xmloff: load and store embedded mediaMichael Stahl2011-12-032-14/+111
|
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-011-1/+1
|
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-013-5/+5
|
* Remove uses of charAtAugust Sodora2011-12-011-13/+13
|
* handle dates with year < 1000Eike Rathke2011-11-301-2/+9
| | | | | | | * Read dates with years consisting of less than 4 digits. ISO 8601 specifies that years are to be written with a minimum of 4 digits. However, be lenient in what we accept. * Write years < 1000 with leading zeros to comply with ISO 8601 YYYY.
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* switch source and target units, so that it works right with sax conversionsRadek Doulik2011-11-281-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-510/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-272-2/+0
|
* remove include of pch header from xmloffNorbert Thiebaud2011-11-27353-696/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* Remove some uses of OUString::setCharAtAugust Sodora2011-11-261-2/+2
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* fdo#43152 ooo#114415 fixed crash on unnamed form elementEike Rathke2011-11-241-1/+4
| | | | | An unnamed form element without parent container lead to a crash when trying to obtain a unique name by iterating over (now not) existing container elements.
* Added handler to handle the new <table:filter-set-item> elements.Kohei Yoshida2011-11-182-0/+2
| | | | The export is working, while the import part is still in progress.
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-144-6/+4
|
* callcatcher: remove some unused codeCaolán McNamara2011-11-112-33/+0
|
* callcatcher: remove unused methodsCaolán McNamara2011-11-102-17/+0
|
* Removed some SvStringsSortDtorDaisuke Nishino2011-11-081-9/+7
|
* callcatcher: drop unused methodsCaolán McNamara2011-11-034-102/+0
|
* callcatcher: ditch some unused codeCaolán McNamara2011-11-033-75/+0
|
* update list post SvUShorts removalCaolán McNamara2011-11-022-47/+0
|
* callcatcher: some unused codeCaolán McNamara2011-11-022-18/+0
|
* eliminate SvUShorts typeDaniel Di Marco2011-11-012-15/+11
|
* ODF conformance - Impress table markup fixesThorsten Behrens2011-10-282-2/+3
| | | | | Fix for fdo#35190 - Impress writes invalid ODF for the table styles (text:style-name instead of table:style-name).
* Some warning cleanup (found with trunk Clang).Stephan Bergmann2011-10-242-2/+2
|
* Simplified comphelper::OSequenceIterator and its uses.Stephan Bergmann2011-10-192-26/+33
|
* WaE: potentially uninitialized local variable 'nColor' usedTor Lillqvist2011-10-171-1/+1
|
* xmluconv.hxx: noncopyable (thank you tinderbox)Michael Stahl2011-10-112-1/+4
|
* #i108468#: clean up xmluconv: add a pImpl to SvXMLUnitConverterMichael Stahl2011-10-112-73/+102
|
* #i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2011-10-1160-1180/+524
| | | | | | | | | | | | | modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :)
* #i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl2011-10-1124-887/+137
| | | | | | | | remove duplicate methods from SvXMLUnitConverter: convertTime (all variants), convertDateTime (DateTime variants), convertTimeDuration. move convertAny from SvXMLUnitConverter to sax::converter.
* #i108468#: clean up xmluconv code duplication, part 1:Michael Stahl2011-10-11112-1162/+937
| | | | | | | | | move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
* make xmloff ByteString freeCaolán McNamara2011-10-107-74/+61
|
* conversion operator is goneCaolán McNamara2011-10-055-50/+50
|
* callcatcher: unused methodsCaolán McNamara2011-10-051-60/+0
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* WaE: 'rUnitConverter' : unreferenced formal parameterTor Lillqvist2011-10-041-3/+3
|
* callcatcher: comphelper's unused codeMatúš Kukan2011-10-033-9/+0
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-3018-0/+54
|
* callcatcher: unused codeCaolán McNamara2011-09-292-22/+0
|
* WaE: Mark SvXMLExport_Impl and SvXMLImport_Impl as SAL_DLLPRIVATETor Lillqvist2011-09-292-2/+2
| | | | | Fixes warnings: 'SvXML*_Impl' declared with greater visibility than the type of its field 'SvXMLExport_Impl::mpRDFaHelper'.
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-272-19/+17
|