Searched refs:ORowSetClone (Results 1 – 3 of 3) sorted by relevance
2079 ORowSetClone* pClone = new ORowSetClone( m_aContext, *this, m_pMutex ); in createResultSet()2161 …ORowSetClone* pClone = reinterpret_cast<ORowSetClone*>(xTunnel->getSomething(ORowSetClone::getUnoT… in notifyRowSetAndClonesRowDelete()2179 …ORowSetClone* 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 …]
78 friend class ORowSetClone;463 class ORowSetClone : public comphelper::OBaseMutex class466 ,public ::comphelper::OPropertyArrayUsageHelper < ORowSetClone >483 …ORowSetClone( const ::comphelper::ComponentContext& _rContext, ORowSet& rParent, ::osl::Mutex* _pM…484 virtual ~ORowSetClone();
113 friend class ORowSetClone;
Completed in 27 milliseconds