Searched refs:IsValueType (Results 1 – 10 of 10) sorted by relevance
696 if ( IsValueType( mnValType[j]) ) // else: #WERT! in CompareEqual()714 if ( IsValueType( mnValType[j]) ) // else: #WERT! in CompareNotEqual()732 if ( IsValueType( mnValType[j]) ) // else: #WERT! in CompareLess()750 if ( IsValueType( mnValType[j]) ) // else: #WERT! in CompareGreater()768 if ( IsValueType( mnValType[j]) ) // else: #WERT! in CompareLessEqual()786 if ( IsValueType( mnValType[j]) ) // else: #WERT! in CompareGreaterEqual()806 if ( !IsValueType( mnValType[j]) ) in And()836 if ( !IsValueType( mnValType[j]) ) in Or()865 if ( !IsValueType( mnValType[j]) ) in Xor()
2630 if (ScMatrix::IsValueType( nResultType)) in ScHyperLink()
133 bool bIsValue = ScMatrix::IsValueType( nType); in ScIfJump()265 bool bIsValue = ScMatrix::IsValueType( nType); in ScChoseJump()
131 inline static bool IsValueType( ScMatValType nType ) in IsValueType() function in ScMatrix372 { return !mnValType || IsValueType( mnValType[nIndex]); } in IsValue()378 return !mnValType || IsValueType( mnValType[ nC * nRowCount + nR ]); in IsValue()383 { return !mnValType || IsValueType( mnValType[nIndex] ) || in IsValueOrEmpty()390 return !mnValType || IsValueType( mnValType[ nC * nRowCount + nR ]) || in IsValueOrEmpty()
145 ElseIf t1.GetInterfaces().Length > 0 And Not t1.IsValueType148 ElseIf Not t1.IsValueType154 ElseIf t1.IsValueType
107 else if (t1->GetInterfaces()->Length > 0 && ! t1->IsValueType)112 else if ( ! t1->IsValueType)122 else if (t1->IsValueType)
86 else if (t1.GetInterfaces().Length > 0 && ! t1.IsValueType) in compareData()91 else if ( ! t1.IsValueType) in compareData()101 else if (t1.IsValueType) in compareData()
1767 if (arTypeParameters[i+1]->IsValueType) in complete_service_type()1798 if (arTypeParameters[i+1]->IsValueType) in complete_service_type()
1959 if (!ScMatrix::IsValueType( nMatValType)) in GetURLResult()
1324 if( ScMatrix::IsValueType( nType ) ) // value, boolean, or error in ProcessMatrix()
Completed in 121 milliseconds