summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/tblrwcl.hxx
AgeCommit message (Expand)Author
2022-03-10Recheck sw headers with IWYUGabor Kelemen
2021-07-21flatten SwShareBoxFormats a littleNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2020-10-28convert some more long -> tools::LongNoel
2020-10-20use tools::Long in swNoel
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara
2020-07-20sw: prefix members of SwCollectTableLineBoxes, SwUndoOverwrite, ...Miklos Vajna
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2019-11-03find symbols that can be privateNoel Grandin
2019-08-05Fix typosAndrea Gelmini
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen
2018-10-03loplugin:constfields in swNoel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-02-13convert SplitTable_HeadlineOption to scoped enumNoel Grandin
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin
2016-09-27sw: Drop unused forward declarationsTakeshi Abe
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-09-09sw: replace boost::ptr_vector with std::vectorMichael Stahl
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2014-10-04fdo#39468 Finish translating German comments in sw/source/core/incPhilipp Weissenbacher
2014-02-27Remove visual noise from swAlexander Wilms
2013-11-05fixincludeguards.sh: swThomas Arnhold
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-20sal_Bool to boolTakeshi Abe
2012-11-19sal_Bool to boolTakeshi Abe
2012-11-08sal_Bool to boolTakeshi Abe
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-07-26fix previous STL conversion commit:Michael Stahl
2012-07-26Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vectorNoel Grandin
2012-06-25remove some unnecessary but harmless vector(0)Michael Stahl
2012-06-25Convert SwShareBoxFmt and SwShareBoxFmts from Svptrarr to std::vectorNoel Grandin
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin
2012-06-18removed unused forward declarations of classTakeshi Abe
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(_SwShareBoxFmts) to boost::ptr_vectorNoel Grandin
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara
2012-04-25WaE: defined as a struct here but previously declared as a classTor Lillqvist
2012-04-25move some functions from tblrwcl.hxx into cxx filesMichael Stahl
2012-04-25_FndBoxes was a PTRARR_DEL so use ptr_vectorMichael Stahl
2012-04-25Convert SV_DECL_PTRARR_DEL(_FndLines) to boost::ptr_vectorNoel Grandin
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl
2011-11-23SwSelBoxes: svarray -> std::mapDaisuke Nishino
2011-09-20Remove some warningsFridrich Štrba