Searched refs:xFoo (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/cppu/qa/ |
H A D | test_reference.cxx | 108 Reference< Interface1 > xFoo( new Foo ); in testUnoSetThrow() local 116 …try { Reference< Interface1 > x( xFoo, UNO_SET_THROW ); (void)x; } catch( const RuntimeException& … in testUnoSetThrow() 125 …try { Reference< Interface1 > x( xFoo.get(), UNO_SET_THROW ); (void)x; } catch( const RuntimeExcep… in testUnoSetThrow() 135 …try { x.set( xFoo, UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException = true; } in testUnoSetThrow() 144 …try { x.set( xFoo.get(), UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException = … in testUnoSetThrow()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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 27 milliseconds