summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr1.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-27restore old behavior for external references, fdo#64229Markus Mohrhard1-1/+1
2013-05-10resolved fdo#64384 check subtotal row filtered also for single referenceEike Rathke1-0/+4
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-18/+7
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-11resolved fdo#63403 do not create matrix with 0 rows or colsEike Rathke1-0/+14
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-11/+13
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida1-6/+7
2013-03-28Remove HasCellValueData() and adjusted all its call sites.Kohei Yoshida1-28/+36
2013-03-28Remove HasCellStringData() and modifiy all its call sites.Kohei Yoshida1-20/+24
2013-03-28Remove HasCellEmptyData() from ScInterpreter.Kohei Yoshida1-34/+43
2013-03-28Removing use of ScBaseCell in ScInterpreter.Kohei Yoshida1-121/+141
2013-03-26By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida1-2/+2
2013-03-22Remove unused variable.Kohei Yoshida1-1/+0
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida1-17/+9
2013-03-08Adjusted this to the latest code base to get it to apply...Kohei Yoshida1-12/+15
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-31/+31
2013-02-06resolved fdo#60366 make MATCH() accept a single cell referenceEike Rathke1-0/+6
2013-02-02fdo#57180 return #VALUE! error if a number couls not be parsedEike Rathke1-1/+1
2013-02-02fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2Winfried Donkers1-0/+98
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2013-01-11fdo#56124 changes to "add functions IFERROR and IFNA"Eike Rathke1-113/+153
2013-01-11fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2Winfried Donkers1-0/+132
2013-01-09fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida1-0/+3
2012-12-15aString not rStringEike Rathke1-13/+13
2012-12-15ScInterpreter::IterateParametersIfs() with external referencesEike Rathke1-0/+21
2012-12-15calcishmakkica: #i114428# merge some XOR related codeMarina Plakalovic1-2/+5
2012-12-15calcishmakkica: init varsEike Rathke [er]1-18/+18
2012-12-15calcishmakkica: WaE wntmsci12Eike Rathke [er]1-2/+2
2012-12-15calcishmakkica: #i90269# #i95144# #i101466#Eike Rathke [er]1-26/+40
2012-12-15calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic1-0/+386
2012-12-15changes to "calcishmakkica: #i101466# implement AVERAGEIF"Eike Rathke1-676/+313
2012-12-15calcishmakkica: #i101466# implement AVERAGEIFMarina Plakalovic1-12/+392
2012-12-08fdo#33365 added wrapper for boost random, use that in RAND()tino1-1/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-33/+31
2012-12-04calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel1-1/+1
2012-12-04calc66: in ADDRESS function handle sheet name of external documentEike Rathke [er]1-2/+20
2012-12-04calc66: #i113183# in SUMIF and COUNTIF external references treat numeric stri...Eike Rathke [er]1-3/+26
2012-11-27String => OUString in svl numfmuno + clean-up legacy of GetPreviewStringNorbert Thiebaud1-11/+11
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin1-2/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-4/+4
2012-10-02XubString->OUStringCaolán McNamara1-4/+2
2012-09-25Use this flag to make the compiler warning go away.Kohei Yoshida1-1/+1
2012-09-25Support opcodes 101 through 111 in SUBTOTAL.Kohei Yoshida1-0/+10
2012-09-17XubString->OUStringCaolán McNamara1-1/+1
2012-08-18Partial replaced String with OUString in ScInterpreterSören Möller1-5/+5
2012-08-09String::AllocBuffer -> rtl::OUStringBufferCaolán McNamara1-9/+4
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida1-3/+3
2012-07-19Initial cut on matrix backend swapping. Still lots of things to fix.Kohei Yoshida1-1/+1