Lines Matching refs:ScMatrix
42 void ScMatrix::CreateMatrix(SCSIZE nC, SCSIZE nR) // nur fuer ctor in CreateMatrix()
61 void ScMatrix::Clear() in Clear()
67 ScMatrix::~ScMatrix() in ~ScMatrix()
72 ScMatrix* ScMatrix::Clone() const in Clone()
74 ScMatrix* pScMat = new ScMatrix( nColCount, nRowCount); in Clone()
80 ScMatrix* ScMatrix::CloneIfConst() in CloneIfConst()
85 void ScMatrix::Resize( SCSIZE nC, SCSIZE nR) in Resize()
91 ScMatrix* ScMatrix::CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const in CloneAndExtend()
93 ScMatrix* pScMat = new ScMatrix( nNewCols, nNewRows); in CloneAndExtend()
99 void ScMatrix::SetErrorAtInterpreter( sal_uInt16 nError ) const in SetErrorAtInterpreter()
110 ScMatrix::ScMatrix(SvStream& /* rStream */) in ScMatrix() function in ScMatrix
167 void ScMatrix::Store(SvStream& /* rStream */) const in Store()
221 void ScMatrix::ResetIsString() in ResetIsString()
238 void ScMatrix::DeleteIsString() in DeleteIsString()
254 void ScMatrix::PutDouble(double fVal, SCSIZE nC, SCSIZE nR) in PutDouble()
264 void ScMatrix::PutString(const String& rStr, SCSIZE nC, SCSIZE nR) in PutString()
274 void ScMatrix::PutString(const String& rStr, SCSIZE nIndex) in PutString()
288 void ScMatrix::PutStringEntry( const String* pStr, sal_uInt8 bFlag, SCSIZE nIndex ) in PutStringEntry()
318 void ScMatrix::PutEmpty(SCSIZE nC, SCSIZE nR) in PutEmpty()
328 void ScMatrix::PutEmpty(SCSIZE nIndex) in PutEmpty()
345 void ScMatrix::PutEmptyPath(SCSIZE nC, SCSIZE nR) in PutEmptyPath()
355 void ScMatrix::PutEmptyPath(SCSIZE nIndex) in PutEmptyPath()
372 void ScMatrix::PutBoolean(bool bVal, SCSIZE nC, SCSIZE nR) in PutBoolean()
382 void ScMatrix::PutBoolean( bool bVal, SCSIZE nIndex) in PutBoolean()
397 sal_uInt16 ScMatrix::GetError( SCSIZE nC, SCSIZE nR) const in GetError()
408 double ScMatrix::GetDouble(SCSIZE nC, SCSIZE nR) const in GetDouble()
419 const String& ScMatrix::GetString(SCSIZE nC, SCSIZE nR) const in GetString()
440 String ScMatrix::GetString( SvNumberFormatter& rFormatter, SCSIZE nIndex) const in GetString()
472 String ScMatrix::GetString( SvNumberFormatter& rFormatter, SCSIZE nC, SCSIZE nR) const in GetString()
487 const ScMatrixValue* ScMatrix::Get(SCSIZE nC, SCSIZE nR, ScMatValType& nType) const in Get()
506 void ScMatrix::MatCopy(ScMatrix& mRes) const in MatCopy()
578 void ScMatrix::MatTrans(ScMatrix& mRes) const in MatTrans()
663 void ScMatrix::FillDouble( double fVal, SCSIZE nC1, SCSIZE nR1, SCSIZE nC2, SCSIZE nR2 ) in FillDouble()
690 void ScMatrix::CompareEqual() in CompareEqual()
708 void ScMatrix::CompareNotEqual() in CompareNotEqual()
726 void ScMatrix::CompareLess() in CompareLess()
744 void ScMatrix::CompareGreater() in CompareGreater()
762 void ScMatrix::CompareLessEqual() in CompareLessEqual()
780 void ScMatrix::CompareGreaterEqual() in CompareGreaterEqual()
798 double ScMatrix::And() in And()
829 double ScMatrix::Or() in Or()
858 double ScMatrix::Xor() in Xor()