summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* WaE: control reaches end of non-void functionTor Lillqvist2011-09-261-5/+2
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-225-1/+18
|
* Add missing chart data point ODF1.2 standard symbolsRegina Henschel2011-09-205-0/+54
|
* pointless fooCaolán McNamara2011-09-142-10/+0
|
* sb140: #i117310# remove unnecessary dependency on ↵Stephan Bergmann2011-09-126-103/+61
| | | | | | | | XTypeProvider::getImplementationId plus sb140: #i117310# missing include sb140: #i117310# support EXCEPTIONS_OFF (no UNO_QUERY_THROW)
* initial DocumentSettingsSerializer interface impl.Michael Meeks2011-09-114-0/+73
|
* add chaff to encrypted documentsCaolán McNamara2011-09-085-2/+23
|
* callcatcher: drop some Impl methods, regenerate listCaolán McNamara2011-09-052-6/+0
|
* callcatcher: some more unused codeCaolán McNamara2011-09-053-90/+2
|
* some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard2011-08-284-14/+14
|
* Now AnimationsExporterImpl defines its own XMLSdPropHdlFactory object.Marco Cecchetti2011-08-261-1/+22
| | | | | | | | The old behaviour was to get the XMLSdPropHdlFactory object of SdXMLExport through a dangerous static cast of the exporter object (of type SvXMLExport). See method AnimationsExporterImpl::convertValue. This let the class AnimationsExporter to be used by any class derived from SvXMLExport.
* moved header file animationexport.hxx from "xmloff/inc" to ↵Marco Cecchetti2011-08-264-5/+10
| | | | "xmloff/inc/xmloff". The configuration file Package_ink.mk has been modified in order to export the header file into "solver/*/*/inc/xmloff" Include directives of source files under "xmloff/source" have been changed accordingly
* Moved unointerfacetouniqueidentifiermapper.hxx under xmloff/inc/xmloff. The ↵Marco Cecchetti2011-08-2618-18/+23
| | | | Package_inc.mk file has been modified in order to export the header under solver/*/*/inc/xmloff and the UnoInterfaceToUniqueIdentifierMapper class has been made visible from the outside by the XMLOFF_DLLPUBLIC macro.
* export the source storage to import filter, to mirror TargetStorage for exportMichael Meeks2011-08-262-0/+16
|
* remove freshly unused methodsCaolán McNamara2011-08-252-59/+0
|
* callcatcher: yet more unused codeCaolán McNamara2011-08-252-59/+0
|