Searched refs:xDriverSI (Results 1 – 1 of 1) sorted by relevance
72 Reference< XServiceInfo > xDriverSI; in ODriverEnumerationImpl() local75 xEnumDrivers->nextElement() >>= xDriverSI; in ODriverEnumerationImpl()76 …OSL_ENSURE(xDriverSI.is(), "ODriverEnumerationImpl::ODriverEnumerationImpl: driver without service… in ODriverEnumerationImpl()77 if (xDriverSI.is()) in ODriverEnumerationImpl()78 m_aImplNames.push_back(xDriverSI->getImplementationName()); in ODriverEnumerationImpl()
Completed in 21 milliseconds