Searched refs:lServices (Results 1 – 3 of 3) sorted by relevance
193 css::uno::Sequence< ::rtl::OUString > lServices(1); in st_getSupportedServiceNames() local194 lServices[0] = ::rtl::OUString::createFromAscii("com.sun.star.test.ConfigItems"); in st_getSupportedServiceNames()195 return lServices; in st_getSupportedServiceNames()
82 … const css::uno::Sequence< ::rtl::OUString > lServices = RecoveryUI::st_getSupportedServiceNames(); in supportsService() local83 sal_Int32 c = lServices.getLength(); in supportsService()87 const ::rtl::OUString& sSupportedService = lServices[i]; in supportsService()
1546 const css::uno::Sequence< ::rtl::OUString > lServices = xInfo->getSupportedServiceNames(); in ClassifyFactoryByModel() local1547 const ::rtl::OUString* pServices = lServices.getConstArray(); in ClassifyFactoryByModel()1549 for (sal_Int32 i=0; i<lServices.getLength() ; ++i) in ClassifyFactoryByModel()
Completed in 32 milliseconds