summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer/wrtswtbl.cxx
AgeCommit message (Expand)Author
2018-09-06make SwWriteTableRows be a vector of std::unique_ptrNoel Grandin
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-03-07use more Color in swNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-05TypedWhichId in sw(1)Noel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-09valgrind: more leaks on loading abi3279-1.htmlCaolán McNamara
2017-06-21loplugin:unusedfields in sw part3Noel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2016-06-20sw: prefix members of SwWriteTableMiklos Vajna
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-24loplugin:unusedfields in sw/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-06-20Use more proper integer types and range-based for loopsMatteo Casalin
2015-06-02loplugin: loopvartoosmallKatarina Behrens
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-18fix export to rtf of ooo87305-1.odtCaolán McNamara
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2013-11-15Fix for LibreOffice crash during Document RoundTripTushar Bende
2013-04-30fdo#62336 - unit test for conversion failure.Michael Meeks
2013-04-29fdo#62336 - fix horribly coupled table rendering code to not crash.Michael Meeks
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-24Comment translation german-englishMatthias Freund
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2012-12-25sal_Bool to boolTakeshi Abe
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-15sal_Bool to boolTakeshi Abe
2012-11-13sal_Bool to boolTakeshi Abe
2012-07-17SwWriteTable: warning C4389: '==': signed/unsigned mismatchMichael Stahl
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(SwWriteTableRows) to o3tl::sorted_vectorNoel Grandin
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(SwWriteTableCols) to o3tl::sorted_vectorNoel Grandin
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SwWriteTableCells) to boost::ptr_vectorNoel Grandin
2012-04-24DBG_UTIL vs OSL_DEBUG_LEVEL confusionStephan Bergmann
2011-11-27remove include of pch header from swNorbert Thiebaud