Home
last modified time | relevance | path

Searched refs:IsValueType (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/sc/source/core/tool/
H A Dscmatrix.cxx696 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()
H A Dinterpr2.cxx2630 if (ScMatrix::IsValueType( nResultType)) in ScHyperLink()
H A Dinterpr1.cxx135 bool bIsValue = ScMatrix::IsValueType( nType); in ScIfJump()
267 bool bIsValue = ScMatrix::IsValueType( nType); in ScChoseJump()
/aoo41x/main/sc/inc/
H A Dscmatrix.hxx131 inline static bool IsValueType( ScMatValType nType ) in IsValueType() function in ScMatrix
372 { 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()
/aoo41x/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb145 ElseIf t1.GetInterfaces().Length > 0 And Not t1.IsValueType
148 ElseIf Not t1.IsValueType
154 ElseIf t1.IsValueType
H A Dcli_cpp_bridgetest.cxx107 else if (t1->GetInterfaces()->Length > 0 && ! t1->IsValueType)
112 else if ( ! t1->IsValueType)
122 else if (t1->IsValueType)
H A Dcli_cs_bridgetest.cs86 else if (t1.GetInterfaces().Length > 0 && ! t1.IsValueType) in compareData()
91 else if ( ! t1.IsValueType) in compareData()
101 else if (t1.IsValueType) in compareData()
/aoo41x/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx1767 if (arTypeParameters[i+1]->IsValueType) in complete_service_type()
1798 if (arTypeParameters[i+1]->IsValueType) in complete_service_type()
/aoo41x/main/sc/source/core/data/
H A Dcell.cxx1959 if (!ScMatrix::IsValueType( nMatValType)) in GetURLResult()
/aoo41x/main/sc/source/filter/excel/
H A Dxeformula.cxx1324 if( ScMatrix::IsValueType( nType ) ) // value, boolean, or error in ProcessMatrix()

Completed in 146 milliseconds