Home
last modified time | relevance | path

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

/trunk/main/linguistic/source/
H A Diprcache.cxx146 if (xDicList != rDL) in SetDicList()
148 if (xDicList.is()) in SetDicList()
149 xDicList->removeDictionaryListEventListener( this ); in SetDicList()
151 xDicList = rDL; in SetDicList()
152 if (xDicList.is()) in SetDicList()
153 xDicList->addDictionaryListEventListener( this, sal_False ); in SetDicList()
179 if (xDicList.is() && rSource.Source == xDicList) in disposing()
181 xDicList->removeDictionaryListEventListener( this ); in disposing()
182 xDicList = NULL; //! release reference in disposing()
198 if (rDicListEvent.Source == xDicList) in processDictionaryListEvent()
H A Dhyphdsp.hxx65 ::com::sun::star::linguistic2::XSearchableDictionaryList > xDicList;
159 return xDicList.is() ? in GetDicList()
160 xDicList : xDicList = ::linguistic::GetSearchableDictionaryList(); in GetDicList()
H A Dmisc.cxx335 const uno::Reference< XDictionaryList > &xDicList, in SearchDicList()
343 if (!xDicList.is()) in SearchDicList()
347 aDics( xDicList->getDictionaries() ); in SearchDicList()
350 sal_Int32 nDics = xDicList->getCount(); in SearchDicList()
383 sal_Bool SaveDictionaries( const uno::Reference< XDictionaryList > &xDicList ) in SaveDictionaries() argument
385 if (!xDicList.is()) in SaveDictionaries()
390 Sequence< uno::Reference< XDictionary > > aDics( xDicList->getDictionaries() ); in SaveDictionaries()
H A Dspelldsp.hxx69 ::com::sun::star::linguistic2::XSearchableDictionaryList > xDicList;
151 return xDicList.is() ? in GetDicList()
152 xDicList : xDicList = linguistic::GetSearchableDictionaryList(); in GetDicList()
H A Dspelldta.cxx124 Reference< XDictionaryList > &xDicList, in SearchSimilarText()
127 if (!xDicList.is()) in SearchSimilarText()
131 aDics( xDicList->getDictionaries() ); in SearchSimilarText()
134 sal_Int32 nDics = xDicList->getCount(); in SearchSimilarText()
H A Dlngsvcmgr.cxx291 uno::Reference< linguistic2::XDictionaryList > xDicList; member in LngSvcMgrListenerHelper
347 xDicList ( rxDicList ), in LngSvcMgrListenerHelper()
350 if (xDicList.is()) in LngSvcMgrListenerHelper()
352 xDicList->addDictionaryListEventListener( in LngSvcMgrListenerHelper()
378 if (xDicList == xRef) in disposing()
379 xDicList = 0; in disposing()
535 if (xDicList.is()) in DisposeAndClear()
537 xDicList->removeDictionaryListEventListener( in DisposeAndClear()
539 xDicList = 0; in DisposeAndClear()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_lng/
H A DDicList.java91 XDictionaryList xDicList = (XDictionaryList) UnoRuntime.queryInterface( in createTestEnvironment() local
93 xDicList.removeDictionary(xDicList.getDictionaryByName("MyDictionary")); in createTestEnvironment()
94 XDictionary xDic = xDicList.createDictionary("NegativDic",new Locale( in createTestEnvironment()
96 XDictionary xDic2 = xDicList.createDictionary("PositivDic",new Locale( in createTestEnvironment()
100 xDicList.addDictionary(xDic); in createTestEnvironment()
101 xDicList.addDictionary(xDic2); in createTestEnvironment()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx929 LinguMgr::xDicList = 0; in AtExit()
952 uno::Reference< XDictionaryList > LinguMgr::xDicList = 0; member in LinguMgr
990 return xDicList.is() ? xDicList : GetDicList(); in GetDictionaryList()
1104 xDicList = uno::Reference< XDictionaryList > ( xMgr->createInstance( in GetDicList()
1107 return xDicList; in GetDicList()
1308 xDicList ( rxDicList ) in SvxDicListChgClamp()
1310 if (xDicList.is()) in SvxDicListChgClamp()
1312 xDicList->beginCollectEvents(); in SvxDicListChgClamp()
1318 if (xDicList.is()) in ~SvxDicListChgClamp()
1320 xDicList->endCollectEvents(); in ~SvxDicListChgClamp()
H A Dsplwrap.cxx532 Reference< XDictionaryList > xDicList( SvxGetDictionaryList() ); in GetAllRightDic() local
533 if (xDicList.is()) in GetAllRightDic()
535 Sequence< Reference< XDictionary > > aDics( xDicList->getDictionaries() ); in GetAllRightDic()
561 xDic = SvxGetOrCreatePosDic( xDicList ); in GetAllRightDic()
/trunk/main/cui/source/options/
H A Doptdict.cxx137 Reference< XDictionaryList > xDicList( SvxGetDictionaryList() ); in IMPL_LINK() local
140 if (xDicList.is()) in IMPL_LINK()
141 aDics = xDicList->getDictionaries(); in IMPL_LINK()
166 if (xDicList.is()) in IMPL_LINK()
171 xDicList->createDictionary( sDict, aLocale, eType, aURL ) , UNO_QUERY ); in IMPL_LINK()
189 if (xDicList.is() && xNewDic.is()) in IMPL_LINK()
191 xDicList->addDictionary( Reference< XDictionary > ( xNewDic, UNO_QUERY ) ); in IMPL_LINK()
195 aDics = xDicList->getDictionaries(); in IMPL_LINK()
H A Doptlingu.cxx1187 xDicList = uno::Reference< XDictionaryList >( SvxGetDictionaryList(), UNO_QUERY ); in SvxLinguTabPage()
1188 if (xDicList.is()) in SvxLinguTabPage()
1198 aDics = xDicList->getDictionaries(); in SvxLinguTabPage()
1830 if (xDicList.is()) in IMPL_LINK()
1831 xDicList->removeDictionary( xDic ); in IMPL_LINK()
H A Dtreeopt.cxx644 Reference< XDictionaryList > xDicList( SvxGetDictionaryList() ); in ~OfaTreeOptionsDialog() local
645 if (xDicList.is()) in ~OfaTreeOptionsDialog()
647 linguistic::SaveDictionaries( xDicList ); in ~OfaTreeOptionsDialog()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx474 uno::Reference< linguistic2::XDictionaryList > xDicList( SvxGetDictionaryList() ); in SwSpellPopup() local
475 if (xDicList.is()) in SwSpellPopup()
480 uno::Reference< linguistic2::XDictionary > xDic( SvxGetOrCreatePosDic( xDicList ) ); in SwSpellPopup()
484 aDics = xDicList->getDictionaries(); in SwSpellPopup()
826 uno::Reference< linguistic2::XDictionaryList > xDicList( SvxGetDictionaryList() ); in Execute() local
827 if (xDicList.is()) in Execute()
828 xDic = xDicList->getDictionaryByName( aDicName ); in Execute()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx277 Reference< XDictionaryList > xDicList( SvxGetDictionaryList() ); in ~SpellDialog() local
278 if (xDicList.is()) in ~SpellDialog()
280 linguistic::SaveDictionaries( xDicList ); in ~SpellDialog()
942 Reference< XDictionaryList > xDicList( SvxGetDictionaryList() ); in InitUserDicts() local
943 if (xDicList.is()) in InitUserDicts()
948 Reference< XDictionary > xDic( SvxGetOrCreatePosDic( xDicList ) ); in InitUserDicts()
952 pImpl->aDics = xDicList->getDictionaries(); in InitUserDicts()
1033 uno::Reference< linguistic2::XDictionaryList > xDicList( SvxGetDictionaryList() ); in IMPL_LINK() local
1034 if (xDicList.is()) in IMPL_LINK()
1035 xDic = xDicList->getDictionaryByName( aDicName ); in IMPL_LINK()
/trunk/main/editeng/inc/editeng/
H A Dunolingu.hxx84 ::com::sun::star::linguistic2::XDictionaryList > xDicList;
180 ::com::sun::star::linguistic2::XDictionaryList > xDicList;
209 ::com::sun::star::linguistic2::XDictionaryList > xDicList );
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1142 Reference< XDictionaryList > xDicList( SvxGetDictionaryList() ); in ExecuteSpellPopup() local
1145 if (xDicList.is()) in ExecuteSpellPopup()
1150 uno::Reference< linguistic2::XDictionary > xDic( SvxGetOrCreatePosDic( xDicList ) ); in ExecuteSpellPopup()
1154 aDics = xDicList->getDictionaries(); in ExecuteSpellPopup()
1264 if (xDicList.is()) in ExecuteSpellPopup()
1265 xDic = xDicList->getDictionaryByName( aDicName ); in ExecuteSpellPopup()
/trunk/main/linguistic/inc/
H A Diprcache.hxx65 ::com::sun::star::linguistic2::XDictionaryList > xDicList;
/trunk/main/cui/source/inc/
H A Doptlingu.hxx138 com::sun::star::linguistic2::XDictionaryList > xDicList; member in SvxLinguTabPage
/trunk/main/linguistic/inc/linguistic/
H A Dspelldta.hxx77 ::com::sun::star::linguistic2::XDictionaryList > &xDicList,
H A Dmisc.hxx225 …nst ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XDictionaryList > &xDicList );

Completed in 149 milliseconds