Home
last modified time | relevance | path

Searched refs:aSvcImplNames (Results 1 – 6 of 6) sorted by relevance

/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx216 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()
665 uno::Sequence< OUString > aSvcImplNames; in Notify() local
667 aSvcImplNames = GetLangSvcList( aValues.getConstArray()[0] ); in Notify()
674 pSpellDsp->SetServiceList( CreateLocale(nLang), aSvcImplNames ); in Notify()
690 uno::Sequence< OUString > aSvcImplNames; in Notify() local
692 aSvcImplNames = GetLangSvc( aValues.getConstArray()[0] ); in Notify()
[all …]
H A Dhyphdsp.cxx314 sal_Int32 nLen = pEntry->aSvcImplNames.getLength() > 0 ? 1 : 0; in hyphenate()
352 pEntry->aSvcImplNames[0], aArgs ), UNO_QUERY ); in hyphenate()
452 sal_Int32 nLen = pEntry->aSvcImplNames.getLength() > 0 ? 1 : 0; in queryAlternativeSpelling()
490 pEntry->aSvcImplNames[0], aArgs ), UNO_QUERY ); in queryAlternativeSpelling()
585 sal_Int32 nLen = pEntry->aSvcImplNames.getLength() > 0 ? 1 : 0; in createPossibleHyphens()
623 pEntry->aSvcImplNames[0], aArgs ), UNO_QUERY ); in createPossibleHyphens()
683 pEntry->aSvcImplNames = rSvcImplNames; in SetServiceList()
684 pEntry->aSvcImplNames.realloc(1); in SetServiceList()
711 aRes = pEntry->aSvcImplNames; in GetServiceList()
H A Ddefs.hxx49 css::uno::Sequence< ::rtl::OUString > aSvcImplNames; member
58 aSvcImplNames(rSvcImplNames), in LangSvcEntries()
66 aSvcImplNames.realloc(1); in LangSvcEntries()
67 aSvcImplNames[0] = rSvcImplName; in LangSvcEntries()
77 aSvcImplNames.realloc(0); in Clear()
H A Dthesdsp.cxx147 DBG_ASSERT( nLen == pEntry->aSvcImplNames.getLength(), in queryMeanings()
170 const OUString *pImplNames = pEntry->aSvcImplNames.getConstArray(); in queryMeanings()
236 pEntry->aSvcImplNames = rSvcImplNames; in SetServiceList()
262 aRes = pEntry->aSvcImplNames; in GetServiceList()
H A Dspelldsp.cxx346 DBG_ASSERT( nLen == pEntry->aSvcImplNames.getLength(), in isValid_Impl()
391 const OUString *pImplNames = pEntry->aSvcImplNames.getConstArray(); in isValid_Impl()
513 DBG_ASSERT( nLen == pEntry->aSvcImplNames.getLength(), in spell_Impl()
576 const OUString *pImplNames = pEntry->aSvcImplNames.getConstArray(); in spell_Impl()
813 pEntry->aSvcImplNames = rSvcImplNames; in SetServiceList()
839 aRes = pEntry->aSvcImplNames; in GetServiceList()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx159 Sequence< OUString > aSvcImplNames; in lcl_GetLastFoundSvcs() local
160 if (aValues.getConstArray()[0] >>= aSvcImplNames) in lcl_GetLastFoundSvcs()
161 aRes = aSvcImplNames; in lcl_GetLastFoundSvcs()
336 Sequence< OUString > aSvcImplNames( in UpdateAll() local
340 sal_Int32 nSvcs = aSvcImplNames.getLength(); in UpdateAll()
341 const OUString *pSvcImplName = aSvcImplNames.getConstArray(); in UpdateAll()
350 aLastFoundSvcs[k][ aCfgLocaleStr ] = aSvcImplNames; in UpdateAll()
376 Sequence< OUString > aSvcImplNames( (*aIt).second ); in UpdateAll() local
377 sal_Int32 nSvcs = aSvcImplNames.getLength(); in UpdateAll()
378 const OUString *pSvcImplName = aSvcImplNames.getConstArray(); in UpdateAll()