summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* 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
* safe STRING_MAXLEN -> -1 conversionCaolán McNamara2013-11-071-3/+3
* fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza2013-11-077-18/+6
* align GetScriptType argument type with the rest of the familyCaolán McNamara2013-11-071-2/+2
* these longs are really 32bitCaolán McNamara2013-11-072-6/+6
* fdo#70812 writerfilter: check for nullptr after dynamic_castMiklos Vajna2013-11-072-0/+6
* DOCX export: handle semiHidden para styleMiklos Vajna2013-11-071-1/+5
* DOCX import: handle NS_ooxml::LN_CT_Style_autoRedefineMiklos Vajna2013-11-071-0/+1
* DOCX filter: roundtrip paragraph customStyleMiklos Vajna2013-11-072-1/+7
* DOCX filter: roundtrip paragraph style defaultMiklos Vajna2013-11-072-36/+43
* DOCX filter: roundtrip paragraph style lockMiklos Vajna2013-11-072-1/+6
* DOCX filter: roundtrip paragraph style linkMiklos Vajna2013-11-072-3/+11
* Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann2013-11-062-52/+0
* cp#1000015 DOCX export: fix not-well-formed XML on redline end + hyperlinkMiklos Vajna2013-11-063-3/+10
* DOCX export of para style's qFormat, rsid and friendsMiklos Vajna2013-11-063-16/+49
* MSWordStyles::GetSwFmt: be explicit about what format to returnMiklos Vajna2013-11-062-2/+2
* sw: add InteropGrabBag for paragraph stylesMiklos Vajna2013-11-065-1/+20
* SwDocStyleSheet: add getter / setter for InteropGrabBagMiklos Vajna2013-11-062-0/+48
* SwFmt: add getter / setter for InteropGrabBagMiklos Vajna2013-11-062-0/+29
* don't access past end of stringCaolán McNamara2013-11-061-1/+1
* fix wrong test for end of fieldCaolán McNamara2013-11-061-1/+2
* avoid out of bounds string accessCaolán McNamara2013-11-061-2/+3
* avoid out of bounds string accessCaolán McNamara2013-11-061-1/+5
* Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...Armin Le Grand2013-11-062-2/+10
* Related fdo#47802: Bring the 8bit and 16bit .doc on par.Jan Holesovsky2013-11-061-4/+2
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-0610-27/+23
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-0624-48/+48
* Resolves: #i123500# unified Graphic processing to use GraphicPrimitive2DArmin Le Grand2013-11-052-121/+36
* fdo#69644 - fix docx export of wrong number and width of columnsAdam Co2013-11-057-5/+114