Home
last modified time | relevance | path

Searched refs:lServiceNames (Results 1 – 9 of 9) sorted by relevance

/trunk/main/filter/source/config/cache/
H A Dconfigflush.cxx70 css::uno::Sequence< ::rtl::OUString > lServiceNames = impl_getSupportedServiceNames(); in supportsService() local
71 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() local
152 lServiceNames[0] = SERVICE_FILTERCONFIGREFRESH; in impl_getSupportedServiceNames()
153 return lServiceNames; in impl_getSupportedServiceNames()
H A Dframeloaderfactory.cxx179 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local
180 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.frame.FrameLoaderFactory"); in impl_getSupportedServiceNames()
181 return lServiceNames; in impl_getSupportedServiceNames()
H A Dcontenthandlerfactory.cxx182 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local
183 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.frame.ContentHandlerFactory"); in impl_getSupportedServiceNames()
184 return lServiceNames; in impl_getSupportedServiceNames()
H A Dfilterfactory.cxx705 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local
706 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.document.FilterFactory"); in impl_getSupportedServiceNames()
707 return lServiceNames; in impl_getSupportedServiceNames()
H A Dtypedetection.cxx1237 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local
1238 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.document.TypeDetection"); in impl_getSupportedServiceNames()
1239 return lServiceNames; in impl_getSupportedServiceNames()
H A Dbasecontainer.cxx84 … const css::uno::Sequence< ::rtl::OUString >& lServiceNames , in init()
91 m_lServiceNames = lServiceNames ; in init()
H A Dbasecontainer.hxx180 … const css::uno::Sequence< ::rtl::OUString >& lServiceNames ,
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DConfigItemTest.cxx167 …css::uno::Sequence< ::rtl::OUString > lServiceNames = ConfigItemTest::st_getSupportedServiceNames(… in supportsService() local
168 for (::sal_Int32 i = 0; i < lServiceNames.getLength(); ++i) in supportsService()
170 if (lServiceNames[i].equals(sServiceName)) in supportsService()
/trunk/main/svx/source/unodraw/
H A Drecoveryui.cxx172 …css::uno::Sequence< ::rtl::OUString > lServiceNames(1); lServiceNames.getArray() [0] = SERVICEN… in st_getSupportedServiceNames() local
173 return lServiceNames; in st_getSupportedServiceNames()

Completed in 44 milliseconds