Searched refs:xFoo (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/cppu/qa/ |
H A D | test_reference.cxx | 103 Reference< Interface1 > xFoo( new Foo ); in TEST_F() local 111 …try { Reference< Interface1 > x( xFoo, UNO_SET_THROW ); (void)x; } catch( const RuntimeException& … in TEST_F() 120 …try { Reference< Interface1 > x( xFoo.get(), UNO_SET_THROW ); (void)x; } catch( const RuntimeExcep… in TEST_F() 130 …try { x.set( xFoo, UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException = true; } in TEST_F() 139 …try { x.set( xFoo.get(), UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException = … in TEST_F()
|
/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentMetadataAccess.java | 449 XURI xFoo = URI.createNS(xContext, xBaseURI.getStringValue(), in check() local 452 new Statement(xBaseURI, pkg_hasPart, xFoo, manifest); in check() 454 new Statement(xFoo, rdf_type, pkg_MetadataFile, manifest); in check() 456 new Statement(xFoo, rdf_type, bar, manifest); in check() 466 graphsBar.length == 1 && eq(graphsBar[0], xFoo)); in check() 469 xDocMDAccess.removeMetadataFile(xFoo); in check()
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 2282 XElement xFoo = xDoc.createElement("foo"); in testXNodeList_ChildList() local 2296 xRoot.appendChild(xFoo); in testXNodeList_ChildList() 2298 assertEquals("ChildList.item", xFoo, xChildList.item(0)); in testXNodeList_ChildList() 2302 assertEquals("ChildList.item", xFoo, xChildList.item(0)); in testXNodeList_ChildList() 2307 assertEquals("ChildList.item", xFoo, xChildList.item(0)); in testXNodeList_ChildList() 2313 assertEquals("ChildList.item", xFoo, xChildList.item(0)); in testXNodeList_ChildList()
|
/aoo42x/main/udkapi/com/sun/star/beans/ |
H A D | XIntrospectionAccess.idl | 259 <code>addFooListener( XFooListener xFoo )</code> and 260 <code>removeFooListener( XFooListener xFoo )</code>
|
Completed in 38 milliseconds