summaryrefslogtreecommitdiff
path: root/sc/source/core/data/funcdesc.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-8/+8
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin1-12/+12
2013-10-21remove uses of COMPARE_*Caolán McNamara1-1/+1
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin1-5/+5
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-2/+2
2013-03-16sc: translate some debug messagesThomas Arnhold1-1/+1
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-62/+62
2012-12-15calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic1-7/+51
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-24/+14
2012-11-28fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud1-2/+1
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-4/+4
2012-02-06FuncCollection no longer a child of ScSortedCollection.Kohei Yoshida1-4/+4
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-7/+7
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+4
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-4/+4
2011-03-22fix mis-merge crash related to mis-aligned func. desc. resource readingMichael Meeks1-0/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-5/+3
2011-03-14Various fixes for build breakages, for sc.Kohei Yoshida1-5/+3
2011-03-13Move DBG_ERROR3 to OSL_TRACEThomas Arnhold1-3/+3
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-02-22Include precompiled_sc.hxxTor Lillqvist1-0/+3
2011-02-08rewrite the one use of std::iotaFridrich Štrba1-1/+4
2011-01-31Removed include of tools/string as no longer usedThies Pierdola1-1/+0
2011-01-28For some reason STLPort didn't like assigning list to vector.Kohei Yoshida1-2/+2
2011-01-28Replaced tools/list by std::vector in ScFunctionListThies Pierdola1-6/+42
2011-01-28Fixed build break and a memory leak.Kohei Yoshida1-3/+7
2011-01-28Replaced tools/list with std::vector in ScFunctionMgr and ScFunctionCategoryThies Pierdola1-43/+64
2011-01-24Cleaned up spacing and comments in funcdesc.cxxSören Möller1-60/+27
2011-01-24Removed local duplicate implementation and used ScFuntionMgr's insteadSören Möller1-2/+0
2011-01-18A little follow-up clean-up.Kohei Yoshida1-32/+34
2011-01-18Replaced deprecated types in funcdescSören Möller1-72/+71
2011-01-14Remove commented out codeTopround aka Zathuras1-1/+0
2011-01-13Moved funcdesc's implementations out of global.cxxSören Möller1-0/+858