summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Collapse)Author
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-28switch source and target units, so that it works right with sax conversionsRadek Doulik
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from xmloffNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-24fdo#43152 ooo#114415 fixed crash on unnamed form elementEike Rathke
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.
2011-11-18Added handler to handle the new <table:filter-set-item> elements.Kohei Yoshida
The export is working, while the import part is still in progress.
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-11callcatcher: remove some unused codeCaolán McNamara
2011-11-10callcatcher: remove unused methodsCaolán McNamara
2011-11-08Removed some SvStringsSortDtorDaisuke Nishino
2011-11-03callcatcher: drop unused methodsCaolán McNamara
2011-11-03callcatcher: ditch some unused codeCaolán McNamara
2011-11-02update list post SvUShorts removalCaolán McNamara
2011-11-02callcatcher: some unused codeCaolán McNamara
2011-11-01eliminate SvUShorts typeDaniel Di Marco
2011-10-28ODF conformance - Impress table markup fixesThorsten Behrens
Fix for fdo#35190 - Impress writes invalid ODF for the table styles (text:style-name instead of table:style-name).
2011-10-24Some warning cleanup (found with trunk Clang).Stephan Bergmann
2011-10-19Simplified comphelper::OSequenceIterator and its uses.Stephan Bergmann
2011-10-17WaE: potentially uninitialized local variable 'nColor' usedTor Lillqvist
2011-10-11xmluconv.hxx: noncopyable (thank you tinderbox)Michael Stahl
2011-10-11#i108468#: clean up xmluconv: add a pImpl to SvXMLUnitConverterMichael Stahl
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl
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 :)
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl
remove duplicate methods from SvXMLUnitConverter: convertTime (all variants), convertDateTime (DateTime variants), convertTimeDuration. move convertAny from SvXMLUnitConverter to sax::converter.
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
2011-10-10make xmloff ByteString freeCaolán McNamara
2011-10-05conversion operator is goneCaolán McNamara
2011-10-05callcatcher: unused methodsCaolán McNamara
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04WaE: 'rUnitConverter' : unreferenced formal parameterTor Lillqvist
2011-10-03callcatcher: comphelper's unused codeMatúš Kukan
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-29callcatcher: unused codeCaolán McNamara
2011-09-29WaE: Mark SvXMLExport_Impl and SvXMLImport_Impl as SAL_DLLPRIVATETor Lillqvist
Fixes warnings: 'SvXML*_Impl' declared with greater visibility than the type of its field 'SvXMLExport_Impl::mpRDFaHelper'.
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26WaE: control reaches end of non-void functionTor Lillqvist
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-20Add missing chart data point ODF1.2 standard symbolsRegina Henschel
2011-09-14pointless fooCaolán McNamara
2011-09-12sb140: #i117310# remove unnecessary dependency on ↵Stephan Bergmann
XTypeProvider::getImplementationId plus sb140: #i117310# missing include sb140: #i117310# support EXCEPTIONS_OFF (no UNO_QUERY_THROW)
2011-09-11initial DocumentSettingsSerializer interface impl.Michael Meeks
2011-09-08add chaff to encrypted documentsCaolán McNamara
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara
2011-09-05callcatcher: some more unused codeCaolán McNamara
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard
2011-08-26Now AnimationsExporterImpl defines its own XMLSdPropHdlFactory object.Marco Cecchetti
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.