Home
last modified time | relevance | path

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

/aoo4110/main/extensions/workben/
H A Dpythonautotest.cxx57 class MyPythonRoot : class
62 MyPythonRoot() { m_iTestValue = 15; } in MyPythonRoot() function in MyPythonRoot
113 BOOL MyPythonRoot::queryInterface( Uik aUik, XInterfaceRef &rOut ) in queryInterface()
125 UsrAny MyPythonRoot::invoke( const UString& FunctionName, in invoke()
152 void MyPythonRoot::setValue(const UString& PropertyName, const UsrAny& Value) in setValue()
166 UsrAny MyPythonRoot::getValue(const UString& PropertyName) in getValue()
183 BOOL MyPythonRoot::hasMethod(const UString& Name) const THROWS( (UsrSystemException) ) in hasMethod()
198 BOOL MyPythonRoot::hasProperty(const UString& Name) const THROWS( (UsrSystemException) ) in hasProperty()
425 XInterfaceRef rRoot( (XInvokation * )new MyPythonRoot , USR_QUERY ); in main()

Completed in 19 milliseconds