summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/appluno.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet1-5/+5
2014-05-06Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+3
2014-04-23sc: sal_Bool->boolNoel Grandin1-20/+20
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-82/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-18/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-13/+13
2014-02-24coverity#737355 Uncaught exceptionCaolán McNamara1-3/+3
2014-02-24coverity#737354 Uncaught exceptionCaolán McNamara1-2/+2
2014-02-24coverity#737278 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737277 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737274 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737273 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737272 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737271 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737270 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737269 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2014-02-11coverity#737276 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-11coverity#737275 Uncaught exceptionCaolán McNamara1-1/+2
2013-12-12Convert OUString** to std::vector<OUString> in ScFuncDescNoel Grandin1-7/+3
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-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-42/+42
2013-07-09Mark as constTakeshi Abe1-1/+1
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-38/+74
2013-05-14initialized with plain 0, instead of sal_False/falseTakeshi Abe1-1/+1
2013-05-13fix uninitialised warningsNoel Grandin1-2/+2
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin1-0/+16
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-8/+8
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-73/+73
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-4/+4
2012-12-15calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic1-2/+6
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-07-28add prefixes for component_getFactoryMatúš Kukan1-1/+1
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan1-6/+0
2011-06-01ScUserList and ScUserListData no longer dependent of ScCollection.Kohei Yoshida1-5/+4
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-1/+1
2011-03-14More on build errors and warnings.Kohei Yoshida1-15/+0
2011-03-14fix misc merge issues breaking the buildMichael Meeks1-2/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-143/+38
2011-03-02Removed dead codeTakeshi Abe1-6/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-46/+46
2011-01-10Removed OUString to String casting & prefer static_cast over C-style cast.Kohei Yoshida1-1/+1