summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2012-11-14Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens2-15/+6
2012-11-15sal_Bool to boolTakeshi Abe1-1/+1
2012-11-13sal_Bool to boolTakeshi Abe1-1/+1
2012-11-01rework filters test to squeeze through extra flagsCaolán McNamara1-4/+4
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-8/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák11-47/+47
2012-10-10sal_Bool to boolTakeshi Abe3-4/+4
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-23/+11
2012-09-14fdo#45700: sw ODF export: workaround corrupted table model:Michael Stahl1-8/+3
2012-09-12Improvement on previous commitStephan Bergmann2-17/+5
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin2-9/+12
2012-09-12n#778133 sw: add BackgroundParaOverDrawings compat flagMiklos Vajna1-0/+7
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann1-8/+4
2012-09-07Resolves: fdo#53590 you can trust no one to tell you the truthCaolán McNamara1-2/+0
2012-09-04n#775270: clip pictures instead of scaling they don't fitCédric Bosdonnat1-0/+10
2012-08-17Translate some German comments to EnglishKevin Hausmann1-9/+7
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