summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer/wrtswtbl.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-06-28sw: prefix members of HTMLTableColumn, HTMLTableContext, SwWriteTableCol ...Miklos Vajna1-20/+20
2021-06-14sw: prefix members of HTMLAttrContext_SaveDoc, SvxCSS1Parser, ...Miklos Vajna1-2/+2
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-4/+4
2021-01-16make the Color constructors explicitly specify transparencyNoel1-3/+3
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12remove Fraction::operator tools::Long()Noel1-2/+2
2020-10-30convert some tools::Long->sal_Int32Noel1-1/+1
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-20use tools::Long in swNoel1-27/+27
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen1-1/+0
2019-12-11rename Prc->Percent in swNoel Grandin1-3/+3
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-01-30Avoid computing negative nColSpanStephan Bergmann1-1/+2
2018-11-19Removed duplicated includesAndrea Gelmini1-1/+0
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara1-0/+1
2018-10-04loplugin:useuniqueptr in SwWriteTableColsNoel Grandin1-14/+13
2018-09-06make SwWriteTableRows be a vector of std::unique_ptrNoel Grandin1-14/+17
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-07use more Color in swNoel Grandin1-2/+2
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-05TypedWhichId in sw(1)Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-9/+9
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-12-09valgrind: more leaks on loading abi3279-1.htmlCaolán McNamara1-3/+3
2017-06-21loplugin:unusedfields in sw part3Noel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2016-06-20sw: prefix members of SwWriteTableMiklos Vajna1-99/+99
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