Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dinterpr1.cxx103 switch ( GetStackType() ) in ScIfJump()
236 switch ( GetStackType() ) in ScChoseJump()
1036 if ( GetStackType(1) == svMatrix || GetStackType(2) == svMatrix ) in ScEqual()
1055 if ( GetStackType(1) == svMatrix || GetStackType(2) == svMatrix ) in ScNotEqual()
1074 if ( GetStackType(1) == svMatrix || GetStackType(2) == svMatrix ) in ScLess()
1093 if ( GetStackType(1) == svMatrix || GetStackType(2) == svMatrix ) in ScGreater()
1112 if ( GetStackType(1) == svMatrix || GetStackType(2) == svMatrix ) in ScLessEqual()
1131 if ( GetStackType(1) == svMatrix || GetStackType(2) == svMatrix ) in ScGreaterEqual()
1450 switch ( GetStackType() ) in ScNeg()
1506 switch ( GetStackType() ) in ScNot()
[all …]
H A Dinterpr5.cxx133 switch (GetStackType()) in ScGCD()
219 switch (GetStackType()) in ScLCM()
537 switch (GetStackType()) in ScMatValue()
1167 if ( GetStackType() == svMatrix ) in CalculateAddSub()
1188 if ( GetStackType() == svMatrix ) in CalculateAddSub()
1297 if ( GetStackType() == svMatrix ) in ScAmpersand()
1301 if ( GetStackType() == svMatrix ) in ScAmpersand()
1397 if ( GetStackType() == svMatrix ) in ScMul()
1410 if ( GetStackType() == svMatrix ) in ScMul()
1477 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()
3797 if (pTokenMatrixMap && sp && GetStackType() == svMatrix) in Interpret()
3828 if ( GetStackType( ++nLevel ) == svJumpMatrix ) in Interpret()
3830 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()
2953 StackVar eFirstType = GetStackType( 2 ); in ScGetPivotData()
2984 switch ( GetStackType() ) in ScGetPivotData()
/aoo4110/main/sc/source/core/inc/
H A Dinterpre.hxx349 formula::StackVar GetStackType();
351 formula::StackVar GetStackType( sal_uInt8 nParam );
849 if ( bMatrixFormula && GetStackType() == formula::svDoubleRef ) in MatrixDoubleRefToMatrix()

Completed in 165 milliseconds