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.cxx68 css::uno::Sequence< ::rtl::OUString > lServiceNames = impl_getSupportedServiceNames(); in supportsService() local
69 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() local
146 lServiceNames[0] = SERVICE_FILTERCONFIGREFRESH; in impl_getSupportedServiceNames()
147 return lServiceNames; in impl_getSupportedServiceNames()
H A Dcontenthandlerfactory.cxx177 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local
178 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.frame.ContentHandlerFactory"); in impl_getSupportedServiceNames()
179 return lServiceNames; in impl_getSupportedServiceNames()
H A Dframeloaderfactory.cxx174 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local
175 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.frame.FrameLoaderFactory"); in impl_getSupportedServiceNames()
176 return lServiceNames; in impl_getSupportedServiceNames()
H A Dfilterfactory.cxx699 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local
700 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.document.FilterFactory"); in impl_getSupportedServiceNames()
701 return lServiceNames; in impl_getSupportedServiceNames()
H A Dtypedetection.cxx1234 css::uno::Sequence< ::rtl::OUString > lServiceNames(1); in impl_getSupportedServiceNames() local
1235 lServiceNames[0] = ::rtl::OUString::createFromAscii("com.sun.star.document.TypeDetection"); in impl_getSupportedServiceNames()
1236 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.hxx179 … const css::uno::Sequence< ::rtl::OUString >& lServiceNames ,
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DConfigItemTest.cxx156 …css::uno::Sequence< ::rtl::OUString > lServiceNames = ConfigItemTest::st_getSupportedServiceNames(… in supportsService() local
157 for (::sal_Int32 i = 0; i < lServiceNames.getLength(); ++i) in supportsService()
159 if (lServiceNames[i].equals(sServiceName)) in supportsService()
/trunk/main/svx/source/unodraw/
H A Drecoveryui.cxx166 …css::uno::Sequence< ::rtl::OUString > lServiceNames(1); lServiceNames.getArray() [0] = SERVICEN… in st_getSupportedServiceNames() local
167 return lServiceNames; in st_getSupportedServiceNames()