summaryrefslogtreecommitdiff
path: root/sw/source/core/table
AgeCommit message (Expand)AuthorFilesLines
2013-03-08SwTableBox::IsValidNumTxtNd: Allow trivial formattingMiklos Vajna1-4/+1
2012-12-03Make it localTakeshi Abe1-3/+3
2012-12-03sal_Bool to boolTakeshi Abe1-15/+15
2012-11-30re-base on ALv2 code. Includes:Michael Meeks2-46/+28
2012-11-21sal_Bool to boolTakeshi Abe1-3/+3
2012-11-20sal_Bool to boolTakeshi Abe1-11/+11
2012-11-18migrate one GetOutputString variatn to OUStringNorbert Thiebaud1-1/+5
2012-11-07sal_Bool to boolTakeshi Abe1-4/+4
2012-10-28sal_Bool to boolTakeshi Abe1-2/+2
2012-10-19sal_Bool to boolTakeshi Abe1-4/+4
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2-28/+28
2012-09-24tweak assertions in SwTable::CheckConsistency()Michael Stahl1-13/+21
2012-09-21use scoped_array in lcl_UnMergeMichael Stahl1-4/+3
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl1-28/+29
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl1-14/+24
2012-09-18rhbz#852128: sw: avoid table undo crash:Michael Stahl1-3/+11
2012-08-10Translate German comments in Writer.Tim Janik1-200/+169
2012-07-30C40_GETPOS is unnecessary nowCaolán McNamara2-12/+12
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin1-1/+1
2012-07-26Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vectorNoel Grandin1-39/+33
2012-07-25Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vectorNoel Grandin1-12/+10
2012-07-18Translate german sentencesJulien Nabet2-2/+2
2012-06-25Convert some local methods from Svptrarr to std::vector<SwFmt*>Noel Grandin1-13/+14
2012-06-25fix previous commit:Michael Stahl1-2/+3
2012-06-25Convert SvPtrarr aBoxArr to std::deque<SwTableBox*>Noel Grandin1-13/+6
2012-06-20adapt DBG_UTIL code to previous commitMichael Stahl1-1/+3
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin2-50/+56
2012-05-25Convert SV_DECL_PTRARR(SwMovedBoxes) to std::vectorNoel Grandin1-1/+0
2012-05-14Fix memory leak from using std::vector for SwTableBoxesMichael Stahl1-0/+4
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin2-49/+48
2012-05-07Translate two German comments in swtable.cxxGábor Stefanik1-2/+2
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara1-84/+83
2012-04-24DBG_UTIL vs OSL_DEBUG_LEVEL confusionStephan Bergmann1-13/+13
2012-03-21fdo#45522: WW8TableInfo::processSwTable: check that table has layoutCaolán McNamara1-0/+7
2012-02-19Get rid of size() == 0Elton Chung1-1/+1
2012-02-13Fix typos in commentsElton Chung1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-6/+6
2012-01-05WaE and build fixes for OSL_DEBUG_LEVEL == 2Caolán McNamara1-4/+0
2011-11-27remove include of pch header from swNorbert Thiebaud2-4/+0
2011-11-24Fix non-DBG_UTIL build.Jan Holesovsky1-2/+0
2011-11-24sw: enable more debug code:Michael Stahl1-1/+1
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl2-6/+5
2011-11-23SwSelBoxes: svarray -> std::mapDaisuke Nishino1-83/+84
2011-10-03definition of ALPHA is no longer available for DEC AlphaTakeshi Abe1-10/+0
2011-07-08Resolves: fdo#33012 crash on 0 width FrmFmt table cell layoutCaolán McNamara1-1/+7
2011-06-13fix for imported columnwidths bnc#693238Noel Power1-1/+1
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-2/+13
2011-05-16Some cppcheck cleaningJulien Nabet2-8/+8
2011-05-13sw34bf06: #i117825#: try to reduce collateral damage from #i104949# fixMichael Stahl1-2/+13
2011-05-12fdo#36667: Fixed update of table formulas, missing extraction of pNewValCédric Bosdonnat1-0/+2