Home
last modified time | relevance | path

Searched refs:m_aClones (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/dbaccess/source/core/api/
H A DRowSet.cxx554 connectivity::OWeakRefArray::iterator aEnd = m_aClones.end(); in freeResources()
555 for (connectivity::OWeakRefArray::iterator i = m_aClones.begin(); aEnd != i; i++) in freeResources()
561 m_aClones.clear(); in freeResources()
2081 m_aClones.push_back(WeakReferenceHelper(xRet)); in createResultSet()
2155 connectivity::OWeakRefArray::iterator aEnd = m_aClones.end(); in notifyRowSetAndClonesRowDelete()
2156 for (connectivity::OWeakRefArray::iterator i = m_aClones.begin(); aEnd != i; i++) in notifyRowSetAndClonesRowDelete()
2173 connectivity::OWeakRefArray::iterator aEnd = m_aClones.end(); in notifyRowSetAndClonesRowDeleted()
2174 for (connectivity::OWeakRefArray::iterator i = m_aClones.begin(); aEnd != i; i++) in notifyRowSetAndClonesRowDeleted()
H A DRowSet.hxx89 connectivity::OWeakRefArray m_aClones; member in dbaccess::ORowSet

Completed in 26 milliseconds