summaryrefslogtreecommitdiff
path: root/svx/source/table
AgeCommit message (Expand)Author
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-04Rename aRect -> maRect for a member variable.Kohei Yoshida
2014-11-04CreateObjectSpecificItemSet to return a pointer, not a reference.Kohei Yoshida
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-29Don't use output rArea when TableLayouter::getCellArea returns falseStephan Bergmann
2014-10-28Move these headers from include to svx; they are not used outside svx.Kohei Yoshida
2014-10-24coverity#704836 Dereference after null checkCaolán McNamara
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-21nShearWink -> nShearAngleMiklos Vajna
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna
2014-10-10coverity#1241199 Unchecked dynamic_castCaolán McNamara
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-01coverity#735513 constant guards dead codeCaolán McNamara
2014-09-25coverity#1241199 Unchecked dynamic_castCaolán McNamara
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann
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-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan
2014-08-26bnc#770711: Make changing table text color in impress always workMatúš Kukan
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna
2014-07-02Do not leave unreachable TableColumnUndo/TableRowUndo in case of exceptionsTakeshi Abe
2014-07-01coverity#735881 Dereference after null checkCaolán McNamara
2014-07-01coverity#735883 Unchecked dynamic_castCaolán McNamara
2014-06-30Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-26OSL_ENSURE->assertCaolán McNamara
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-17bnc#882627: Allow to edit spacing to contents even with no borders visible.Matúš Kukan
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-28Pass also const CellRef& to save a lot of getCellByPosition() calls.Matúš Kukan
2014-05-27Related bnc#822625: Cache minimum height for table cells.Matúš Kukan
2014-05-27cid#707232 Uncaught exceptionNoel Grandin
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante