summaryrefslogtreecommitdiff
path: root/sw/source/core/text/xmldump.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-43/+43
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-09-21sw layout dump: show selection ranges from all shellsMiklos Vajna1-6/+4
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-16/+16
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-02-24Add SwPaM::dumpAsXml()Miklos Vajna1-10/+2
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-2/+2
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+5
2014-11-24loplugin: cstylecastNoel Grandin1-4/+4
2014-11-19Mark Color::AsRGBHexString() as constMiklos Vajna1-1/+1
2014-11-19sw: include the font of SwNumberPortions in layout dumpMiklos Vajna1-1/+13
2014-10-01Constify dumpAsXml and friendsJan-Marek Glogowski1-11/+11
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-2/+2
2014-09-06sal_uInt16 to sal_Int32Matteo Casalin1-5/+5
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-5/+5
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