Home
last modified time | relevance | path

Searched refs:findInfo (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx238 if (0 != findInfo( fromType )) // proxy supports demanded interface in CanCastTo()
276 if (0 != findInfo( fromType )) in CanCastTo()
293 OSL_ASSERT( 0 != proxy->findInfo( fromType ) ); in CanCastTo()
296 OSL_ASSERT( 0 != findInfo( fromType ) ); in CanCastTo()
396 UnoInterfaceInfo * UnoInterfaceProxy::findInfo( ::System::Type * type ) in findInfo() function in cli_uno::UnoInterfaceProxy
410 UnoInterfaceInfo * info = proxy->findInfo( type ); in findInfo()
440 UnoInterfaceInfo* info = findInfo( typeBeingCalled ); in Invoke()
H A Dcli_proxy.h83 UnoInterfaceInfo * findInfo( ::System::Type * type );

Completed in 21 milliseconds