Searched refs:IsNonValueType (Results 1 – 8 of 8) sorted by relevance
200 if ( mnValType && IsNonValueType( mnValType[i])) in Store()228 if ( IsNonValueType( mnValType[i])) in ResetIsString()245 if (IsNonValueType( mnValType[i])) in DeleteIsString()278 if ( IsNonValueType( mnValType[nIndex]) && pMat[nIndex].pS ) in PutString()300 if ( IsNonValueType( mnValType[nIndex]) && pS ) in PutStringEntry()332 if ( IsNonValueType( mnValType[nIndex]) && pMat[nIndex].pS ) in PutEmpty()359 if ( IsNonValueType( mnValType[nIndex]) && pMat[nIndex].pS ) in PutEmptyPath()386 if ( IsNonValueType( mnValType[nIndex]) && pMat[nIndex].pS ) in PutBoolean()523 if (IsNonValueType( (nType = mnValType[nStart+j]))) in MatCopy()554 if (IsNonValueType( (nType = mnValType[nStart+j]))) in MatCopy()[all …]
4452 rEntry.bQueryByString = ScMatrix::IsNonValueType( nType); in ScMatch()4746 bIsString = ScMatrix::IsNonValueType( nType); in IterateParametersIf()5088 bIsString = ScMatrix::IsNonValueType( nType); in ScCountIf()5305 bIsString = ScMatrix::IsNonValueType( nType); in IterateParametersIfs()6458 rEntry.bQueryByString = ScMatrix::IsNonValueType( nType); in FillEntry()
611 if (ScMatrix::IsNonValueType( nMatValType)) in CalculateMatrixValue()3197 if (ScMatrix::IsNonValueType( nMatValType)) in ScMatRef()
3962 if (ScMatrix::IsNonValueType( nMatValType)) in Interpret()
143 inline static bool IsNonValueType( ScMatValType nType ) in IsNonValueType() function in ScMatrix339 { return mnValType && IsNonValueType( mnValType[nIndex]); } in IsString()345 return mnValType && IsNonValueType( mnValType[ nC * nRowCount + nR ]); in IsString()
131 sal_Bool bIsString = ScMatrix::IsNonValueType( nType); in WriteTable()
747 if( NULL == pMatVal || ScMatrix::IsNonValueType( nMatValType ) ) in GetSelectionFromFormula()
1110 else if( ScMatrix::IsNonValueType( nMatValType ) ) in Save()
Completed in 185 milliseconds