Lines Matching refs:nType

130                             ScMatValType nType = 0;  in ScIfJump()  local
132 nType); in ScIfJump()
133 bool bIsValue = ScMatrix::IsValueType( nType); in ScIfJump()
146 bIsValue = !ScMatrix::IsRealStringType( nType); in ScIfJump()
262 ScMatValType nType; in ScChoseJump() local
264 nType); in ScChoseJump()
265 bool bIsValue = ScMatrix::IsValueType( nType); in ScChoseJump()
2063 short nType = 0; in ScType() local
2079 nType = 1; // empty cell is value (0) in ScType()
2083 nType = 2; in ScType()
2090 nType = 4; in ScType()
2092 nType = 1; in ScType()
2096 nType = 8; in ScType()
2103 nType = 16; in ScType()
2110 nType = 16; in ScType()
2114 nType = 2; in ScType()
2120 nType = 16; in ScType()
2124 nType = 64; in ScType()
2132 nType = 16; in ScType()
2136 nType = 1; in ScType()
2138 PushInt( nType ); in ScType()
2963 ScMatValType nType = GetDoubleOrStringFromMatrix( fVal, in ScValue() local
2965 switch (nType) in ScValue()
4450 ScMatValType nType = GetDoubleOrStringFromMatrix( in ScMatch() local
4452 rEntry.bQueryByString = ScMatrix::IsNonValueType( nType); in ScMatch()
4745 ScMatValType nType = GetDoubleOrStringFromMatrix( fVal, rString); in IterateParametersIf() local
4746 bIsString = ScMatrix::IsNonValueType( nType); in IterateParametersIf()
5087 ScMatValType nType = GetDoubleOrStringFromMatrix( fVal, rString); in ScCountIf() local
5088 bIsString = ScMatrix::IsNonValueType( nType); in ScCountIf()
5304 ScMatValType nType = GetDoubleOrStringFromMatrix( fVal, rString); in IterateParametersIfs() local
5305 bIsString = ScMatrix::IsNonValueType( nType); in IterateParametersIfs()
6457 const ScMatValType nType = GetDoubleOrStringFromMatrix(rEntry.nVal, *rEntry.pStr); in FillEntry() local
6458 rEntry.bQueryByString = ScMatrix::IsNonValueType( nType); in FillEntry()