summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/afmtuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-38/+8
2016-10-24remove unused SfxListener subclassingNoel Grandin1-13/+0
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-17/+12
2015-12-15sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-05-03sc: Convert many services to constructors.Jan Holesovsky1-18/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-11/+11
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2015-03-06V801: Decreased performanceCaolán McNamara1-3/+2
2015-02-16we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara1-2/+1
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-12/+12
2014-10-28loplugin: cstylecastNoel Grandin1-2/+2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-2/+2
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet1-25/+25
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet1-17/+17
2014-04-23sc: sal_Bool->boolNoel Grandin1-9/+9
2014-04-06whitespace cleanup in scMarkus Mohrhard1-16/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-23/+23
2014-02-24coverity#737343 Uncaught exceptionCaolán McNamara1-2/+3
2014-02-24coverity#737340 Uncaught exceptionCaolán McNamara1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-8/+8
2014-01-28bool improvementsStephan Bergmann1-5/+5
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-55/+55
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-55/+55
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-55/+55
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-18/+17
2013-07-09Mark as constTakeshi Abe1-2/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-32/+32
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-3/+3
2013-02-24loplugin: unused variablesThomas Arnhold1-2/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-3/+0
2012-02-09added TableBorder2 using BorderLine2, implemented BorderLine2 properlyEike Rathke1-4/+22
2012-02-07ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida1-33/+36
2012-02-06The usual bool & string conversion.Kohei Yoshida1-12/+7
2012-01-11ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann1-52/+36
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara1-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-5/+4
2011-04-04use rtl::Static where double-locked pattern usedCaolán McNamara1-13/+7
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-10/+10
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2