Home
last modified time | relevance | path

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

/trunk/main/extensions/workben/
H A Dpythonautotest.cxx314 OSL_ASSERT( xInvoke->hasProperty( L"list" ) ); in checkInvokation()
315 anyList = xInvoke->getValue( L"list" ); in checkInvokation()
422 XInvokationRef xInvoke( x, USR_QUERY ); in main() local
448 any = xInvoke->getValue( L"nIntTest" ); in main()
458 OSL_ASSERT( xInvoke->hasMethod( L"foo" ) ); in main()
459 UsrAny any = xInvoke->invoke( L"foo" , in main()
484 checkInvokation( xInvoke ); in main()
558 UsrAny any = xInvoke->getValue( L"x" ); in main()
583 UsrAny any = xInvoke->getValue( L"x" ); in main()
587 any = xInvoke->getValue( L"z" ); in main()
[all …]

Completed in 11 milliseconds