Lines Matching refs:ORowSetClone

2079         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()
2912 void ORowSetClone::acquire() throw() in acquire()
2918 void ORowSetClone::release() throw() in release()
2925 rtl::OUString ORowSetClone::getImplementationName( ) throw(RuntimeException) in getImplementationName()
2931 sal_Bool ORowSetClone::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeExcept… in supportsService()
2937 Sequence< ::rtl::OUString > ORowSetClone::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
2947 void ORowSetClone::disposing() in disposing()
2959 void ORowSetClone::close(void) throw( SQLException, RuntimeException ) in close()
2971 ::cppu::IPropertyArrayHelper* ORowSetClone::createArrayHelper( ) const in createArrayHelper()
2980 ::cppu::IPropertyArrayHelper& SAL_CALL ORowSetClone::getInfoHelper() in getInfoHelper()
2982 typedef ::comphelper::OPropertyArrayUsageHelper<ORowSetClone> ORowSetClone_PROP; in getInfoHelper()
2987 Sequence< sal_Int8 > ORowSetClone::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
3003 sal_Int64 SAL_CALL ORowSetClone::getSomething( const Sequence< sal_Int8 >& rId ) throw(RuntimeExcep… in getSomething()
3011 void SAL_CALL ORowSetClone::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) t… in setFastPropertyValue_NoBroadcast()
3023 void ORowSetClone::doCancelModification( ) in doCancelModification()
3029 sal_Bool ORowSetClone::isModification( ) in isModification()
3035 sal_Bool ORowSetClone::isModified( ) in isModified()
3041 sal_Bool ORowSetClone::isNew( ) in isNew()
3047 void SAL_CALL ORowSetClone::execute( ) throw(SQLException, RuntimeException) in execute()
3053 void SAL_CALL ORowSetClone::addRowSetListener( const Reference< XRowSetListener >& ) throw(RuntimeE… in addRowSetListener()
3059 void SAL_CALL ORowSetClone::removeRowSetListener( const Reference< XRowSetListener >& ) throw(Runti… in removeRowSetListener()