Home
last modified time | relevance | path

Searched refs:aInterface (Results 1 – 8 of 8) sorted by relevance

/trunk/main/extensions/source/activex/main/
H A DSODispatchInterceptor.h157 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 DSOComWindowPeer.h141 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 DSOActionsApproval.h94 CComBSTR aInterface( OLESTR( "com.sun.star.embed.XActionsApproval" ) ); in get_Bridge_implementedInterfaces() local
95 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
/trunk/main/odk/examples/OLE/activex/
H A DSOComWindowPeer.h138 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()
/trunk/main/cppu/qa/
H A Dtest_reference.cxx55 Any aInterface; in queryInterface() local
59 aInterface.setValue( &ref, _type ); in queryInterface()
64 aInterface.setValue( &ref, _type ); in queryInterface()
/trunk/main/autodoc/source/display/idl/
H A Dhi_main.cxx419 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()
/trunk/main/sw/source/ui/inc/
H A Dunotxvw.hxx100 …virtual sal_Bool SAL_CALL select(const ::com::sun::star::uno::Any& aInterface) throw( ::com::sun::…
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx284 sal_Bool SwXTextView::select(const uno::Any& aInterface) throw( lang::IllegalArgumentException, uno… in select() argument
288 if(GetView() && (aInterface >>= xInterface)) in select()

Completed in 44 milliseconds