summaryrefslogtreecommitdiff
path: root/svx/source/table/tablecontroller.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-02-21tdf#123090 Handle removed column with gridSpan.Gülşah Köse1-1/+0
2018-09-17SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-1/+1
2018-08-04tdf#119015: don't call TableModel::optimize in CellCursor::merge()Mike Kaganski1-0/+1
2018-05-21tdf#117581 impress: fix selection overlay after moving tableDaniel1-1/+11
2018-05-09tdf#116977 Correctly handle copy-construct of SdrTableObjArmin Le Grand1-20/+25
2018-05-07loplugin:useuniqueptr in SvxTableControllerNoel Grandin1-3/+2
2018-05-02return std::unique_ptr from SdrMakeOutlinerNoel Grandin1-2/+2
2018-04-26Drop uses of ImpGetResStr l10n method from svxGabor Kelemen1-13/+13
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-475/+506
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-506/+475
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-475/+506
2018-03-23Typo: SplittTable -> SplitTableSamuel Mehrbrodt1-1/+1
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-01-28make SvxTableController constructor take SdrTableObjNoel Grandin1-19/+13
2018-01-27improve subtyping when dealing with tools::WeakReferenceNoel Grandin1-27/+27
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-8/+8
2017-12-21TypedWhichId in svx part 2Noel Grandin1-2/+2
2017-11-30tdf#111773 tdf#111780 Fix selection after merge cells in an Impress tableDaniel1-2/+2
2017-11-22loplugin:flatten in svxNoel Grandin1-73/+72
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin1-6/+6
2017-11-20TypedWhichId for SDRATTR* constants (1)Noel Grandin1-5/+5
2017-10-29tdf#110357: Impress table looses selection when clicking on ...Tamás Zolnai1-0/+46
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-3/+3
2017-10-23loplugin:includeform: svxStephan Bergmann1-9/+9
2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin1-1/+1
2017-08-22drop unused SvxScriptTypeItemJochen Nitschke1-5/+0
2017-08-04rename Anz->Cnt in svxNoel Grandin1-2/+2
2017-07-27loplugin:constparams in svxNoel Grandin1-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-11tdf#109050: Moving table object with ALT+Arrow keys does not work properlyTamás Zolnai1-7/+11
2017-07-05new loplugin unnecessaryparenNoel Grandin1-6/+6
2017-05-28aAttr is now (more obviously) unusedCaolán McNamara1-9/+0
2017-05-28coverity#704341 Logically dead codeCaolán McNamara1-18/+1
2017-05-05loplugin:checkunusedparams in svx(part4)Noel Grandin1-2/+2
2017-04-27Translate German comments (rest of svx/ except svx/source/form/)Johnny_M1-2/+2
2017-04-26clang-tidy readability-simplify-boolean-expr in svxNoel Grandin1-4/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-02-21loplugin:unusedmethodsNoel Grandin1-2/+1
2017-02-14remove unused StartSelection from SvxTableController::TblAction enumNoel Grandin1-4/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+4
2017-01-23pass ownership by pointerJochen Nitschke1-1/+1
2016-11-20tdf#88351: Revert "coverity#704341 Logically dead code"Julien Nabet1-1/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-2/+2
2016-10-09convert CELL constants to typed_flagsJochen Nitschke1-76/+83
2016-10-05convert MapUnit to scoped enumNoel Grandin1-4/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-10-01Fix typosAndrea Gelmini1-6/+6
2016-09-20convert constants to scoped enum TblActionJochen Nitschke1-64/+47
2016-09-09loplugin:constantparam in svxNoel Grandin1-40/+13
2016-08-24remove CellOverlayTypeNoel Grandin1-4/+1