summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2012-09-17fdo#45700: sw ODF export: workaround corrupted table model:Michael Stahl1-8/+3
2012-07-04refactor handling of double border widths:Michael Stahl1-4/+0
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2-27/+28
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl2-4/+6
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens1-1/+1
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe1-1/+0
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin2-13/+12
2012-05-12Fix memory leak when using XMLPropertyHandler in sw xml filters.Arnaud Versini2-0/+4
2012-05-09Convert SV_DECL_PTRARR(SwXMLConditions_Impl) to std::vectorNoel Grandin1-7/+6
2012-05-09also convert assertions in previous commitMichael Stahl1-3/+3
2012-05-09Convert SV_DECL_PTRARR_DEL(SwXMLTableCells_Impl) to ptr_vectorNoel Grandin2-18/+33
2012-05-09Convert SV_DECL_PTRARR_DEL(SwXMLTableRows_Impl) to boost::ptr_vectorNoel Grandin2-39/+37
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-3/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-20/+20
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-6/+6
2012-03-11Some cppcheck cleaningJulien Nabet2-2/+2
2012-02-22fdo#33393 - tentative workaround for autosave image lossMichael Meeks1-1/+3
2012-02-18xmloff: use ::comphelper::UStringLess instead of less_functorThomas Arnhold1-1/+0
2012-01-27fdo#38542: sw: ODF import: prevent border width overriding:Michael Stahl1-16/+21
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