summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Collapse)AuthorAgeFilesLines
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-219-11/+10
| | | | | | | | | 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.
* rhbz#746174: also export list restart for non root listMichael Stahl2012-01-201-11/+21
|
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-174-4/+4
|
* Better fix for WaE signed/unsigned comparison.Stephan Bergmann2012-01-171-1/+1
|
* WaE signed/unsigned comparison.Stephan Bergmann2012-01-161-1/+1
|
* SV_DECL_PTRARR_DEL->std::vectorAugust Sodora2012-01-162-37/+22
|
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-164-4/+4
|
* use INCLUDE instead of SOLARINC, and after local includesEike Rathke2012-01-131-1/+1
|
* SvStringsDtor->std::vectorAugust Sodora2012-01-121-21/+12
|
* Remove unused forward declarationAugust Sodora2012-01-121-2/+0
|
* Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora2012-01-106-20/+1
|
* simplify CharClassCaolán McNamara2012-01-091-1/+1
| | | | | | | 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
* catch exception by constant referenceTakeshi Abe2012-01-098-29/+23
|
* Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz2012-01-072-2/+0
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-0655-69/+0
|
* fdo#43862: reintroduce fo:margin-* on top of fo:margin for backward compatCédric Bosdonnat2012-01-061-8/+2
|
* Removed unnecessary tools includes.Marcel Metz2012-01-059-12/+2
|
* Removed unnecessary tools includes.Marcel Metz2012-01-055-6/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-056-3/+3
| | | | | | | | | | | | | | | | | 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
* fdo#44082: fix hyphenation attributes:Michael Stahl2011-12-221-2/+2
| | | | | | | These have type positiveInteger, so don't write 0 values: 20.191 fo:hyphenation-push-char-count 20.192 fo:hyphenation-remain-char-count
* fdo#44073: ODF export: fix layout grid invalid ODFMichael Stahl2011-12-223-7/+22
| | | | | | | | | | | | | | | | | 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).
* sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva2011-12-229-0/+105
|
* callcatcher: remove some unused codeCaolán McNamara2011-12-212-40/+0
|
* Removed extra semicolonsJesse2011-12-154-6/+6
|
* there's no point to OUStringsSort_ImplCaolán McNamara2011-12-143-5/+0
|
* childs -> childrenMichael T. Whiteley2011-12-0810-19/+19
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* impress210: #i41995# fixed distinct shape and page idChristian Lippka ORACLE2011-12-064-0/+37
| | | | | | | | | | # 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
* refactor media embedding completely:Michael Stahl2011-12-061-51/+47
| | | | | | | | 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.
* The ODG should have office:drawing after office:body, not office:graphicsFridrich Štrba2011-12-051-0/+2
|
* xmloff: load and store embedded mediaMichael Stahl2011-12-032-14/+111
|
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-011-1/+1
|
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-013-5/+5
|
* Remove uses of charAtAugust Sodora2011-12-011-13/+13
|
* handle dates with year < 1000Eike Rathke2011-11-301-2/+9
| | | | | | | * Read dates with years consisting of less than 4 digits. ISO 8601 specifies that years are to be written with a minimum of 4 digits. However, be lenient in what we accept. * Write years < 1000 with leading zeros to comply with ISO 8601 YYYY.
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* switch source and target units, so that it works right with sax conversionsRadek Doulik2011-11-281-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-510/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-272-2/+0
|
* remove include of pch header from xmloffNorbert Thiebaud2011-11-27353-696/+0
|
* 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
|