Lines Matching refs:ORowSetMatrix
127 ORowSetMatrix* m_pMatrix; // represent the table struct
128 ORowSetMatrix::iterator m_aMatrixIter; // represent a row of the table
129 …ORowSetMatrix::iterator m_aMatrixEnd; // present the row behind the last row of …
133 …ORowSetMatrix* m_pInsertMatrix; // represent the rows which should be inse…
134 ORowSetMatrix::iterator m_aInsertRow; // represent a insert row
156 …sal_Bool fill(ORowSetMatrix::iterator& _aIter,const ORowSetMatrix::iterator& _aEnd,sal_Int32& _nPo…
165 void rotateCacheIterator(ORowSetMatrix::difference_type _nDist);
187 ORowSetMatrix::iterator calcPosition() const;
190 ORowSetMatrix::iterator& getEnd() { return m_aMatrixEnd;} in getEnd()
207 void setUpdateIterator(const ORowSetMatrix::iterator& _rOriginalRow);
259 …void updateRow( ORowSetMatrix::iterator& _rUpdateRow,::std::vector< ::com::sun::star::uno::Any >& …