Searched refs:bSupports (Results 1 – 3 of 3) sorted by relevance
433 sal_Bool bSupports = sal_False; in supportsService() local438 bSupports = xServiceInfo->supportsService( _sServiceName ); in supportsService()440 return bSupports; in supportsService()
698 sal_Bool bSupports = sal_False; in supportsService() local703 bSupports = xServiceInfo->supportsService( ::rtl::OUString::createFromAscii( _pServiceName ) ); in supportsService()705 return bSupports; in supportsService()
768 VARIANT_BOOL bSupports=VARIANT_FALSE; in Supports() local769 pInterface->Supports(CursorOptions,&bSupports); in Supports()770 return bSupports == VARIANT_TRUE; in Supports()
Completed in 24 milliseconds