Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx355 Reference< DBA > xdba( xca, UNO_QUERY ); in dotest() local
356 OSL_ENSURE( xdba->dba().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("dba") ), "### DBA failed!" ); in dotest()
357 OSL_ENSURE( xdba->ba().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ba") ), "### DBA failed!" ); in dotest()
358 OSL_ENSURE( xdba->a().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("a") ), "### DBA failed!" ); in dotest()
359 Reference< E > xe( xdba, UNO_QUERY ); in dotest()

Completed in 9 milliseconds