summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/untbl.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-07-14sw: assert _SaveTable::CreateNew() deletes everything in temp boxMichael Stahl1-0/+1
2015-06-15Fix typosAndrea Gelmini1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-766/+766
2015-05-12sw: Prefix _SaveTable member variables.Jan Holesovsky1-53/+53
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-4/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-4/+4
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-3/+3
2015-04-24sw: -Werror=sign-compareMiklos Vajna1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-2/+2
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-4/+4
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-9/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-2/+2
2015-02-18boost->stdCaolán McNamara1-12/+10
2015-02-13Resolves: tdf#79569 crash undoing tricky cell mergeCaolán McNamara1-12/+13
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-4/+4
2014-11-26loplugin: cstylecastNoel Grandin1-26/+27
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-8/+8
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-9/+10
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-22/+23
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-6/+6
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-4/+3
2014-07-15Refactored IDocumentChartDataProviderAccess in SwDoc.Valentin Kettner1-4/+6
2014-07-08sw: work around mysterious MSVC warning C4258Michael Stahl1-0/+8
2014-06-30Called C++ object pointer is nullCaolán McNamara1-1/+1
2014-06-28sal_uInt16 to size_tMatteo Casalin1-35/+32
2014-06-24new compilerplugin returnbyrefNoel Grandin1-6/+6
2014-06-10decouple CntntStore so it can be refactoredBjoern Michaelsen1-7/+5
2014-06-10create factory function for encapsulationBjoern Michaelsen1-5/+5
2014-06-10typedef the internal typeBjoern Michaelsen1-1/+1
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