Lines Matching refs:ScMatrix
89 class SC_DLLPUBLIC ScMatrix class
109 ~ScMatrix();
112 ScMatrix( const ScMatrix& );
113 ScMatrix& operator=( const ScMatrix&);
171 ScMatrix( SCSIZE nC, SCSIZE nR) : nRefCnt(0), mbCloneIfConst(true) { CreateMatrix( nC, nR); } in ScMatrix() function in ScMatrix
174 ScMatrix* Clone() const;
178 ScMatrix* CloneIfConst();
192 ScMatrix* CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const;
219 ScMatrix( SvStream& rStream);
410 void MatTrans( ScMatrix& mRes) const;
411 void MatCopy ( ScMatrix& mRes) const;
436 typedef formula::SimpleIntrusiveReference< class ScMatrix > ScMatrixRef;
437 typedef formula::SimpleIntrusiveReference< const class ScMatrix > ScConstMatrixRef;