Home
last modified time | relevance | path

Searched refs:PutBoolean (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/inc/
H A Dscmatrix.hxx284 void PutBoolean( bool bVal, SCSIZE nC, SCSIZE nR);
285 void PutBoolean( bool bVal, SCSIZE nIndex);
/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx372 void ScMatrix::PutBoolean(bool bVal, SCSIZE nC, SCSIZE nR) in PutBoolean() function in ScMatrix
375 PutBoolean( bVal, CalcOffset( nC, nR) ); in PutBoolean()
382 void ScMatrix::PutBoolean( bool bVal, SCSIZE nIndex) in PutBoolean() function in ScMatrix
H A Dtoken.cxx1549 pArray->PutBoolean( true, nCol, nRow ); in MergeArray()
1553 pArray->PutBoolean( false, nCol, nRow ); in MergeArray()
H A Drangeseq.cxx436 pMatrix->PutBoolean( (fVal ? true : false), in CreateMixedMatrix()
/trunk/main/sc/source/filter/excel/
H A Dxihelper.cxx897 xScMatrix->PutBoolean( pValue->GetBool(), nScCol, nScRow ); in CreateScMatrix()
H A Dexcform.cxx1973 pMatrix->PutBoolean( nByte != 0, nC, nR ); in ReadExtensionArray()

Completed in 44 milliseconds