summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/untbl.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-02-23Resolves: tdf#79569 crash undoing tricky cell mergeCaolán McNamara1-12/+13
2014-05-05fdo#57197: sw: fix crash on Undo of table row insert on 1-row tableMichael Stahl1-6/+14
2014-05-03SwUndoSplitTbl::UndoImpl(): avoid assert from ~SwIndexRegMichael Stahl1-3/+14
2014-05-03fdo#57197: sw: fix crash on Undo of table row/column insertMichael Stahl1-4/+12
2014-04-30sw: sal_Bool->boolNoel Grandin1-34/+34
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-5/+2
2014-04-14typo: postion -> positionThomas Arnhold1-1/+1
2014-03-09coverity#708475 Uninitialized scalar fieldCaolán McNamara1-3/+10
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-02-13coverity#735922 Dereference after null checkCaolán McNamara1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-3/+3
2013-11-24xub_StrLen to sal_Int32Matteo Casalin1-6/+6
2013-11-23SwPaM: xub_StrLen to sal_Int32Matteo Casalin1-1/+1
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-2/+1
2013-10-15convert sw/source/core/inc/Undo*.hxx from String to OUStringNoel Grandin1-3/+3
2013-08-26Resolves: fdo#59048 crash on text-to-table undoCaolán McNamara1-0/+1
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-7/+7
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2012-12-13sal_Bool to boolTakeshi Abe1-18/+18
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-21sal_Bool to boolTakeshi Abe1-3/+3
2012-11-20sal_Bool to boolTakeshi Abe1-4/+4
2012-11-19sal_Bool to boolTakeshi Abe1-1/+1
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák1-3/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-4/+4
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl1-10/+15
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl1-8/+10
2012-09-18rhbz#852128: sw: avoid table undo crash:Michael Stahl1-0/+5
2012-07-30C40_GETPOS is unnecessary nowCaolán McNamara1-3/+3
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-8/+8
2012-07-25Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vectorNoel Grandin1-12/+11
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin1-14/+17
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-11/+11
2012-06-11fdo#50896 SfxItemSets can contain emtpy elementDavid Tardon1-10/+14
2012-05-30Clean up comments, whitespace, commented out codePhilipp Riemer1-10/+2
2012-05-30Delete some ASCII graphics separators, tooTor Lillqvist1-29/+0
2012-05-30Translate German comments and delete unnecessary blank linesPhilipp Riemer1-203/+133
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin1-12/+12
2012-05-09Convert SV_DECL_PTRARR_DEL(SfxItemSets) to boost::ptr_vectorNoel Grandin1-12/+10
2012-05-09Convert SV_DECL_PTRARR_DEL(SwUndoSaveSections) to boost::ptr_vectorNoel Grandin1-10/+9
2012-05-09Convert SV_DECL_PTRARR_DEL(SwUndoMoves) to boost::ptr_vectorNoel Grandin1-6/+4
2012-05-09Convert SV_DECL_PTRARR_DEL(SwTblToTxtSaves) to boost::ptr_vectorNoel Grandin1-8/+9
2012-05-09Convert SV_DECL_PTRARR_DEL(_UndoTblCpyTbl_Entries) to ptr_vectorNoel Grandin1-11/+9
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara1-17/+13
2012-05-03fdo#31005 Writer: Undo support for "Repeat Heading" in autoformat applicationMuhammad Haggag1-1/+5
2012-04-02refactor the Rewriter rules using enumsCaolán McNamara1-3/+3