summaryrefslogtreecommitdiff
path: root/svx/source/table
AgeCommit message (Expand)Author
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-25loplugin:passstuffbyrefStephan Bergmann
2016-04-25loplugin:defaultparamsStephan Bergmann
2016-04-25tdf#99452 svx: fix undo of table row edge dragMiklos Vajna
2016-04-20tdf#99396 SdrTableObj::EndTextEdit: restore cell format undo itemsMiklos Vajna
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-20Replace vector<sal_Bool> with vector<bool>Stephan Bergmann
2016-04-19tdf#99396 SvxTableController::SetVertical: implement undo supportMiklos Vajna
2016-04-19cppcheck: silence known condition warning in svx tablecontrollerJochen Nitschke
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14loplugin:passstuffbyref in svxNoel Grandin
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan
2016-03-23loplugin:constantparm in svtoolsNoel Grandin
2016-03-17loplugin:constantparam in svxNoel Grandin
2016-03-11lok: Avoid dereferencing nullptr.Jan Holesovsky
2016-03-10loplugin:constantparam in drawinglayerNoel Grandin
2016-03-09loplugin:constantparam in svxNoel Grandin
2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin
2016-02-12GetActiveAccessibleCell: remove recently obsoleted IF clauseJustin Luth
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08tdf#96685 - set focus of accessible table cellsJustin Luth
2016-02-04svx: replace boost::bind with C++11 lambdaMichael Stahl
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-30tdf#91762: Check wether the row and the cell have text...Xisco Fauli
2016-01-15svx: remove now unused SdrModel::isTiledRendering()Miklos Vajna
2016-01-14loplugin:unusedmethods unused return value in svxNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2016-01-11svx: SdrDragStat::GetPointAnz() -> GetPointCount()Miklos Vajna
2016-01-10Fix typosAndrea Gelmini
2016-01-07optimize performance - avoid GetActiveAccessibleCell callJustin Luth
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-11-28Don't leave sdr::table::Cell members implicitly declaredStephan Bergmann
2015-11-23loplugin:unusedfields in svx/Noel Grandin
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini