Home
last modified time | relevance | path

Searched refs:ORowSetMatrix (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/dbaccess/source/core/api/
H A DRowSetCacheIterator.hxx38 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;
H A DRowSetCache.hxx127 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 the table
133ORowSetMatrix* m_pInsertMatrix; // represent the rows which should be inserted normally this …
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);
[all …]
H A DRowSetCacheIterator.cxx46 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 ==()
H A DRowSetCache.cxx397 m_pMatrix = new ORowSetMatrix(_nSize); in setFetchSize()
749 ORowSetMatrix::iterator aIter; in fillMatrix()
788 ORowSetMatrix::iterator aEnd = aIter; in fillMatrix()
897 ORowSetMatrix::iterator aOldPos; in moveWindow()
903 ORowSetMatrix::iterator aCurrentPos; in moveWindow()
929 ORowSetMatrix::iterator aIter = m_pMatrix->begin(); in moveWindow()
982 ORowSetMatrix::iterator aIter = m_pMatrix->begin(); in moveWindow()
1367 ORowSetMatrix::iterator aPos = calcPosition(); in deleteRow()
1370 ORowSetMatrix::iterator aEnd = m_pMatrix->end(); in deleteRow()
1619 ORowSetMatrix::iterator ORowSetCache::calcPosition() const in calcPosition()
[all …]
H A DStaticSet.hxx37 ORowSetMatrix m_aSet;
38 ORowSetMatrix::iterator m_aSetIter;
H A DRowSetBase.cxx266 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()
H A DRowSetRow.hxx43 typedef ::std::vector< ORowSetRow > ORowSetMatrix; typedef
H A DStaticSet.cxx367 ORowSetMatrix::iterator aPos = m_aSet.begin()+(_rDeleteRow->get())[0].getInt32(); in deleteRow()

Completed in 71 milliseconds