summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-2/+0
2012-08-02cntnrsrt.hxx: remove dead codeMichael Stahl1-1/+0
2012-08-02STL'ify DECLARE_CONTAINER_SORT(SwXMLTableColumnsSortByWidth_Impl)Noel Grandin1-17/+15
2012-07-28Use memcmp insteadof rtl_compareMemory in swArnaud Versini2-2/+2
2012-07-25delete svl/svstdarr.hxxMichael Stahl2-2/+0
2012-07-17Convert SV_DECL_PTRARR_DEL( SwFmtCollConditions) to boost::ptr_vectorNoel Grandin2-4/+4
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(SwXMLTableColumns_Impl) to o3tl::sorted_vectorNoel Grandin1-18/+17
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
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-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-7/+3
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl2-4/+6
2012-06-21re-base on ALv2 code.Michael Meeks10-236/+146
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin2-16/+14
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin3-5/+6
2012-06-18removed unused forward declarations of classTakeshi Abe2-2/+0
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold9-20/+0
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