Searched refs:xSerivceInfo (Results 1 – 1 of 1) sorted by relevance
296 Reference< XServiceInfo > xSerivceInfo(_rxDriver,UNO_QUERY); in isPoolingEnabledByUrl() local297 OSL_ENSURE(xSerivceInfo.is(),"Each driver should have a XServiceInfo interface!"); in isPoolingEnabledByUrl()299 if(xSerivceInfo.is()) in isPoolingEnabledByUrl()302 _rsImplName = xSerivceInfo->getImplementationName(); in isPoolingEnabledByUrl()
Completed in 16 milliseconds