summaryrefslogtreecommitdiff
path: root/svx/source/table/tablecontroller.cxx
AgeCommit message (Expand)Author
2015-09-01Related: rhbz#1255200 apparent missing stylesheetCaolán McNamara
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist
2015-04-29convert SDRMOUSE constants to scoped enumNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-07SvxTableController::setCursorLogicPosition: fix unexpected graphic selectionMiklos Vajna
2015-04-07sd tiled rendering: support turning an editeng selection into a table oneMiklos Vajna
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-03-30Add SvxTableController::setCursorLogicPosition()Miklos Vajna
2015-03-30svx tiled rendering: double-click in empty table cell selects itMiklos Vajna
2015-03-30SdrTableObj tiled rendering: implement selection callbacksMiklos Vajna
2015-03-28sdr::table::SvxTableController::onMouseMove: remove dead codeMiklos Vajna
2015-03-25convert VALID_ constants to enum classNoel Grandin
2015-03-23fdo#39440 cppcheck cleanlinessMichael Dunphy
2015-02-17boost->stdCaolán McNamara
2014-11-21Resolves: fdo#86466 Wrong background color shown in format table in impressCaolán McNamara
2014-11-20that's not right anyway, using the Distance as a which-idCaolán McNamara
2014-11-03coverity#1241199 Unchecked dynamic_castCaolán McNamara
2014-11-01coverity#1241199 Unchecked dynamic_castCaolán McNamara
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara
2014-10-24coverity#704836 Dereference after null checkCaolán McNamara
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-10coverity#1241199 Unchecked dynamic_castCaolán McNamara
2014-09-25coverity#1241199 Unchecked dynamic_castCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-19bogus warning C4701: potentially uninitialized local variableStephan Bergmann
2014-09-17fdo#60712 - Inherits cell styles in inserting rows/columnsHideki Ikeda
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann
2014-06-30Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-17bnc#882627: Allow to edit spacing to contents even with no borders visible.Matúš Kukan
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-03svl: sal_Bool->boolNoel Grandin
2014-03-29typo: selektion -> selectionThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-15coverity#982473 Dereference after null checkCaolán McNamara
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann