summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2012-01-27fdo#38542: sw: ODF import: divide width by 3 for "double" bordersMichael Stahl1-0/+4
2012-01-24order database properties so that opening it in writer works (bnc#740032)Luboš Luňák1-1/+29
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann3-4/+4
2012-01-19removed unused headerTakeshi Abe3-46/+0
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot13-47/+47
2012-01-18removed dead macroTakeshi Abe1-10/+0
2012-01-13SvStringsDtor->std::vectorAugust Sodora2-11/+10
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora4-22/+0
2012-01-07catch exception by constant referenceTakeshi Abe1-5/+5
2012-01-06Removed unnecessary tools/ref.hxx includes.Marcel Metz2-2/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz4-4/+0
2012-01-05sObjectReplacements string unreferencedCaolán McNamara1-2/+0
2012-01-03Easyhack fdo#38831 remove SvStringsBrad Sowden1-9/+3
2011-12-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva1-0/+8
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-1/+1
2011-11-27remove include of pch header from swNorbert Thiebaud24-48/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-11-24sw: enable more debug code:Michael Stahl5-24/+15
2011-11-16removed dead codeTakeshi Abe4-204/+0
2011-11-15avoid crasher from unusual odt document fdo#42785Michael Meeks1-1/+1
2011-11-12n#707157: Word doesn't break the numberings and prefers hiding themCédric Bosdonnat1-0/+10
2011-11-06cppcheck: avoid possible null pointer dereferencesIvan Timofeev1-1/+1
2011-11-02n#693238: fixed docx import of tabs set after the end marginCédric Bosdonnat1-0/+10
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl7-39/+64
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl1-1/+1
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl5-34/+70
2011-10-04removed isolated fileTakeshi Abe1-29/+0
2011-10-03WaE: control reaches end of non-void functionTor Lillqvist1-4/+1
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara1-18/+29
2011-08-23Remove unecessary parameter to IDocumentStatistics::UpdateDocStatArnaud Versini1-9/+2
2011-07-13Replace SvUShorts with vector in xmlexpit.[ch]xxNigel Hawkins2-10/+10
2011-06-28fix incorrect mergeLuboš Luňák1-20/+0
2011-06-15catch by const referenceCaolán McNamara1-1/+1
2011-06-06Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky1-0/+10
2011-06-01use uuid template here instead of hand-rolled onesCaolán McNamara2-4/+14
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-0/+10
2011-05-27Explicitly cast RES_FRMATR enum value to sal_uInt16.Kohei Yoshida1-4/+4
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky11-67/+233
2011-05-20compatibility option for old size of small caps (bnc#691473)Luboš Luňák1-0/+14
2011-05-20compatibility option for old size of small caps (bnc#691473)Luboš Luňák1-0/+14
2011-05-20compatibility option for old size of small caps (bnc#691473)Luboš Luňák1-0/+14
2011-05-18Remove #include <tools/debug.hxx> in writer/swJacek Wolszczak2-2/+0
2011-05-16Some cppcheck cleaningJulien Nabet1-1/+1
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak11-59/+59
2011-05-09Resolving fdo#36931 : Load non blank chars from XML and check it's value.Arnaud Versini1-1/+3
2011-05-09Resolving fdo#36931 : Load non blank chars from XML and check it's value.Arnaud Versini1-1/+3
2011-04-22left arrow comments removed // <--Júlio Hoffimann7-24/+0
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky11-67/+233
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat4-30/+34
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky6-23/+47