Lines Matching refs:rOut
63 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
113 BOOL MyPythonRoot::queryInterface( Uik aUik, XInterfaceRef &rOut ) in queryInterface() argument
116 rOut = ( XInvokation * ) this; in queryInterface()
119 return OWeakObject::queryInterface( aUik , rOut ); in queryInterface()
237 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
299 BOOL TestListener::queryInterface( Uik aUik, XInterfaceRef & rOut ) in queryInterface() argument
302 rOut = (XEngineListener*)this; in queryInterface()
304 return OWeakObject::queryInterface( aUik, rOut ); in queryInterface()
343 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
388 BOOL PythonCodeLibrary::queryInterface( Uik aUik, XInterfaceRef & rOut ) in queryInterface() argument
391 rOut = (XLibraryAccess* ) this; in queryInterface()
394 return OWeakObject::queryInterface( aUik , rOut ); in queryInterface()