summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/interpre.hxx
AgeCommit message (Expand)AuthorFilesLines
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-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# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic1-0/+11
2012-12-15calcishmakkica: #i101466# implement AVERAGEIFMarina Plakalovic1-0/+8
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-27/+18
2012-12-04calc66: #i75279# improved accuracy of BINOMDIST; patch from ReginaEike Rathke [er]1-0/+1
2012-09-05Cleanup files touched by f5b7fecbc0744e46468d57b8131ea7d768aa96a2Philipp Riemer1-22/+3
2012-08-27fdo#39468: Translated German comments in sc/source/core/incGerhard Oettl1-13/+13
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-19It's now faster to start empty and fill non-empty elements.Kohei Yoshida1-1/+1
2012-06-12fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers1-0/+1
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
2011-12-07fdo#43534: Partially support external refs in CELL function.Kohei Yoshida1-0/+3
2011-11-30sort out Gregorian cut-off date as side effect of validityEike Rathke1-1/+5
2011-11-28dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch fr...Eike Rathke1-0/+4
2011-11-22fdo#40990: Compare the wrapped pointer values.Kohei Yoshida1-1/+1
2011-11-16Reduced header dependency on dbdata.hxx by better encapsulation.Kohei Yoshida1-0/+1
2011-11-05Moved ScCompare and ScCompareOptions out of the header.Kohei Yoshida1-30/+2
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+1
2011-09-07BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner1-0/+5
2011-08-23typo meVolaileType -> meVolatileTypeEike Rathke1-1/+1
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke1-79/+78
2011-05-09fdo#36933: Fixed array comparison with external references.Kohei Yoshida1-0/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-98/+98
2011-03-02Better fix for fdo#31939.Kohei Yoshida1-7/+0
2011-03-02Go through all tokens to look for a volatile one. (fdo#31939)Kohei Yoshida1-1/+7
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold1-1/+0