summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-1/+1
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan1-1/+1
2014-08-26bnc#770711: Make changing table text color in impress always workMatúš Kukan1-0/+2
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann1-4/+4
2014-06-24sdr::table::Cell's XServiceInfo cleaningMatúš Kukan1-40/+0
2014-06-24Remove unused mpOwner in SvxTextEditSource.Matúš Kukan1-1/+1
2014-06-24Related bnc#822625: Minimum height was not invalidated when rectangle changes.Matúš Kukan1-9/+5
2014-06-13loplugin:staticcallStephan Bergmann1-3/+3
2014-05-27Related bnc#822625: Cache minimum height for table cells.Matúš Kukan1-5/+9
2014-05-27cid#707232 Uncaught exceptionNoel Grandin1-1/+1
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-9/+9
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-1/+1
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet1-5/+5
2014-04-15svx: sal_Bool->boolNoel Grandin1-11/+11
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-9/+9
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
2014-03-10svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-11/+1
2014-03-03remove unused code in sdr::tableNoel Grandin1-65/+0
2014-02-27editeng: sal_Bool->boolNoel Grandin1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-46/+46
2014-02-23Remove unneccessary commentsAlexander Wilms1-95/+95
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-13coverity#738003 Uncaught exceptionCaolán McNamara1-2/+5
2014-02-13coverity#738003 Uncaught exceptionCaolán McNamara1-1/+3
2014-01-17bool improvementsStephan Bergmann1-1/+1
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza1-17/+2
2013-12-12<: could be a digram - fix tinderbox.Jan Holesovsky1-1/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-7/+7
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-19/+19
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-19/+19
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-19/+19
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-09-11convert include/editeng/editobj.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-05convert svx/source/table/*.cxx from String to OUStringNoel Grandin1-5/+5
2013-09-05convert include/svx/xit.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-05-11Resolves: #i119889# .pptx table vertical text directionJürgen Schmidt1-0/+10
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-8/+8
2013-04-09deleting NULL is safeTakeshi Abe1-2/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+1
2013-03-23rhbz#876742 speed up table manipulation in ImpressDavid Tardon1-0/+52
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-3/+3
2013-02-25loplugin: improve indentationThomas Arnhold1-1/+1
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin1-4/+4
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-1/+73
2012-06-06drop String::ReverseCaolán McNamara1-2/+3
2012-05-03nuke dead codeTakeshi Abe1-20/+0