Searched refs:xdba (Results 1 – 1 of 1) sorted by relevance
355 Reference< DBA > xdba( xca, UNO_QUERY ); in dotest() local356 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 24 milliseconds