summaryrefslogtreecommitdiff
path: root/sw/source/core/text/xmldump.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-02-12SwAnchoredObject::dumpAsXml: show bound rectMiklos Vajna1-0/+8
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2
2013-09-17convert sw/source/core/inc/SwPortionHandler.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-13SwFrm::dumpAsXml: dump cursor positions as wellMiklos Vajna1-0/+24
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks1-3/+0
2013-06-10mingw64: use the right format for writing out pointer-sized integersFridrich Štrba1-1/+5
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-22/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-05sw: include SwLineLayout width in layout dumpMiklos Vajna1-1/+5
2012-11-23Show typeid in layout xml dump for debugging purposeCédric Bosdonnat1-0/+1
2012-10-27rtl::OUString to OUString clean upgerhard oettl1-5/+5
2012-10-03SwFrm::dumpAsXmlAttributes: dump Fmt pointerMiklos Vajna1-0/+1
2012-08-16sw layout dump: include the height and width of SwTxtPortionMiklos Vajna1-1/+8
2012-08-16sw layout dump: include the height and width of SwFlyPortionMiklos Vajna1-1/+5
2012-07-31sw layout dump: fix wrong output for SwNoTxtFrmCédric Bosdonnat1-1/+1
2012-07-03sw: include footer type in layout dump, now reallyMiklos Vajna1-3/+3
2012-07-02sw: include header/footer type in layout dumpMiklos Vajna1-0/+7
2012-06-21sw: include the height of SwNumberPortions in layout dumpMiklos Vajna1-1/+7
2012-03-20C++11: invalid string literal suffixLuboš Luňák1-11/+11
2012-03-20WaE: '%u' expects 'unsigned int', but argument is 'sal_uInt32'Tor Lillqvist1-11/+11
2012-03-15sw: xmldump: print pointers againMichael Stahl1-0/+2
2012-03-08sw layout dump: replaced pointers by FrmIds and added frame boundsCédric Bosdonnat1-13/+31
2012-02-16sw: mention node indexes in layout xml dumpMiklos Vajna1-0/+6
2012-02-13fdo#41712: rename members to track down assignmentsMichael Stahl1-6/+6
2011-11-27remove include of pch header from swNorbert Thiebaud1-1/+0
2011-04-13layout dumper: dump anchored objects tooCédric Bosdonnat1-0/+33
2011-04-12layout dumper: show portion types as string instead of int valuesCédric Bosdonnat1-2/+73
2011-04-07sw: fixed layout crasher when closing document from fdo#34489Cédric Bosdonnat1-0/+25
2011-04-06sw: create a layout dump filter to ease testingCédric Bosdonnat1-7/+3
2011-04-06sw: move all layout dumping in the SwFrm::dumpAsXml to allow calls from gdbCédric Bosdonnat1-64/+15
2011-03-15Fix the build - methods in xmldump.cxx debug-onlyThorsten Behrens1-0/+3
2011-03-15fix compile with debug enabledMichael Meeks1-8/+7
2011-01-11add missing modelinesCaolán McNamara1-0/+3
2010-12-01Added some more infos to the layout dumpCédric Bosdonnat1-0/+19
2010-12-01Added a layout dump hidden feature for dbglevel>1Florian Reuter1-0/+294