summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* Code changes and unit test to check no empty font name is exportedYogeshBharate2013-11-143-8/+28
* conflicting types for parameterCaolán McNamara2013-11-141-1/+1
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-10/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-6/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-5/+0
* xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin2013-11-14140-833/+801
* remove unnecessary sal_Unicode casts in SW moduleNoel Grandin2013-11-1411-74/+74
* Make CppunitTest_sw_htmlexport use DECLARE_SW_ROUNDTRIP_TEST()Miklos Vajna2013-11-132-38/+51
* longparas: these USHRT_MAX are really STRING_LENCaolán McNamara2013-11-132-2/+2
* longparas: safe STRING_NOTFOUND -> -1Caolán McNamara2013-11-132-7/+7
* Added unit test for multicolumn section separator lineYogeshBharate2013-11-132-0/+7
* writerfilter: fix anchoring of anchored wps (drawingML) shapesMiklos Vajna2013-11-132-0/+7
* longparas: STRING_NOTFOUND->-1Caolán McNamara2013-11-131-15/+15
* [docx] CustomXml relationship files saved in InteropGrabBag and exported.sushil_shinde2013-11-133-7/+39
* expand out the A2S macroNoel Grandin2013-11-132-16/+13
* fdo#46410 fix FindRangeAndras Timar2013-11-121-2/+1
* bnc#830205: Stop-gap solution to avoid crash.Jan Holesovsky2013-11-123-0/+8
* Less confusing variable name.Jan Holesovsky2013-11-121-4/+4
* CppunitTest_sw_htmlexport: make this really test the exported modelMiklos Vajna2013-11-122-2/+18
* fdo#71302 writerfilter: remove "Strong" -> "Strong Emphasis" style renameMiklos Vajna2013-11-122-0/+8
* #65836- Fix for exporting image inside vml data was corrupting file.sushil_shinde2013-11-123-2/+10
* SAL_WARN_UNUSED INetURLObjectStephan Bergmann2013-11-111-3/+0
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-113-18/+18
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-117-35/+33
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-111-2/+2
* w:pict element was wrongly exported as child of w:rPr element.sushil_shinde2013-11-114-28/+82
* DOC export: allow saving as a templateMiklos Vajna2013-11-114-6/+10
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-1/+1
* Remove an unused inline functionTakeshi Abe2013-11-111-5/+0
* Drop unnecessary #includesTakeshi Abe2013-11-113-5/+0
* Make CppunitTest_sw_ww8export use DECLARE_SW_ROUNDTRIP_TEST()Miklos Vajna2013-11-101-54/+20
* Make CppunitTest_sw_ww8import use DECLARE_SW_IMPORT_TEST()Miklos Vajna2013-11-091-69/+24
* longparas: these sal_uInt16s are really xub_StrLensCaolán McNamara2013-11-088-26/+27
* longparas: these sal_uLongs are really xub_StrLensCaolán McNamara2013-11-081-2/+2
* longparas: these sal_uInt64s are really xub_StrLensCaolán McNamara2013-11-081-1/+1
* longparas: disentangle same variable used over two different loopsCaolán McNamara2013-11-081-4/+4
* safe xub_StrLen -> sal_Int32 conversionCaolán McNamara2013-11-081-1/+1
* safe STRING_NOTFOUND -> -1 conversionCaolán McNamara2013-11-081-12/+12
* Access by AnchoredObject of a deleted SwLayoutFrmCaolán McNamara2013-11-084-5/+36
* SwDoc::DelNumRule: fix out-of-bounds index accessMiklos Vajna2013-11-081-1/+4
* DOCX filter: handle numbering style's qFormat, rsid and friendsMiklos Vajna2013-11-082-26/+34
* Introduce MSWordStyles::GetSwNumRule()Miklos Vajna2013-11-082-0/+9
* sw: add InteropGrabBag for list stylesMiklos Vajna2013-11-082-0/+18
* SwNumRule: add getter / setter for InteropGrabBagMiklos Vajna2013-11-082-0/+24
* DOCX filter: handle char style's qFormat, rsid and friendsMiklos Vajna2013-11-082-1/+4
* sw: add InteropGrabBag for character stylesMiklos Vajna2013-11-082-0/+13
* Fix for multipe occurrences of attibute in <w:pgMar>Vinaya Mandke2013-11-083-2/+10
* remove unnecessary use of OUString constructor in SW moduleNoel Grandin2013-11-08107-402/+392
* Make CppunitTest_sw_ooxmlimport use DECLARE_SW_IMPORT_TEST()Miklos Vajna2013-11-071-303/+111
* safe STRING_NOTFOUND -> -1 conversionCaolán McNamara2013-11-071-8/+8