Searched refs:lServiceNames (Results 1 – 9 of 9) sorted by relevance
70 css::uno::Sequence< ::rtl::OUString > lServiceNames = impl_getSupportedServiceNames(); in supportsService() local71 sal_Int32 c = lServiceNames.getLength(); in supportsService()72 const ::rtl::OUString* pNames = lServiceNames.getConstArray(); in supportsService()151 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local152 lServiceNames[0] = SERVICE_FILTERCONFIGREFRESH; in impl_getSupportedServiceNames()153 return lServiceNames; in impl_getSupportedServiceNames()
182 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local183 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.frame.ContentHandlerFactory"); in impl_getSupportedServiceNames()184 return lServiceNames; in impl_getSupportedServiceNames()
179 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local180 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.frame.FrameLoaderFactory"); in impl_getSupportedServiceNames()181 return lServiceNames; in impl_getSupportedServiceNames()
705 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local706 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.document.FilterFactory"); in impl_getSupportedServiceNames()707 return lServiceNames; in impl_getSupportedServiceNames()
1237 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local1238 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.document.TypeDetection"); in impl_getSupportedServiceNames()1239 return lServiceNames; in impl_getSupportedServiceNames()
84 … const css::uno::Sequence< ::rtl::OUString >& lServiceNames , in init()91 m_lServiceNames = lServiceNames ; in init()
180 … const css::uno::Sequence< ::rtl::OUString >& lServiceNames ,
167 …css::uno::Sequence< ::rtl::OUString > lServiceNames = ConfigItemTest::st_getSupportedServiceNames(… in supportsService() local168 for (::sal_Int32 i = 0; i < lServiceNames.getLength(); ++i) in supportsService()170 if (lServiceNames[i].equals(sServiceName)) in supportsService()
172 …css::uno::Sequence< ::rtl::OUString > lServiceNames(1); lServiceNames.getArray() [0] = SERVICEN… in st_getSupportedServiceNames() local173 return lServiceNames; in st_getSupportedServiceNames()
Completed in 45 milliseconds