Lines Matching refs:ODescriptor
44 ODescriptor::ODescriptor(::cppu::OBroadcastHelper& _rBHelper,sal_Bool _bCase, sal_Bool _bNew) in ODescriptor() function in connectivity::sdbcx::ODescriptor
53 …sal_Int64 SAL_CALL ODescriptor::getSomething( const Sequence< sal_Int8 >& rId ) throw(RuntimeExcep… in getSomething()
61 ODescriptor* ODescriptor::getImplementation( const Reference< XInterface >& _rxSomeComp ) in getImplementation()
65 …return reinterpret_cast< ODescriptor* >( xTunnel->getSomething( getUnoTunnelImplementationId() ) ); in getImplementation()
89 ::cppu::IPropertyArrayHelper* ODescriptor::doCreateArrayHelper() const in doCreateArrayHelper()
103 sal_Bool ODescriptor::isNew( const Reference< XInterface >& _rxDescriptor ) in isNew()
105 ODescriptor* pImplementation = getImplementation( _rxDescriptor ); in isNew()
110 Sequence< sal_Int8 > ODescriptor::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
126 Any SAL_CALL ODescriptor::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
133 void ODescriptor::setNew(sal_Bool _bNew) in setNew()
139 Sequence< Type > SAL_CALL ODescriptor::getTypes( ) throw(RuntimeException) in getTypes()