Searched refs:_pInterface (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/cppu/inc/com/sun/star/uno/ |
H A D | Reference.hxx | 113 if (_pInterface) in ~Reference() 120 _pInterface = 0; in Reference() 126 _pInterface = rRef._pInterface; in Reference() 127 if (_pInterface) in Reference() 135 if (_pInterface) in Reference() 174 _pInterface = NULL; in Reference() 212 if (_pInterface) in clear() 215 _pInterface = 0; in clear() 378 return (x1._pInterface == x2._pInterface); in operator ==() 392 if (_pInterface == rRef._pInterface) in operator <() [all …]
|
H A D | Reference.h | 63 XInterface * _pInterface; member in com::sun::star::uno::BaseReference 91 { return _pInterface; } in get() 98 { return (0 != _pInterface); } in is() 359 { return castFromXInterface(_pInterface); } in operator ->() 366 { return castFromXInterface(_pInterface); } in get()
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | sharedunocomponent.hxx | 176 …inline SharedUNOComponent( const ::com::sun::star::uno::XInterface* _pInterface, ::com::sun::star:… in SharedUNOComponent() argument 178 set( _pInterface, _queryThrow ); in SharedUNOComponent() 209 …inline bool set( ::com::sun::star::uno::XInterface* _pInterface, ::com::sun::star::uno::UnoReferen… 214 …inline void set( const ::com::sun::star::uno::XInterface* _pInterface, ::com::sun::star::uno::UnoR… 218 …inline void set( const INTERFACE* _pInterface, ::com::sun::star::uno::UnoReference_SetThrow _setTh… 295 … INTERFACE, COMPONENT >::set( const ::com::sun::star::uno::XInterface* _pInterface, ::com::sun::st… in set() argument 297 … reset( ::com::sun::star::uno::Reference< INTERFACE >( _pInterface, _queryThrow ), TakeOwnership ); in set() 316 …void SharedUNOComponent< INTERFACE, COMPONENT >::set( const INTERFACE* _pInterface, ::com::sun::st… in set() argument 318 … reset( ::com::sun::star::uno::Reference< INTERFACE >( _pInterface, _setThrow ), TakeOwnership ); in set() 340 …onent< INTERFACE, COMPONENT >::set( ::com::sun::star::uno::XInterface* _pInterface, ::com::sun::st… in set() argument [all …]
|
/aoo4110/main/connectivity/source/inc/ado/ |
H A D | Aolewrap.hxx | 112 void setWithOutAddRef(T* _pInterface) in setWithOutAddRef() argument 114 pInterface = _pInterface; in setWithOutAddRef() 115 WpBase::setIDispatch(_pInterface); in setWithOutAddRef()
|
/aoo4110/main/connectivity/source/drivers/ado/ |
H A D | Awrapado.cxx | 781 void WpADORecordset::GetDataSource(IUnknown** _pInterface) const in GetDataSource() 784 pInterface->get_DataSource(_pInterface); in GetDataSource() 787 void WpADORecordset::PutRefDataSource(IUnknown* _pInterface) in PutRefDataSource() argument 790 pInterface->putref_DataSource(_pInterface); in PutRefDataSource()
|
Completed in 26 milliseconds