summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2011-02-08Clean-up bogus comments in calc.Guillaume Poussel7-24/+24
2011-02-08rewrite the one use of std::iotaFridrich Štrba1-1/+4
2011-02-06Restore nCursorHideCount from 8e606ee6c597b86Thomas Arnhold1-0/+3
2011-02-06Remove dead codeThomas Arnhold2-104/+0
2011-02-06Migrate DEBUG to OSL_DEBUG_LEVELThomas Arnhold5-5/+5
2011-02-06Remove nested OSL_DEBUG_LEVELThomas Arnhold1-4/+0
2011-02-06Fix build.Thomas Arnhold1-0/+1
2011-02-06Remove empty methodsThomas Arnhold3-35/+1
2011-02-06Remove dead codeThomas Arnhold25-739/+0
2011-02-06hardcode MDDS_HASH_CONTAINER_BOOSTFridrich Štrba1-1/+1
2011-02-06port repository calc to boost unordered containersFridrich Štrba35-110/+94
2011-02-05Some cppcheck cleaningJulien Nabet7-39/+23
2011-02-03gcc 4.6.0 various warningsCaolán McNamara2-5/+1
2011-02-02Removed unused functions from calc 2Alfonso Eusebio8-253/+0
2011-02-02Disambiguate nested if statement blocks.Kohei Yoshida1-0/+2
2011-02-02WaE: throw out some warningsCaolán McNamara1-2/+0
2011-02-02Fix CDEFS definition.Thomas Arnhold2-2/+5
2011-02-02Clean up makefilesThomas Arnhold2-6/+1
2011-02-02Prevent selected field index from going out-of-bound, to prevent crash.Kohei Yoshida1-2/+4
2011-02-02Ensure that the selected field is displayed when the selection moves.Kohei Yoshida1-0/+2
2011-02-01Alt-Down should do the data select popup by default. (n#666060)Kohei Yoshida2-9/+18
2011-02-01Call-catcher: removed unused functions in calcAlfonso Eusebio15-277/+2
2011-02-01Remove DBG_INVALIDATEThomas Arnhold1-23/+0
2011-01-31Use OUStringBuffer in case we need to modify string after creation.Kohei Yoshida1-3/+4
2011-01-31Replaced tools/string with rtl::OUString in ScDPSaveDataSören Möller1-14/+14
2011-01-31Remove unnecessary string copying.Kohei Yoshida5-13/+9
2011-01-31Replaced tools/string with ::rtl::OUString in ScDPSaveDimensionSören Möller6-39/+46
2011-01-31Replaced tools/string with rtl::OUString in ScDPSaveMemberSören Möller2-3/+3
2011-01-31Cleaned up spacings in dpsave.hxx/.cxxSören Möller1-68/+53
2011-01-31Replaced tools/solar.h types with sal typesSören Möller1-73/+74
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara2-5/+0
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara8-31/+11
2011-01-31Removed include of tools/string as no longer usedThies Pierdola1-1/+0
2011-01-31Replaced use of tools/list by std::listThies Pierdola2-23/+22
2011-01-31Cleaned up spacingsThies Pierdola2-64/+48
2011-01-31Replaced deprecated types with sal typesThies Pierdola2-7/+7
2011-01-29Remove double line spacing, unused code and some unnecessary brackets.Thomas Arnhold6-218/+11
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-28Replace SvShorts with std::vectorNigel Hawkins6-59/+61
2011-01-28Replace empty equalsAscii() with getLength().Thomas Arnhold2-4/+4
2011-01-28Remove SC_CONVUNO_HXX. This should be done by convuno.hxx.Thomas Arnhold1-2/+0
2011-01-28Remove SC10_SHOW_OBJECTS.Thomas Arnhold1-49/+0
2011-01-27WaE: gcc 4.6.0 various warningsCaolán McNamara4-19/+1
2011-01-27"Default Formatting" -> "Clear Direct Formatting"Octavio Alvarez1-1/+1
2011-01-26Added check for empty rRangeList in ScViewFuncLO-BASE-INTEGRATION-DEV300_m98Sören Möller1-11/+14
2011-01-26WaE: gcc 4.6.0 various warningsCaolán McNamara1-2/+2
2011-01-26WaE: gcc 4.6.0 various warningsCaolán McNamara3-7/+3