summaryrefslogtreecommitdiff
path: root/sw/source/core/table
AgeCommit message (Expand)AuthorFilesLines
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-27/+27
2013-10-15convert sw/source/filter/xml/*.cxx from String to OUStringNoel Grandin1-7/+7
2013-09-19convert sw/inc/swtable.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-15String to OUString and some optimizationsMatteo Casalin1-22/+26
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-10/+20
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-03-08SwTableBox::IsValidNumTxtNd: Allow trivial formattingMiklos Vajna1-4/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-1/+1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara1-6/+0
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