Home
last modified time | relevance | path

Searched refs:GetStackType (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx101 switch ( GetStackType() ) in ScIfJump()
234 switch ( GetStackType() ) in ScChoseJump()
1034 if ( GetStackType(1) == svMatrix || GetStackType(2) == svMatrix ) in ScEqual()
1053 if ( GetStackType(1) == svMatrix || GetStackType(2) == svMatrix ) in ScNotEqual()
1072 if ( GetStackType(1) == svMatrix || GetStackType(2) == svMatrix ) in ScLess()
1091 if ( GetStackType(1) == svMatrix || GetStackType(2) == svMatrix ) in ScGreater()
1110 if ( GetStackType(1) == svMatrix || GetStackType(2) == svMatrix ) in ScLessEqual()
1129 if ( GetStackType(1) == svMatrix || GetStackType(2) == svMatrix ) in ScGreaterEqual()
1556 switch ( GetStackType() ) in ScNeg()
1612 switch ( GetStackType() ) in ScNot()
[all …]
H A Dinterpr5.cxx132 switch (GetStackType()) in ScGCD()
218 switch (GetStackType()) in ScLCM()
536 switch (GetStackType()) in ScMatValue()
1166 if ( GetStackType() == svMatrix ) in CalculateAddSub()
1187 if ( GetStackType() == svMatrix ) in CalculateAddSub()
1296 if ( GetStackType() == svMatrix ) in ScAmpersand()
1300 if ( GetStackType() == svMatrix ) in ScAmpersand()
1396 if ( GetStackType() == svMatrix ) in ScMul()
1409 if ( GetStackType() == svMatrix ) in ScMul()
1476 if ( GetStackType() == svMatrix ) in ScDiv()
[all …]
H A Dinterpr4.cxx1403 switch ( GetStackType() ) in PopDoubleRefOrSingleRef()
1429 if ( GetStackType() == svDoubleRef ) in PopDoubleRefPushMatrix()
1760 StackVar ScInterpreter::GetStackType() in GetStackType() function in ScInterpreter
1779 StackVar ScInterpreter::GetStackType( sal_uInt8 nParam ) in GetStackType() function in ScInterpreter
2066 switch ( GetStackType() ) in GetDoubleOrStringFromMatrix()
2375 sal_uInt8 nStackType = sal::static_int_cast<sal_uInt8>( GetStackType() ); in ScExternal()
2757 sal_uInt8 nStackType = sal::static_int_cast<sal_uInt8>( GetStackType() ); in ScMacro()
3802 if (pTokenMatrixMap && sp && GetStackType() == svMatrix) in Interpret()
3833 if ( GetStackType( ++nLevel ) == svJumpMatrix ) in Interpret()
3835 else if ( GetStackType( ++nLevel ) == svJumpMatrix ) in Interpret()
[all …]
H A Dinterpr3.cxx2283 switch (GetStackType()) in ScZTest()
2736 switch (GetStackType()) in ScHarMean()
2857 switch (GetStackType()) in ScGeoMean()
2998 switch (GetStackType()) in CalculateSkew()
3421 switch (GetStackType()) in GetNumberSequenceArray()
3599 switch (GetStackType()) in ScRank()
3722 switch (GetStackType()) in ScAveDev()
3803 switch (GetStackType()) in ScAveDev()
4045 switch (GetStackType()) in ScRSQ()
H A Dinterpr2.cxx646 switch (GetStackType()) in ScNPV()
710 switch (GetStackType()) in ScIRR()
2573 switch ( GetStackType() ) in ScHyperLink()
2957 StackVar eFirstType = GetStackType( 2 ); in ScGetPivotData()
2988 switch ( GetStackType() ) in ScGetPivotData()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx364 formula::StackVar GetStackType();
366 formula::StackVar GetStackType( sal_uInt8 nParam );
871 if ( bMatrixFormula && GetStackType() == formula::svDoubleRef ) in MatrixDoubleRefToMatrix()

Completed in 103 milliseconds