summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2012-06-12fix invalid vector.push_back(vector.back())Michael Stahl2-4/+8
2012-04-20fdo#48969: switch units in Converter::convertDoubleMichael Stahl1-1/+1
2012-03-26Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba6-13/+20
2012-03-26Fix fdo#47406 incorrect relative moves after closePathThorsten Behrens1-0/+10
2012-03-02don't create uno::Sequence with new, fdo#46825Markus Mohrhard2-13/+9
2012-02-13fdo#42771: Fix crash when loading an invalid .fodt.Jan Holesovsky1-4/+10
2012-02-07fdo#45534: ODF export: fix draw:fit-to-sizeMichael Stahl1-1/+22
2012-02-07fdo#45449: ODF export: frames: invalid "min-width"Michael Stahl2-7/+26
2012-01-24rhbz#746174: also export list restart for non root listMichael Stahl1-11/+21
2012-01-13use INCLUDE instead of SOLARINC, and after local includesEike Rathke1-1/+1
2012-01-06fdo#43862: reintroduce fo:margin-* on top of fo:margin for backward compatCédric Bosdonnat1-8/+2
2011-12-23fdo#44082: fix hyphenation attributes:Michael Stahl1-2/+2
2011-12-23fdo#44073: ODF export: fix layout grid invalid ODFMichael Stahl3-7/+22
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-06impress210: #i41995# fixed distinct shape and page idChristian Lippka ORACLE4-0/+37
2011-12-06refactor media embedding completely:Michael Stahl1-51/+47
2011-12-05The ODG should have office:drawing after office:body, not office:graphicsFridrich Štrba1-0/+2
2011-12-03xmloff: load and store embedded mediaMichael Stahl2-14/+111
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-1/+1
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke3-5/+5
2011-12-01Remove uses of charAtAugust Sodora1-13/+13
2011-11-30handle dates with year < 1000Eike Rathke1-2/+9
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-28switch source and target units, so that it works right with sax conversionsRadek Doulik1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-510/+0
2011-11-27remove pch from the include listNorbert Thiebaud2-2/+0
2011-11-27remove include of pch header from xmloffNorbert Thiebaud353-696/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud1-2/+0
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora1-2/+2
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-24fdo#43152 ooo#114415 fixed crash on unnamed form elementEike Rathke1-1/+4
2011-11-18Added handler to handle the new <table:filter-set-item> elements.Kohei Yoshida2-0/+2
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann4-6/+4
2011-11-11callcatcher: remove some unused codeCaolán McNamara2-33/+0
2011-11-10callcatcher: remove unused methodsCaolán McNamara2-17/+0
2011-11-08Removed some SvStringsSortDtorDaisuke Nishino1-9/+7
2011-11-03callcatcher: drop unused methodsCaolán McNamara4-102/+0
2011-11-03callcatcher: ditch some unused codeCaolán McNamara3-75/+0
2011-11-02update list post SvUShorts removalCaolán McNamara2-47/+0
2011-11-02callcatcher: some unused codeCaolán McNamara2-18/+0
2011-11-01eliminate SvUShorts typeDaniel Di Marco2-15/+11
2011-10-28ODF conformance - Impress table markup fixesThorsten Behrens2-2/+3
2011-10-24Some warning cleanup (found with trunk Clang).Stephan Bergmann2-2/+2
2011-10-19Simplified comphelper::OSequenceIterator and its uses.Stephan Bergmann2-26/+33
2011-10-17WaE: potentially uninitialized local variable 'nColor' usedTor Lillqvist1-1/+1
2011-10-11xmluconv.hxx: noncopyable (thank you tinderbox)Michael Stahl2-1/+4
2011-10-11#i108468#: clean up xmluconv: add a pImpl to SvXMLUnitConverterMichael Stahl2-73/+102
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl60-1180/+524
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl24-887/+137