Home
last modified time | relevance | path

Searched refs:_pInterface (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/cppu/inc/com/sun/star/uno/
H A DReference.hxx113 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 DReference.h63 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()
/aoo42x/main/unotools/inc/unotools/
H A Dsharedunocomponent.hxx176 …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 …]
/aoo42x/main/connectivity/source/inc/ado/
H A DAolewrap.hxx112 void setWithOutAddRef(T* _pInterface) in setWithOutAddRef() argument
114 pInterface = _pInterface; in setWithOutAddRef()
115 WpBase::setIDispatch(_pInterface); in setWithOutAddRef()
/aoo42x/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx781 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 57 milliseconds