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);
2801 ORowSetClone::ORowSetClone( const ::comphelper::ComponentContext& _rContext, ORowSet& rParent, ::os… in ORowSetClone() function in dbaccess::ORowSetClone
2809 DBG_CTOR(ORowSetClone, NULL); in ORowSetClone()
2892 ORowSetClone::~ORowSetClone() in ~ORowSetClone()
2894 DBG_DTOR(ORowSetClone, NULL); in ~ORowSetClone()
2898 Sequence< Type > ORowSetClone::getTypes() throw (RuntimeException) in getTypes()
2904 Any ORowSetClone::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface()
[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;