summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/tblrwcl.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-04-30sw: sal_Bool->boolNoel Grandin1-13/+13
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-21/+0
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-03-31coverity#704352 Logically dead codeCaolán McNamara1-15/+0
2014-03-23Remove table-related redlines when table,row,cell removedAdam Co1-2/+17
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-5/+5
2014-01-17bool improvementsStephan Bergmann1-10/+10
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-1/+1
2013-10-03CID#705741 more leaks on early returnCaolán McNamara1-10/+10
2013-10-03CID#705742 leak on early returnCaolán McNamara1-8/+9
2013-08-09fixed indentationPhilipp Riemer1-3/+3
2013-08-09deleted code that was commented outPhilipp Riemer1-4/+1
2013-08-09deleted needless blank lines in sw/source/core/doc/Philipp Riemer1-7/+0
2013-06-16cppcheck: fix some uninitMemberVar in sw partJulien Nabet1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-16/+16
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-02-11Comment translation german - englishMatthias Freund1-3/+3
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara1-93/+0
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-21sal_Bool to boolTakeshi Abe1-1/+1
2012-11-20sal_Bool to boolTakeshi Abe1-83/+83
2012-11-19sal_Bool to boolTakeshi Abe1-176/+176
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-42/+42
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl1-36/+56
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl1-4/+5
2012-07-26Convert SV_DECL_VARARR_SORT(_CpyTabFrms) to o3tl::sorted_vectorNoel Grandin1-19/+24
2012-07-26Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vectorNoel Grandin1-36/+35
2012-07-25tblrwcl.cxx: convert 2 sorted_vectors to 1 mapMichael Stahl1-18/+12
2012-07-25Convert SV_DECL_PTRARR_SORT(SwSortTableLines) to o3tl::sorted_vectorNoel Grandin1-12/+12
2012-07-25Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vectorNoel Grandin1-8/+8
2012-06-28Remove some unused localsThomas Arnhold1-2/+0
2012-06-25Convert local var from Svptrarr to std::vectorNoel Grandin1-5/+4
2012-06-25Convert SwShareBoxFmt and SwShareBoxFmts from Svptrarr to std::vectorNoel Grandin1-14/+12
2012-06-20adapt DBG_UTIL code to previous commitMichael Stahl1-3/+3
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin1-128/+130
2012-05-15Work around signed/unsigned warning (old GCC versions), and adapt loop typeStephan Bergmann1-5/+6
2012-05-14Fix memory leak from using std::vector for SwTableBoxesMichael Stahl1-2/+2
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin1-98/+112
2012-05-09Convert SV_DECL_PTRARR_DEL(_SwShareBoxFmts) to boost::ptr_vectorNoel Grandin1-11/+9
2012-05-05fix typoCaolán McNamara1-1/+1
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara1-51/+57
2012-05-05to complex -> too complexCaolán McNamara1-3/+3
2012-05-01Revert this not wanted testJulien Nabet1-1/+1
2012-05-01Oups ! (Thank you Korrawit !)Julien Nabet1-1/+1
2012-04-25move some functions from tblrwcl.hxx into cxx filesMichael Stahl1-13/+14
2012-04-25_FndBoxes was a PTRARR_DEL so use ptr_vectorMichael Stahl1-55/+77
2012-04-25Convert SV_DECL_PTRARR_DEL(_FndLines) to boost::ptr_vectorNoel Grandin1-80/+85