summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
AgeCommit message (Expand)AuthorFilesLines
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-1/+0
2013-10-04Reduce the amount of indentation by early exit.Kohei Yoshida1-1/+1
2013-10-04fdo#39674 fix some spellingThomas Arnhold1-2/+2
2013-10-04convert sc/source/core/inc/*.hxx from String to OUStringNoel Grandin3-19/+19
2013-10-03de-GetBuffer calcCaolán McNamara2-2/+2
2013-10-01sal_Bool to bool in bcaslot.[ch]xxMarkus Mohrhard1-10/+10
2013-09-19convert sc/source/core/inc/adiasync.hxx from String to OUStringNoel Grandin1-4/+2
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-1/+1
2013-09-06Wrong place to apply implicit intersection. Do it at the very last.Kohei Yoshida1-0/+1
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida1-1/+10
2013-09-04Remove more unused methodsMarcos Paulo de Souza1-3/+0
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-12fdo#37341 fix unending loop in calc with Goal SeekWinfried1-1/+0
2013-08-09Revert "fdo#37341 dix unending loop in calc with Goal Seek"Stephan Bergmann1-0/+1
2013-08-08fdo#37341 dix unending loop in calc with Goal SeekWinfried1-1/+0
2013-07-30These methods are now unused. Chuck them.Kohei Yoshida1-26/+0
2013-07-24More on removing CalcAbsIfRel().Kohei Yoshida1-9/+23
2013-07-24Same with UpdateGrow().Kohei Yoshida1-3/+1
2013-07-24UpdateTranspose() without calling CalcAbsIfRel().Kohei Yoshida1-4/+2
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida4-157/+34
2013-06-27Remove duplicate code blocks.Kohei Yoshida1-1/+0
2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks1-184/+0
2013-06-27use #if to avoid gotchas, move header to include, make UI conditional.Michael Meeks1-0/+184
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-1/+0
2013-06-16add initial version of WEBSERVICE functionMarkus Mohrhard1-0/+1
2013-06-16inital work on FILTERXML functionMarkus Mohrhard1-0/+2
2013-06-11Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()Wang Lei1-0/+4
2013-05-28Related: #i122208# const SC containers cannot provide non-const iteratorsHerbert Dürr1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-13/+13
2013-03-28ScInterpreter is now free of ScBaseCell. Hooray! \o/Kohei Yoshida1-2/+0
2013-03-28We don't need this now.Kohei Yoshida1-1/+0
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida1-2/+0
2013-03-28Remove HasCellValueData() and adjusted all its call sites.Kohei Yoshida1-1/+0
2013-03-28Remove HasCellStringData() and modifiy all its call sites.Kohei Yoshida1-1/+0
2013-03-28Remove HasCellEmptyData() from ScInterpreter.Kohei Yoshida1-1/+0
2013-03-28GetValueCellValue() to take a double, not ScValueCell.Kohei Yoshida1-1/+1
2013-03-28Removing use of ScBaseCell in ScInterpreter.Kohei Yoshida1-8/+7
2013-03-28WaE: struct 'ScRefCellValue' was previously declared as a classTor Lillqvist1-1/+1
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-2/+4
2013-03-26Add variant of GetCellValue() that takes ScCellIterator instead of ScBaseCell.Kohei Yoshida1-0/+3
2013-03-19Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida1-3/+1
2013-02-13WaE: struct/class mixupTor Lillqvist1-2/+2
2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida1-14/+11
2013-02-08factor out common code of SKEW and SKEWP, fdo#60322Eike Rathke1-0/+1
2013-02-08fdo#60322 add calc function SKEWP as in ODFF v1.2Winfried Donkers1-0/+1
2013-02-02fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2Winfried Donkers1-0/+1
2013-01-11fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2Winfried Donkers1-0/+1
2012-12-15calcishmakkica: #i90269# #i95144# #i101466#Eike Rathke [er]1-3/+3
2012-12-15calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic1-0/+11
2012-12-15calcishmakkica: #i101466# implement AVERAGEIFMarina Plakalovic1-0/+8