Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx433 sal_Bool bSupports = sal_False; in supportsService() local
438 bSupports = xServiceInfo->supportsService( _sServiceName ); in supportsService()
440 return bSupports; in supportsService()
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx698 sal_Bool bSupports = sal_False; in supportsService() local
703 bSupports = xServiceInfo->supportsService( ::rtl::OUString::createFromAscii( _pServiceName ) ); in supportsService()
705 return bSupports; in supportsService()
/trunk/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx768 VARIANT_BOOL bSupports=VARIANT_FALSE; in Supports() local
769 pInterface->Supports(CursorOptions,&bSupports); in Supports()
770 return bSupports == VARIANT_TRUE; in Supports()

Completed in 35 milliseconds