Home
last modified time | relevance | path

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

/trunk/main/cppu/qa/
H A Dtest_reference.cxx103 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()
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java449 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()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2282 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()
/trunk/main/udkapi/com/sun/star/beans/
H A DXIntrospectionAccess.idl259 <code>addFooListener( XFooListener xFoo )</code> and
260 <code>removeFooListener( XFooListener xFoo )</code>

Completed in 48 milliseconds