Lines Matching refs:BOOL
63 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
89 BOOL hasMethod(const UString& Name) const THROWS( (UsrSystemException) );
90 BOOL hasProperty(const UString& Name) const THROWS( (UsrSystemException) );
113 BOOL MyPythonRoot::queryInterface( Uik aUik, XInterfaceRef &rOut ) in queryInterface()
183 BOOL MyPythonRoot::hasMethod(const UString& Name) const THROWS( (UsrSystemException) ) in hasMethod()
198 BOOL MyPythonRoot::hasProperty(const UString& Name) const THROWS( (UsrSystemException) ) in hasProperty()
237 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
299 BOOL TestListener::queryInterface( Uik aUik, XInterfaceRef & rOut ) in queryInterface()
343 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
349 virtual BOOL isFunction(const UString& FunctionName) THROWS( (UsrSystemException) ) in isFunction()
354 virtual BOOL isValidPath(const UString& PathName) THROWS( (UsrSystemException) ) in isValidPath()
388 BOOL PythonCodeLibrary::queryInterface( Uik aUik, XInterfaceRef & rOut ) in queryInterface()