Home
last modified time | relevance | path

Searched refs:IsBooleanType (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/inc/
H A Dscmatrix.hxx137 inline static bool IsBooleanType( ScMatValType nType ) in IsBooleanType() function in ScMatrix
397 { return mnValType && IsBooleanType( mnValType[nIndex]); } in IsBoolean()
403 return mnValType && IsBooleanType( mnValType[ nC * nRowCount + nR ]); in IsBoolean()
/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx1326 if( ScMatrix::IsBooleanType( nType ) ) in ProcessMatrix()

Completed in 32 milliseconds