Searched refs:PutBoolean (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sc/inc/ |
H A D | scmatrix.hxx | 284 void PutBoolean( bool bVal, SCSIZE nC, SCSIZE nR); 285 void PutBoolean( bool bVal, SCSIZE nIndex);
|
/aoo42x/main/sc/source/core/tool/ |
H A D | scmatrix.cxx | 372 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 D | token.cxx | 1549 pArray->PutBoolean( true, nCol, nRow ); in MergeArray() 1553 pArray->PutBoolean( false, nCol, nRow ); in MergeArray()
|
H A D | rangeseq.cxx | 436 pMatrix->PutBoolean( (fVal ? true : false), in CreateMixedMatrix()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xihelper.cxx | 897 xScMatrix->PutBoolean( pValue->GetBool(), nScCol, nScRow ); in CreateScMatrix()
|
H A D | excform.cxx | 1973 pMatrix->PutBoolean( nByte != 0, nC, nR ); in ReadExtensionArray()
|
Completed in 79 milliseconds