summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Collapse)Author
2012-02-05Remove unused code.Elton Chung
2012-02-02fdo#45447: add an assertion when anchored to page 0Michael Stahl
XMLTextParagraphExport::addTextFrameAttributes: detect invalid anchor page number; this really should be fixed in Writer/writerfilter though.
2012-02-02fdo#45534: ODF export: fix draw:fit-to-sizeMichael Stahl
In ODF 1.1 and 1.2 this attribute is of type boolean, so only write the new values if the extended format is selected. (regression introduced with e479f47f7d48dbd0d701bf347b6a2d5121ba3d34)
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-02fdo#38752: xmloff: add assertion for default-page-layoutMichael Stahl
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-27Fix for fdo43460 Part LIII getLength() to isEmpty()Olivier Hallot
Part LIII Modules xmloff (part 6)
2012-01-27Fix for fdo43460 Part LII getLength() to isEmpty()Olivier Hallot
Part LII Modules xmloff (part 5)
2012-01-26Fix for fdo43460 Part LI getLength() to isEmpty()Olivier Hallot
Part LI Modules xmloff (part 4)
2012-01-26Fix for fdo43460 Part XLIX getLength() to isEmpty()Olivier Hallot
Part XLIX Modules xmloff (part 3)
2012-01-25Fix for fdo43460 Part XLVIII getLength() to isEmpty()Olivier Hallot
Part XLVIII Modules xmloff (part 2)
2012-01-25Fix for fdo43460 Part XLVII getLength() to isEmpty()Olivier Hallot
Part XLVII Modules xmloff (part 1)
2012-01-25callcatcher: remove some unused codeCaolán McNamara
2012-01-23Unused #includes.Stephan Bergmann
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz
2012-01-23Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-20rhbz#746174: also export list restart for non root listMichael Stahl
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-17Better fix for WaE signed/unsigned comparison.Stephan Bergmann
2012-01-16WaE signed/unsigned comparison.Stephan Bergmann
2012-01-16SV_DECL_PTRARR_DEL->std::vectorAugust Sodora
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-13use INCLUDE instead of SOLARINC, and after local includesEike Rathke
2012-01-12SvStringsDtor->std::vectorAugust Sodora
2012-01-12Remove unused forward declarationAugust Sodora
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2012-01-09simplify CharClassCaolán McNamara
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
2012-01-09catch exception by constant referenceTakeshi Abe
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06fdo#43862: reintroduce fo:margin-* on top of fo:margin for backward compatCédric Bosdonnat
2012-01-05Removed unnecessary tools 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#44082: fix hyphenation attributes:Michael Stahl
These have type positiveInteger, so don't write 0 values: 20.191 fo:hyphenation-push-char-count 20.192 fo:hyphenation-remain-char-count
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-21callcatcher: remove some unused codeCaolán McNamara
2011-12-15Removed extra semicolonsJesse
2011-12-14there's no point to OUStringsSort_ImplCaolán McNamara
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06impress210: #i41995# fixed distinct shape and page idChristian Lippka ORACLE
# 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
2011-12-06refactor media embedding completely:Michael Stahl
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.
2011-12-05The ODG should have office:drawing after office:body, not office:graphicsFridrich Štrba
2011-12-03xmloff: load and store embedded mediaMichael Stahl