summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/untbl.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-23coverity#1415615 avoid Dereference null return value warningCaolán McNamara1-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl1-1/+1
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-13/+25
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-12/+12
2017-06-14Use unique_ptr for UnodTableCpyTable_Entry membersStephan Bergmann1-38/+26
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-2/+2
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-21remove some old MSVC workaroundsNoel Grandin1-8/+0
2017-04-13convert TableChgWidthHeightType to o3tl::typed_flagsNoel Grandin1-14/+15
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-2/+2
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-23/+23
2017-02-13convert SplitTable_HeadlineOption to scoped enumNoel Grandin1-8/+10
2017-01-26loplugin: unnecessary destructor swNoel Grandin1-5/+0
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin1-25/+15
2017-01-09New loplugin:externvar: swStephan Bergmann1-2/+2
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin1-2/+2
2016-10-19coverity#1371270 Missing move assignment operatorCaolán McNamara1-1/+1
2016-09-30tdf#75757 Remove inheritance from std containerTakeshi Abe1-8/+0
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-35/+34
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-5/+5
2016-08-29Convert SwFrameFormats to boost::multi_indexJan-Marek Glogowski1-1/+1
2016-08-18cppcheck: noCopyConstructorCaolán McNamara1-0/+11
2016-08-16GSoC Writer Table Styles; Update by exampleJakub Trzebiatowski1-0/+26
2016-08-10GSoC Writer Table Styles; Create by example; fix undoJakub Trzebiatowski1-0/+63
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna1-16/+16
2016-05-30tdf#98226: fix undo of table AutoFormatMichael Stahl1-3/+10
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-3/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-90/+90
2016-04-12Avoid reserved identifierStephan Bergmann1-10/+10
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin1-3/+1
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-9/+26
2016-01-13tdf#96067: fix crash in undo of table row insertionOliver Specht1-1/+1
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-4/+3
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-35/+35
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-69/+69
2015-10-30sw: prefix members of SwNodeMiklos Vajna1-3/+3
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna1-7/+7
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-14/+14
2015-10-12sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-10/+9
2015-10-12sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-8/+9
2015-10-12sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-12/+13
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-3/+3
2015-10-01sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-0/+3
2015-08-20loplugin: defaultparamsNoel Grandin1-8/+8
2015-07-14sw: _SaveTable::CreateNew() fix invalid cast ...Michael Stahl1-2/+3