Lines Matching defs:const
91 ScMatrix* ScMatrix::CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const in CloneAndExtend()
99 void ScMatrix::SetErrorAtInterpreter( sal_uInt16 nError ) const in SetErrorAtInterpreter()
167 void ScMatrix::Store(SvStream& /* rStream */) const in Store()
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()