Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A Dservice2_impl.cxx85 virtual OUString SAL_CALL methodTwo( )
129 OUString MyService2Impl::methodTwo( ) in methodTwo() function in my_sc_impl::MyService2Impl
H A Dservice1_impl.cxx88 virtual OUString SAL_CALL methodTwo( )
192 OUString MyService1Impl::methodTwo( ) in methodTwo() function in my_sc_impl::MyService1Impl
H A DTestCppComponent.cxx58 s = xSomething->methodTwo(); in SAL_IMPLEMENT_MAIN()
H A Dsome.idl33 string methodTwo();
/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/
H A DTestComponentB.java45 public String methodTwo(String val) { in methodTwo() method in TestComponentB
H A DXSomethingB.idl31 string methodTwo([in]string value);
H A DTestJavaComponent.java112 String s= xSomethingB.methodTwo("Hello World!"); in main()

Completed in 37 milliseconds