summaryrefslogtreecommitdiff
path: root/svx/source/table/tablecontroller.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-19tdf#99396 SvxTableController::SetVertical: implement undo supportMiklos Vajna1-1/+17
2016-04-19cppcheck: silence known condition warning in svx tablecontrollerJochen Nitschke1-13/+10
2016-03-17loplugin:constantparam in svxNoel Grandin1-3/+3
2016-03-11lok: Avoid dereferencing nullptr.Jan Holesovsky1-8/+12
2016-03-09loplugin:constantparam in svxNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-49/+0
2016-01-15svx: remove now unused SdrModel::isTiledRendering()Miklos Vajna1-4/+5
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin1-6/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-36/+36
2015-10-31com::sun::star->css in svxNoel Grandin1-6/+6
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+2
2015-09-01refactor to create a HasMarked, no logic changeCaolán McNamara1-26/+26
2015-09-01implement undo of delete impress cell contentsCaolán McNamara1-2/+13
2015-09-01Related: rhbz#1255200 apparent missing stylesheetCaolán McNamara1-6/+11
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist1-18/+18
2015-04-29convert SDRMOUSE constants to scoped enumNoel Grandin1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-7/+7
2015-04-07SvxTableController::setCursorLogicPosition: fix unexpected graphic selectionMiklos Vajna1-0/+4
2015-04-07sd tiled rendering: support turning an editeng selection into a table oneMiklos Vajna1-7/+17
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-87/+90
2015-03-30Add SvxTableController::setCursorLogicPosition()Miklos Vajna1-0/+18
2015-03-30svx tiled rendering: double-click in empty table cell selects itMiklos Vajna1-0/+32
2015-03-30SdrTableObj tiled rendering: implement selection callbacksMiklos Vajna1-7/+37
2015-03-28sdr::table::SvxTableController::onMouseMove: remove dead codeMiklos Vajna1-6/+0
2015-03-25convert VALID_ constants to enum classNoel Grandin1-29/+29
2015-03-23fdo#39440 cppcheck cleanlinessMichael Dunphy1-1/+1
2015-02-17boost->stdCaolán McNamara1-12/+12
2014-11-21Resolves: fdo#86466 Wrong background color shown in format table in impressCaolán McNamara1-12/+32
2014-11-20that's not right anyway, using the Distance as a which-idCaolán McNamara1-1/+1
2014-11-03coverity#1241199 Unchecked dynamic_castCaolán McNamara1-0/+3
2014-11-01coverity#1241199 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara1-3/+3
2014-10-24coverity#704836 Dereference after null checkCaolán McNamara1-12/+12
2014-10-20loplugin: cstylecastNoel Grandin1-9/+9
2014-10-10coverity#1241199 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-09-25coverity#1241199 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-8/+8
2014-09-19bogus warning C4701: potentially uninitialized local variableStephan Bergmann1-4/+4
2014-09-17fdo#60712 - Inherits cell styles in inserting rows/columnsHideki Ikeda1-0/+142
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-18/+18
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-1/+1
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-4/+0