Home
last modified time | relevance | path

Searched refs:ORowSetClone (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/dbaccess/source/core/api/
H A DRowSet.cxx2079 ORowSetClone* pClone = new ORowSetClone( m_aContext, *this, m_pMutex ); in createResultSet()
2161ORowSetClone* pClone = reinterpret_cast<ORowSetClone*>(xTunnel->getSomething(ORowSetClone::getUnoT… in notifyRowSetAndClonesRowDelete()
2179ORowSetClone* pClone = reinterpret_cast<ORowSetClone*>(xTunnel->getSomething(ORowSetClone::getUnoT… in notifyRowSetAndClonesRowDeleted()
2799 DBG_NAME(ORowSetClone);
2809 DBG_CTOR(ORowSetClone, NULL); in ORowSetClone()
2892 ORowSetClone::~ORowSetClone() in ~ORowSetClone()
2894 DBG_DTOR(ORowSetClone, NULL); in ~ORowSetClone()
2912 void ORowSetClone::acquire() throw() in acquire()
2918 void ORowSetClone::release() throw() in release()
2947 void ORowSetClone::disposing() in disposing()
[all …]
H A DRowSet.hxx78 friend class ORowSetClone;
463 class ORowSetClone : public comphelper::OBaseMutex class
466 ,public ::comphelper::OPropertyArrayUsageHelper < ORowSetClone >
483ORowSetClone( const ::comphelper::ComponentContext& _rContext, ORowSet& rParent, ::osl::Mutex* _pM…
484 virtual ~ORowSetClone();
H A DRowSetCache.hxx113 friend class ORowSetClone;

Completed in 38 milliseconds