summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
AgeCommit message (Expand)Author
2017-04-18tdf#105286: Implement text rotation for Impress tablesTamás Zolnai
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-11-08coverity#1394268 Resource leakCaolán McNamara
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-12impress: extend dumpAsXml to table cell and stylesNoel Grandin
2016-07-25new loplugin overrideparamNoel Grandin
2016-06-10Clean up uses of Any::getValue() in svxStephan Bergmann
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-04-20tdf#99396 SdrTableObj::EndTextEdit: restore cell format undo itemsMiklos Vajna
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08tdf#96685 - set focus of accessible table cellsJustin Luth
2016-01-30tdf#91762: Check wether the row and the cell have text...Xisco Fauli
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-09Missing break?Stephan Bergmann
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin
2015-05-12tdf#80340: Table changes format in PPTX formatyogesh.bharate001
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-25convert VALID_ constants to enum classNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-19loplugin:externandnotdefinedStephan Bergmann
2015-02-18Resolves: rhbz#1193971 clear hard-coded char props in table cells...Caolán McNamara
2014-11-04CreateObjectSpecificItemSet to return a pointer, not a reference.Kohei Yoshida
2014-10-28Move these headers from include to svx; they are not used outside svx.Kohei Yoshida
2014-10-20loplugin: cstylecastNoel Grandin
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-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan
2014-08-26bnc#770711: Make changing table text color in impress always workMatúš Kukan
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann
2014-06-24sdr::table::Cell's XServiceInfo cleaningMatúš Kukan
2014-06-24Remove unused mpOwner in SvxTextEditSource.Matúš Kukan
2014-06-24Related bnc#822625: Minimum height was not invalidated when rectangle changes.Matúš Kukan
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-27Related bnc#822625: Cache minimum height for table cells.Matúš Kukan
2014-05-27cid#707232 Uncaught exceptionNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann