/aoo41x/main/linguistic/source/ |
H A D | iprcache.cxx | 146 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 D | hyphdsp.hxx | 65 ::com::sun::star::linguistic2::XSearchableDictionaryList > xDicList; 159 return xDicList.is() ? in GetDicList() 160 xDicList : xDicList = ::linguistic::GetSearchableDictionaryList(); in GetDicList()
|
H A D | misc.cxx | 335 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 D | spelldsp.hxx | 69 ::com::sun::star::linguistic2::XSearchableDictionaryList > xDicList; 151 return xDicList.is() ? in GetDicList() 152 xDicList : xDicList = linguistic::GetSearchableDictionaryList(); in GetDicList()
|
H A D | spelldta.cxx | 124 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 D | lngsvcmgr.cxx | 291 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()
|
/aoo41x/main/qadevOOo/tests/java/mod/_lng/ |
H A D | DicList.java | 91 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()
|
/aoo41x/main/editeng/source/misc/ |
H A D | unolingu.cxx | 929 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 D | splwrap.cxx | 532 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()
|
/aoo41x/main/cui/source/options/ |
H A D | optdict.cxx | 137 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 D | optlingu.cxx | 1187 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 D | treeopt.cxx | 644 Reference< XDictionaryList > xDicList( SvxGetDictionaryList() ); in ~OfaTreeOptionsDialog() local 645 if (xDicList.is()) in ~OfaTreeOptionsDialog() 647 linguistic::SaveDictionaries( xDicList ); in ~OfaTreeOptionsDialog()
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 474 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()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 277 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()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | unolingu.hxx | 84 ::com::sun::star::linguistic2::XDictionaryList > xDicList; 180 ::com::sun::star::linguistic2::XDictionaryList > xDicList; 209 ::com::sun::star::linguistic2::XDictionaryList > xDicList );
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editview.cxx | 1142 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()
|
/aoo41x/main/linguistic/inc/ |
H A D | iprcache.hxx | 65 ::com::sun::star::linguistic2::XDictionaryList > xDicList;
|
/aoo41x/main/linguistic/inc/linguistic/ |
H A D | spelldta.hxx | 76 ::com::sun::star::linguistic2::XDictionaryList > &xDicList,
|
H A D | misc.hxx | 225 …nst ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XDictionaryList > &xDicList );
|
/aoo41x/main/cui/source/inc/ |
H A D | optlingu.hxx | 138 com::sun::star::linguistic2::XDictionaryList > xDicList; member in SvxLinguTabPage
|