summaryrefslogtreecommitdiff
path: root/xmloff/inc
AgeCommit message (Collapse)Author
2012-02-05Remove unused code.Elton Chung
2012-02-02fdo#45449: ODF export: frames: invalid "min-width"Michael Stahl
XMLTextParagraphExport::addTextFrameAttributes: delay writing of the fo:min-width and fo:min-height attributes so that they end up at the draw:text-box element, and not at draw:frame where they are invalid. Testing reveals that the ODF import can already handle reading the attributes from the draw:text-box elements, so there doesn't seem to be a backward compatibility problem.
2012-02-01callcatcher: update listCaolán McNamara
2012-01-31callcatcher: update listCaolán McNamara
2012-01-31Clean upStephan Bergmann
2012-01-30reduce unnecessary includesCaolán McNamara
2012-01-25callcatcher: remove some unused codeCaolán McNamara
2012-01-16SV_DECL_PTRARR_DEL->std::vectorAugust Sodora
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
2011-12-22fdo#44073: ODF export: fix layout grid invalid ODFMichael Stahl
The following 3 attributes have been added in ODF 1.2, so don't write them into ODF 1.1 files: style:layout-grid-base-width 20.297 style:layout-grid-snap-to 20.305 style:layout-grid-standard-mode 20.306 Additionally, style:layout-grid-snap-to was written wrongly as style:layout-grid-snap-to-characters, which does not exist in any ODF spec. For backward compatibility with previous OOo/LO versions, write the wrong attribute in addition to the correct one in ODF extended mode, even though validators complain about it (consider removing that some years from now).
2011-12-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva
2011-12-14there's no point to OUStringsSort_ImplCaolán McNamara
2011-12-08childs -> childrenMichael T. Whiteley
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from xmloffNorbert Thiebaud
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-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-10callcatcher: remove unused methodsCaolán McNamara
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-24Some warning cleanup (found with trunk Clang).Stephan Bergmann
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-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-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: some more unused codeCaolán McNamara
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard
2011-08-26moved header file animationexport.hxx from "xmloff/inc" to ↵Marco Cecchetti
"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
2011-08-26Moved unointerfacetouniqueidentifiermapper.hxx under xmloff/inc/xmloff. The ↵Marco Cecchetti
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.
2011-08-26export the source storage to import filter, to mirror TargetStorage for exportMichael Meeks
2011-08-25callcatcher: yet more unused codeCaolán McNamara
2011-08-23generate listCaolán McNamara
2011-08-22callcatcher: unused .cxx .hxx combo in xmloffCaolán McNamara
2011-08-16revert thisCaolán McNamara
2011-08-16ditch some junkCaolán McNamara
2011-08-11Replace SvArray stuff with vector in xmloff/xmlcnimp.hxx and refactorNigel Hawkins
LGPLv3+/MPL1.1