Home
last modified time | relevance | path

Searched refs:xDicList (Results 1 – 25 of 40) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Diprcache.cxx102 if (xDicList != rDL) in SetDicList()
104 if (xDicList.is()) in SetDicList()
105 xDicList->removeDictionaryListEventListener( this ); in SetDicList()
107 xDicList = rDL; in SetDicList()
108 if (xDicList.is()) in SetDicList()
109 xDicList->addDictionaryListEventListener( this, false ); in SetDicList()
134 if (xDicList.is() && rSource.Source == xDicList) in disposing()
136 xDicList->removeDictionaryListEventListener( this ); in disposing()
137 xDicList = nullptr; //! release reference in disposing()
152 if (rDicListEvent.Source != xDicList) in processDictionaryListEvent()
H A Dhyphdsp.hxx51 css::uno::Reference< css::linguistic2::XSearchableDictionaryList > xDicList; member in HyphenatorDispatcher
123 if (!xDicList.is()) in GetDicList()
124 xDicList = ::linguistic::GetDictionaryList(); in GetDicList()
125 return xDicList; in GetDicList()
H A Dspelldta.cxx63 Reference< XSearchableDictionaryList > const &xDicList, in SearchSimilarText()
66 if (!xDicList.is()) in SearchSimilarText()
70 aDics( xDicList->getDictionaries() ); in SearchSimilarText()
73 sal_Int32 nDics = xDicList->getCount(); in SearchSimilarText()
H A Dmisc.cxx258 const uno::Reference< XSearchableDictionaryList > &xDicList, in SearchDicList()
266 if (!xDicList.is()) in SearchDicList()
270 aDics( xDicList->getDictionaries() ); in SearchDicList()
273 sal_Int32 nDics = xDicList->getCount(); in SearchDicList()
303 bool SaveDictionaries( const uno::Reference< XSearchableDictionaryList > &xDicList ) in SaveDictionaries() argument
305 if (!xDicList.is()) in SaveDictionaries()
310 const Sequence< uno::Reference< XDictionary > > aDics( xDicList->getDictionaries() ); in SaveDictionaries()
H A Dlngsvcmgr.cxx165 uno::Reference< linguistic2::XSearchableDictionaryList > xDicList; member in LngSvcMgrListenerHelper
213 xDicList ( rxDicList ) in LngSvcMgrListenerHelper()
215 if (xDicList.is()) in LngSvcMgrListenerHelper()
217 xDicList->addDictionaryListEventListener( in LngSvcMgrListenerHelper()
234 if (xDicList == xRef) in disposing()
235 xDicList = nullptr; in disposing()
363 if (xDicList.is()) in DisposeAndClear()
365 xDicList->removeDictionaryListEventListener( in DisposeAndClear()
367 xDicList = nullptr; in DisposeAndClear()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Diprcache.cxx102 if (xDicList != rDL) in SetDicList()
104 if (xDicList.is()) in SetDicList()
105 xDicList->removeDictionaryListEventListener( this ); in SetDicList()
107 xDicList = rDL; in SetDicList()
108 if (xDicList.is()) in SetDicList()
109 xDicList->addDictionaryListEventListener( this, false ); in SetDicList()
134 if (xDicList.is() && rSource.Source == xDicList) in disposing()
136 xDicList->removeDictionaryListEventListener( this ); in disposing()
137 xDicList = nullptr; //! release reference in disposing()
152 if (rDicListEvent.Source == xDicList) in processDictionaryListEvent()
H A Dhyphdsp.hxx51 css::uno::Reference< css::linguistic2::XSearchableDictionaryList > xDicList; member in HyphenatorDispatcher
122 return xDicList.is() ? in GetDicList()
123 xDicList : xDicList = ::linguistic::GetDictionaryList(); in GetDicList()
H A Dspelldta.cxx62 Reference< XSearchableDictionaryList > const &xDicList, in SearchSimilarText()
65 if (!xDicList.is()) in SearchSimilarText()
69 aDics( xDicList->getDictionaries() ); in SearchSimilarText()
72 sal_Int32 nDics = xDicList->getCount(); in SearchSimilarText()
H A Dmisc.cxx251 const uno::Reference< XSearchableDictionaryList > &xDicList, in SearchDicList()
259 if (!xDicList.is()) in SearchDicList()
263 aDics( xDicList->getDictionaries() ); in SearchDicList()
266 sal_Int32 nDics = xDicList->getCount(); in SearchDicList()
298 bool SaveDictionaries( const uno::Reference< XSearchableDictionaryList > &xDicList ) in SaveDictionaries() argument
300 if (!xDicList.is()) in SaveDictionaries()
305 const Sequence< uno::Reference< XDictionary > > aDics( xDicList->getDictionaries() ); in SaveDictionaries()
H A Dlngsvcmgr.cxx167 uno::Reference< linguistic2::XSearchableDictionaryList > xDicList; member in LngSvcMgrListenerHelper
215 xDicList ( rxDicList ) in LngSvcMgrListenerHelper()
217 if (xDicList.is()) in LngSvcMgrListenerHelper()
219 xDicList->addDictionaryListEventListener( in LngSvcMgrListenerHelper()
236 if (xDicList == xRef) in disposing()
237 xDicList = nullptr; in disposing()
365 if (xDicList.is()) in DisposeAndClear()
367 xDicList->removeDictionaryListEventListener( in DisposeAndClear()
369 xDicList = nullptr; in DisposeAndClear()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_lng/
H A DDicList.java79 XDictionaryList xDicList = UnoRuntime.queryInterface( in createTestEnvironment() local
81 xDicList.removeDictionary(xDicList.getDictionaryByName("MyDictionary")); in createTestEnvironment()
82 XDictionary xDic = xDicList.createDictionary("NegativDic",new Locale( in createTestEnvironment()
84 XDictionary xDic2 = xDicList.createDictionary("PositivDic",new Locale( in createTestEnvironment()
88 xDicList.addDictionary(xDic); in createTestEnvironment()
89 xDicList.addDictionary(xDic2); in createTestEnvironment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_lng/
H A DDicList.java79 XDictionaryList xDicList = UnoRuntime.queryInterface( in createTestEnvironment() local
81 xDicList.removeDictionary(xDicList.getDictionaryByName("MyDictionary")); in createTestEnvironment()
82 XDictionary xDic = xDicList.createDictionary("NegativDic",new Locale( in createTestEnvironment()
84 XDictionary xDic2 = xDicList.createDictionary("PositivDic",new Locale( in createTestEnvironment()
88 xDicList.addDictionary(xDic); in createTestEnvironment()
89 xDicList.addDictionary(xDic2); in createTestEnvironment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/misc/
H A Dunolingu.cxx439 LinguMgr::xDicList = nullptr; in AtExit()
456 uno::Reference< XSearchableDictionaryList > LinguMgr::xDicList; member in LinguMgr
494 return xDicList.is() ? xDicList : GetDicList(); in GetDictionaryList()
570 xDicList = linguistic2::DictionaryList::create( getProcessComponentContext() ); in GetDicList()
571 return xDicList; in GetDicList()
713 xDicList ( rxDicList ) in SvxDicListChgClamp()
715 if (xDicList.is()) in SvxDicListChgClamp()
717 xDicList->beginCollectEvents(); in SvxDicListChgClamp()
723 if (xDicList.is()) in ~SvxDicListChgClamp()
725 xDicList->endCollectEvents(); in ~SvxDicListChgClamp()
H A Dsplwrap.cxx372 Reference< XSearchableDictionaryList > xDicList( LinguMgr::GetDictionaryList() ); in GetAllRightDic() local
373 if (xDicList.is()) in GetAllRightDic()
375 Sequence< Reference< XDictionary > > aDics( xDicList->getDictionaries() ); in GetAllRightDic()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/misc/
H A Dunolingu.cxx444 LinguMgr::xDicList = nullptr; in AtExit()
461 uno::Reference< XSearchableDictionaryList > LinguMgr::xDicList; member in LinguMgr
499 return xDicList.is() ? xDicList : GetDicList(); in GetDictionaryList()
575 xDicList = linguistic2::DictionaryList::create( getProcessComponentContext() ); in GetDicList()
576 return xDicList; in GetDicList()
718 xDicList ( rxDicList ) in SvxDicListChgClamp()
720 if (xDicList.is()) in SvxDicListChgClamp()
722 xDicList->beginCollectEvents(); in SvxDicListChgClamp()
728 if (xDicList.is()) in ~SvxDicListChgClamp()
730 xDicList->endCollectEvents(); in ~SvxDicListChgClamp()
H A Dsplwrap.cxx375 Reference< XSearchableDictionaryList > xDicList( LinguMgr::GetDictionaryList() ); in GetAllRightDic() local
376 if (xDicList.is()) in GetAllRightDic()
378 Sequence< Reference< XDictionary > > aDics( xDicList->getDictionaries() ); in GetAllRightDic()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptdict.cxx119 Reference< XSearchableDictionaryList > xDicList( LinguMgr::GetDictionaryList() ); in IMPL_LINK_NOARG() local
122 if (xDicList.is()) in IMPL_LINK_NOARG()
123 aDics = xDicList->getDictionaries(); in IMPL_LINK_NOARG()
162 if (xDicList.is()) in IMPL_LINK_NOARG()
166 m_xNewDic = xDicList->createDictionary(sDict, aLocale, eType, aURL); in IMPL_LINK_NOARG()
182 if (xDicList.is() && m_xNewDic.is()) in IMPL_LINK_NOARG()
184 xDicList->addDictionary(m_xNewDic); in IMPL_LINK_NOARG()
188 aDics = xDicList->getDictionaries(); in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Doptdict.cxx115 Reference< XSearchableDictionaryList > xDicList( LinguMgr::GetDictionaryList() ); in IMPL_LINK_NOARG() local
118 if (xDicList.is()) in IMPL_LINK_NOARG()
119 aDics = xDicList->getDictionaries(); in IMPL_LINK_NOARG()
158 if (xDicList.is()) in IMPL_LINK_NOARG()
162 m_xNewDic = xDicList->createDictionary(sDict, aLocale, eType, aURL); in IMPL_LINK_NOARG()
178 if (xDicList.is() && m_xNewDic.is()) in IMPL_LINK_NOARG()
180 xDicList->addDictionary(m_xNewDic); in IMPL_LINK_NOARG()
184 aDics = xDicList->getDictionaries(); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dunolingu.hxx50 static css::uno::Reference< css::linguistic2::XSearchableDictionaryList > xDicList; member in LinguMgr
116 css::linguistic2::XSearchableDictionaryList > xDicList; member in SvxDicListChgClamp
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Dunolingu.hxx49 static css::uno::Reference< css::linguistic2::XSearchableDictionaryList > xDicList; member in LinguMgr
115 css::linguistic2::XSearchableDictionaryList > xDicList; member in SvxDicListChgClamp
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/lingu/
H A Dolmenu.cxx312 …uno::Reference< linguistic2::XSearchableDictionaryList > xDicList( LinguMgr::GetDictionaryList(… in SwSpellPopup() local
314 if (xDicList.is()) in SwSpellPopup()
323 m_aDics = xDicList->getDictionaries(); in SwSpellPopup()
787 …uno::Reference< linguistic2::XSearchableDictionaryList > xDicList( LinguMgr::GetDictionaryList() … in Execute() local
788 if (xDicList.is()) in Execute()
789 xDic = xDicList->getDictionaryByName( aDicName ); in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/lingu/
H A Dolmenu.cxx337 …uno::Reference< linguistic2::XSearchableDictionaryList > xDicList( LinguMgr::GetDictionaryList(… in SwSpellPopup() local
339 if (xDicList.is()) in SwSpellPopup()
348 m_aDics = xDicList->getDictionaries(); in SwSpellPopup()
772 …uno::Reference< linguistic2::XSearchableDictionaryList > xDicList( LinguMgr::GetDictionaryList() … in Execute() local
773 if (xDicList.is()) in Execute()
774 xDic = xDicList->getDictionaryByName( aDicName ); in Execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/inc/
H A Diprcache.hxx49 css::uno::Reference< css::linguistic2::XSearchableDictionaryList > xDicList; member in linguistic::FlushListener
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/inc/
H A Diprcache.hxx49 css::uno::Reference< css::linguistic2::XSearchableDictionaryList > xDicList; member in linguistic::FlushListener
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/linguistic/
H A Dspelldta.hxx47 css::uno::Reference< css::linguistic2::XSearchableDictionaryList > const &xDicList,

12