Lines Matching refs:aSvcImplNames
216 uno::Sequence< OUString > aSvcImplNames; in SetAvailableCfgServiceLists() local
233 aSvcImplNames = GetLangSvcList( rValue ); in SetAvailableCfgServiceLists()
235 aSvcImplNames = GetLangSvc( rValue ); in SetAvailableCfgServiceLists()
237 sal_Int32 nSvcs = aSvcImplNames.getLength(); in SetAvailableCfgServiceLists()
240 const OUString *pImplNames = aSvcImplNames.getConstArray(); in SetAvailableCfgServiceLists()
671 uno::Sequence< OUString > aSvcImplNames; in Notify() local
673 aSvcImplNames = GetLangSvcList( aValues.getConstArray()[0] ); in Notify()
680 pSpellDsp->SetServiceList( CreateLocale(nLang), aSvcImplNames ); in Notify()
696 uno::Sequence< OUString > aSvcImplNames; in Notify() local
698 aSvcImplNames = GetLangSvc( aValues.getConstArray()[0] ); in Notify()
707 pGrammarDsp->SetServiceList( CreateLocale(nLang), aSvcImplNames ); in Notify()
724 uno::Sequence< OUString > aSvcImplNames; in Notify() local
726 aSvcImplNames = GetLangSvc( aValues.getConstArray()[0] ); in Notify()
733 pHyphDsp->SetServiceList( CreateLocale(nLang), aSvcImplNames ); in Notify()
749 uno::Sequence< OUString > aSvcImplNames; in Notify() local
751 aSvcImplNames = GetLangSvcList( aValues.getConstArray()[0] ); in Notify()
758 pThesDsp->SetServiceList( CreateLocale(nLang), aSvcImplNames ); in Notify()
1144 uno::Sequence< OUString > aSvcImplNames; in SetCfgServiceLists() local
1145 if (pValues[i] >>= aSvcImplNames) in SetCfgServiceLists()
1155 rSpellDsp.SetServiceList( aLocale, aSvcImplNames ); in SetCfgServiceLists()
1187 uno::Sequence< OUString > aSvcImplNames; in SetCfgServiceLists() local
1188 if (pValues[i] >>= aSvcImplNames) in SetCfgServiceLists()
1191 if (aSvcImplNames.getLength() > 1) in SetCfgServiceLists()
1192 aSvcImplNames.realloc(1); in SetCfgServiceLists()
1202 rGrammarDsp.SetServiceList( aLocale, aSvcImplNames ); in SetCfgServiceLists()
1234 uno::Sequence< OUString > aSvcImplNames; in SetCfgServiceLists() local
1235 if (pValues[i] >>= aSvcImplNames) in SetCfgServiceLists()
1238 if (aSvcImplNames.getLength() > 1) in SetCfgServiceLists()
1239 aSvcImplNames.realloc(1); in SetCfgServiceLists()
1249 rHyphDsp.SetServiceList( aLocale, aSvcImplNames ); in SetCfgServiceLists()
1281 uno::Sequence< OUString > aSvcImplNames; in SetCfgServiceLists() local
1282 if (pValues[i] >>= aSvcImplNames) in SetCfgServiceLists()
1292 rThesDsp.SetServiceList( aLocale, aSvcImplNames ); in SetCfgServiceLists()
1688 uno::Sequence< OUString > aSvcImplNames; in SaveCfgSvcs() local
1689 aSvcImplNames = pDsp->GetServiceList( pLocale[i] ); in SaveCfgSvcs()
1692 sal_Int32 nSvcs = aSvcImplNames.getLength(); in SaveCfgSvcs()
1693 const OUString *pSvcImplName = aSvcImplNames.getConstArray(); in SaveCfgSvcs()
1701 if ((pDsp == pHyphDsp || pDsp == pGrammarDsp) && aSvcImplNames.getLength() > 1) in SaveCfgSvcs()
1702 …aSvcImplNames.realloc(1); // there should be only one entry for hyphenators or grammar checkers … in SaveCfgSvcs()
1703 aCfgAny <<= aSvcImplNames; in SaveCfgSvcs()
1794 uno::Sequence< OUString > aSvcImplNames; in getConfiguredServices() local
1814 aSvcImplNames = GetLangSvcList( aValues.getConstArray()[0] ); in getConfiguredServices()
1829 aSvcImplNames = GetLangSvc( aValues.getConstArray()[0] ); in getConfiguredServices()
1844 aSvcImplNames = GetLangSvc( aValues.getConstArray()[0] ); in getConfiguredServices()
1859 aSvcImplNames = GetLangSvcList( aValues.getConstArray()[0] ); in getConfiguredServices()
1864 const OUString *pImplNames = aSvcImplNames.getConstArray(); in getConfiguredServices()
1867 return aSvcImplNames; in getConfiguredServices()