Searched refs:aInterface (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/extensions/source/activex/main/ |
H A D | SODispatchInterceptor.h | 157 CComBSTR aInterface( OLESTR( "com.sun.star.frame.XDispatchProviderInterceptor" ) ); in get_Bridge_implementedInterfaces() local 158 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces() 161 aInterface = CComBSTR( OLESTR( "com.sun.star.frame.XDispatchProvider" ) ); in get_Bridge_implementedInterfaces() 162 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces() 165 aInterface = CComBSTR( OLESTR( "com.sun.star.frame.XDispatch" ) ); in get_Bridge_implementedInterfaces() 166 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces() 169 aInterface = CComBSTR( OLESTR( "com.sun.star.frame.XInterceptorInfo" ) ); in get_Bridge_implementedInterfaces() 170 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
|
H A D | SOComWindowPeer.h | 141 CComBSTR aInterface( OLESTR( "com.sun.star.awt.XSystemDependentWindowPeer" ) ); in get_Bridge_implementedInterfaces() local 142 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces() 145 aInterface = CComBSTR( OLESTR( "com.sun.star.awt.XWindowPeer" ) ); in get_Bridge_implementedInterfaces() 146 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
|
H A D | SOActionsApproval.h | 94 CComBSTR aInterface( OLESTR( "com.sun.star.embed.XActionsApproval" ) ); in get_Bridge_implementedInterfaces() local 95 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
|
/aoo42x/main/odk/examples/OLE/activex/ |
H A D | SOComWindowPeer.h | 138 CComBSTR aInterface( OLESTR( "com.sun.star.awt.XSystemDependentWindowPeer" ) ); in get_Bridge_implementedInterfaces() local 139 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces() 142 aInterface = CComBSTR( OLESTR( "com.sun.star.awt.XWindowPeer" ) ); in get_Bridge_implementedInterfaces() 143 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
|
/aoo42x/main/cppu/qa/ |
H A D | test_reference.cxx | 55 Any aInterface; in queryInterface() local 59 aInterface.setValue( &ref, _type ); in queryInterface() 64 aInterface.setValue( &ref, _type ); in queryInterface()
|
/aoo42x/main/autodoc/source/display/idl/ |
H A D | hi_main.cxx | 419 HF_IdlInterface aInterface( *pEnv, pMyFile->Body() ); in do_InterfaceDescr() local 420 Guard_CurFactoryPtr gFactory(pCurFactory,aInterface); in do_InterfaceDescr() 422 aInterface.Produce_byData(i_ce); in do_InterfaceDescr()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | unotxvw.hxx | 100 …virtual sal_Bool SAL_CALL select(const ::com::sun::star::uno::Any& aInterface) throw( ::com::sun::…
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 284 sal_Bool SwXTextView::select(const uno::Any& aInterface) throw( lang::IllegalArgumentException, uno… in select() argument 288 if(GetView() && (aInterface >>= xInterface)) in select()
|
Completed in 94 milliseconds