Searched refs:ORowSetMatrix (Results 1 – 8 of 8) sorted by relevance
127 ORowSetMatrix* m_pMatrix; // represent the table struct128 ORowSetMatrix::iterator m_aMatrixIter; // represent a row of the table129 …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 row156 …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);[all …]
38 ORowSetMatrix::iterator aIterator;65 ORowSetCacheIterator& operator =(const ORowSetMatrix::iterator&);66 operator ORowSetMatrix::iterator();71 ORowSetMatrix::iterator& operator ->();72 const ORowSetMatrix::iterator& operator ->() const;74 bool operator <=(const ORowSetMatrix::iterator& _rRH) const;75 bool operator <(const ORowSetMatrix::iterator& _rRH) const;76 bool operator !=(const ORowSetMatrix::iterator& _rRH) const;77 bool operator ==(const ORowSetMatrix::iterator& _rRH) const;
46 ORowSetCacheIterator::operator ORowSetMatrix::iterator() in operator ORowSetMatrix::iterator()63 ORowSetCacheIterator& ORowSetCacheIterator::operator =(const ORowSetMatrix::iterator& _rIter) in operator =()85 ORowSetMatrix::iterator& ORowSetCacheIterator::operator ->() in operator ->()90 const ORowSetMatrix::iterator& ORowSetCacheIterator::operator ->() const in operator ->()101 bool ORowSetCacheIterator::operator <=(const ORowSetMatrix::iterator& _rRH) const in operator <=()106 bool ORowSetCacheIterator::operator <(const ORowSetMatrix::iterator& _rRH) const in operator <()111 bool ORowSetCacheIterator::operator !=(const ORowSetMatrix::iterator& _rRH) const in operator !=()116 bool ORowSetCacheIterator::operator ==(const ORowSetMatrix::iterator& _rRH) const in operator ==()
79 #define CHECK_MATRIX_POS(M) OSL_ENSURE(((M) >= static_cast<ORowSetMatrix::difference_type>(0)) && (…397 m_pMatrix = new ORowSetMatrix(_nSize); in setFetchSize()401 m_pInsertMatrix = new ORowSetMatrix(1); // a little bit overkill but ??? :-) in setFetchSize()749 ORowSetMatrix::iterator aIter; in fillMatrix()788 ORowSetMatrix::iterator aEnd = aIter; in fillMatrix()789 ORowSetMatrix::iterator aRealEnd = m_pMatrix->end(); in fillMatrix()851 ORowSetMatrix::iterator aEnd; // the iterator we need for rotate in moveWindow()852 ORowSetMatrix::iterator aIter; // the iterator we fill with new values in moveWindow()897 ORowSetMatrix::iterator aOldPos; in moveWindow()903 ORowSetMatrix::iterator aCurrentPos; in moveWindow()[all …]
37 ORowSetMatrix m_aSet;38 ORowSetMatrix::iterator m_aSetIter;
266 ORowSetMatrix::iterator aCacheEnd; in impl_getValue()267 ORowSetMatrix::iterator aCurrentRow; in impl_getValue()274 ORowSetMatrix::iterator k = aHelper.aIterator; in impl_getValue()1285 ORowSetMatrix::iterator atest; in firePropertyChange()
43 typedef ::std::vector< ORowSetRow > ORowSetMatrix; typedef
367 ORowSetMatrix::iterator aPos = m_aSet.begin()+(_rDeleteRow->get())[0].getInt32(); in deleteRow()