Lines Matching refs:rDrivers
158 const TInstalledDrivers& rDrivers = m_aNode->getInstalledDrivers(m_xORB); in getDriverFactoryName() local
161 TInstalledDrivers::const_iterator aIter = rDrivers.begin(); in getDriverFactoryName()
162 TInstalledDrivers::const_iterator aEnd = rDrivers.end(); in getDriverFactoryName()
178 const TInstalledDrivers& rDrivers = m_aNode->getInstalledDrivers(m_xORB); in getDriverTypeDisplayName() local
181 TInstalledDrivers::const_iterator aIter = rDrivers.begin(); in getDriverTypeDisplayName()
182 TInstalledDrivers::const_iterator aEnd = rDrivers.end(); in getDriverTypeDisplayName()
213 const TInstalledDrivers& rDrivers = m_aNode->getInstalledDrivers(m_xORB); in impl_get() local
216 TInstalledDrivers::const_iterator aIter = rDrivers.begin(); in impl_get()
217 TInstalledDrivers::const_iterator aEnd = rDrivers.end(); in impl_get()
248 const TInstalledDrivers& rDrivers = m_aNode->getInstalledDrivers(m_xORB); in getURLs() local
249 uno::Sequence< ::rtl::OUString > aRet(rDrivers.size()); in getURLs()
251 TInstalledDrivers::const_iterator aIter = rDrivers.begin(); in getURLs()
252 TInstalledDrivers::const_iterator aEnd = rDrivers.end(); in getURLs()