summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-12reworked solution for i#118012 crash during deletion of rowsEike Rathke1-8/+45
2012-12-08fdo#33365 added wrapper for boost random, use that in RAND()tino1-0/+29
2012-12-04re-base on ALv2 code. Includes:Michael Meeks9-211/+130
2012-12-04calc66: #i75279# improved accuracy of BINOMDIST; patch from ReginaEike Rathke [er]1-0/+1
2012-10-02fix errorin translation from german to englishMarkus Mohrhard1-1/+1
2012-09-05Cleanup files touched by f5b7fecbc0744e46468d57b8131ea7d768aa96a2Philipp Riemer3-34/+11
2012-08-27fdo#39468: Translated German comments in sc/source/core/incGerhard Oettl3-30/+30
2012-08-18Partial replaced String with OUString in ScInterpreterSören Möller1-1/+2
2012-08-07Remove forwards of non-existing structsThomas Arnhold1-1/+0
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara1-1/+0
2012-07-25sal_Bool -> bool in ScRefUpdateMarkus Mohrhard1-1/+1
2012-07-19It's now faster to start empty and fill non-empty elements.Kohei Yoshida1-1/+1
2012-07-19Initial cut on matrix backend swapping. Still lots of things to fix.Kohei Yoshida1-1/+1
2012-07-12Convert SV_DECL_PTRARR_SORT(ScAddInAsyncs) to std::setNoel Grandin1-8/+10
2012-07-12Convert SV_DECL_PTRARR_SORT(ScAddInDocs) to std::setNoel Grandin2-7/+7
2012-06-24rearranged forward declarations of classTakeshi Abe1-1/+0
2012-06-21re-base on ALv2 code.Michael Meeks4-98/+62
2012-06-15Remove some PCH leftoversThomas Arnhold1-232/+0
2012-06-15Remove obsolete inetdef.hxxThomas Arnhold1-1/+0
2012-06-12fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers1-0/+1
2012-06-10Bin pointless <vcl/sv.h> headerTor Lillqvist1-1/+0
2012-05-30Create a common struct for interpreter config options.Kohei Yoshida1-9/+4
2012-05-30Use the new option when interpreting INDIRECT function.Kohei Yoshida1-0/+12
2012-05-13fdo#44456 added calc function DATEDIF as in ODF1.2Winfried Donkers1-0/+1
2012-02-06FuncCollection no longer a child of ScSortedCollection.Kohei Yoshida1-7/+6
2012-01-31Remove unsed codeElton Chung1-1/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-2/+2
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz1-2/+0
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-07fdo#43534: Partially support external refs in CELL function.Kohei Yoshida2-0/+4
2011-11-30sort out Gregorian cut-off date as side effect of validityEike Rathke1-1/+5