summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer/wrtswtbl.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-5/+5
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-1/+1
2015-06-20Use more proper integer types and range-based for loopsMatteo Casalin1-23/+19
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-15/+15
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-18fix export to rtf of ooo87305-1.odtCaolán McNamara1-4/+4
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-4/+4
2014-12-02loplugin: cstylecastNoel Grandin1-5/+5
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+5
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-5/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-5/+5
2014-04-30sw: sal_Bool->boolNoel Grandin1-8/+8
2014-02-27Remove visual noise from swAlexander Wilms1-6/+0
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-5/+5
2013-11-15Fix for LibreOffice crash during Document RoundTripTushar Bende1-1/+5
2013-04-30fdo#62336 - unit test for conversion failure.Michael Meeks1-1/+3
2013-04-29fdo#62336 - fix horribly coupled table rendering code to not crash.Michael Meeks1-0/+10
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-02-24Comment translation german-englishMatthias Freund1-49/+40
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2012-12-25sal_Bool to boolTakeshi Abe1-4/+4
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-15sal_Bool to boolTakeshi Abe1-1/+1
2012-11-13sal_Bool to boolTakeshi Abe1-9/+9
2012-07-17SwWriteTable: warning C4389: '==': signed/unsigned mismatchMichael Stahl1-3/+4
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(SwWriteTableRows) to o3tl::sorted_vectorNoel Grandin1-16/+10
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(SwWriteTableCols) to o3tl::sorted_vectorNoel Grandin1-19/+14
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin1-3/+3
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin1-3/+3
2012-05-09Convert SV_DECL_PTRARR_DEL(SwWriteTableCells) to boost::ptr_vectorNoel Grandin1-2/+1
2012-04-24DBG_UTIL vs OSL_DEBUG_LEVEL confusionStephan Bergmann1-1/+1
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-24sw: enable more debug code:Michael Stahl1-19/+11
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl1-8/+8
2011-05-18Remove #include <tools/debug.hxx> in writer/swJacek Wolszczak1-1/+0
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-0/+1
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-110/+110
2011-01-31Remove comments; sw/source/filtershirahara1-2/+1
2011-01-17removetooltypes01: #i112600# Remove tools types from swCarsten Driesner1-97/+97
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky1-28/+32
2010-11-25Removed DBG_UTIL from swCédric Bosdonnat1-28/+32
2010-11-22clean codeKayo Hamid1-11/+0