Searched refs:lServiceNames (Results 1 – 9 of 9) sorted by relevance
68 css::uno::Sequence< ::rtl::OUString > lServiceNames = impl_getSupportedServiceNames(); in supportsService() local69 sal_Int32 c = lServiceNames.getLength(); in supportsService()70 const ::rtl::OUString* pNames = lServiceNames.getConstArray(); in supportsService()145 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local146 lServiceNames[0] = SERVICE_FILTERCONFIGREFRESH; in impl_getSupportedServiceNames()147 return lServiceNames; in impl_getSupportedServiceNames()
177 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local178 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.frame.ContentHandlerFactory"); in impl_getSupportedServiceNames()179 return lServiceNames; in impl_getSupportedServiceNames()
174 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local175 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.frame.FrameLoaderFactory"); in impl_getSupportedServiceNames()176 return lServiceNames; in impl_getSupportedServiceNames()
699 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local700 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.document.FilterFactory"); in impl_getSupportedServiceNames()701 return lServiceNames; in impl_getSupportedServiceNames()
1234 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local1235 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.document.TypeDetection"); in impl_getSupportedServiceNames()1236 return lServiceNames; in impl_getSupportedServiceNames()
84 … const css::uno::Sequence< ::rtl::OUString >& lServiceNames , in init()91 m_lServiceNames = lServiceNames ; in init()
179 … const css::uno::Sequence< ::rtl::OUString >& lServiceNames ,
156 …css::uno::Sequence< ::rtl::OUString > lServiceNames = ConfigItemTest::st_getSupportedServiceNames(… in supportsService() local157 for (::sal_Int32 i = 0; i < lServiceNames.getLength(); ++i) in supportsService()159 if (lServiceNames[i].equals(sServiceName)) in supportsService()
166 …css::uno::Sequence< ::rtl::OUString > lServiceNames(1); lServiceNames.getArray() [0] = SERVICEN… in st_getSupportedServiceNames() local167 return lServiceNames; in st_getSupportedServiceNames()