Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-05 | Remove unused code. | Elton Chung | |
2012-02-02 | fdo#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-01 | callcatcher: update list | Caolán McNamara | |
2012-01-31 | callcatcher: update list | Caolán McNamara | |
2012-01-31 | Clean up | Stephan Bergmann | |
2012-01-30 | reduce unnecessary includes | Caolán McNamara | |
2012-01-25 | callcatcher: remove some unused code | Caolán McNamara | |
2012-01-16 | SV_DECL_PTRARR_DEL->std::vector | August Sodora | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed 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-22 | fdo#44073: ODF export: fix layout grid invalid ODF | Michael 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-22 | sw: Improved document comparison based on RSIDs. | Tzvetelina Tzeneva | |
2011-12-14 | there's no point to OUStringsSort_Impl | Caolán McNamara | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from xmloff | Norbert Thiebaud | |
2011-11-18 | Added 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-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | |
2011-11-10 | callcatcher: remove unused methods | Caolán McNamara | |
2011-11-03 | callcatcher: drop unused methods | Caolán McNamara | |
2011-11-03 | callcatcher: ditch some unused code | Caolán McNamara | |
2011-11-02 | update list post SvUShorts removal | Caolán McNamara | |
2011-11-02 | callcatcher: some unused code | Caolán McNamara | |
2011-11-01 | eliminate SvUShorts type | Daniel Di Marco | |
2011-10-24 | Some warning cleanup (found with trunk Clang). | Stephan Bergmann | |
2011-10-11 | xmluconv.hxx: noncopyable (thank you tinderbox) | Michael Stahl | |
2011-10-11 | #i108468#: clean up xmluconv: add a pImpl to SvXMLUnitConverter | Michael 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-03 | callcatcher: comphelper's unused code | Matúš Kukan | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-29 | callcatcher: unused code | Caolán McNamara | |
2011-09-20 | Add missing chart data point ODF1.2 standard symbols | Regina Henschel | |
2011-09-14 | pointless foo | Caolán McNamara | |
2011-09-12 | sb140: #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-11 | initial DocumentSettingsSerializer interface impl. | Michael Meeks | |
2011-09-08 | add chaff to encrypted documents | Caolán McNamara | |
2011-09-05 | callcatcher: some more unused code | Caolán McNamara | |
2011-08-28 | some more sal_Bool -> bool in sc/source/filter/xml | Markus Mohrhard | |
2011-08-26 | moved 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-26 | Moved 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-26 | export the source storage to import filter, to mirror TargetStorage for export | Michael Meeks | |
2011-08-25 | callcatcher: yet more unused code | Caolán McNamara | |
2011-08-23 | generate list | Caolán McNamara | |
2011-08-22 | callcatcher: unused .cxx .hxx combo in xmloff | Caolán McNamara | |
2011-08-16 | revert this | Caolán McNamara | |
2011-08-16 | ditch some junk | Caolán McNamara | |
2011-08-11 | Replace SvArray stuff with vector in xmloff/xmlcnimp.hxx and refactor | Nigel Hawkins | |
LGPLv3+/MPL1.1 |