Searched refs:xDicTmp (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 491 uno::Reference< linguistic2::XDictionary > xDicTmp( pDic[i], uno::UNO_QUERY ); in SwSpellPopup() local 492 if (!xDicTmp.is() || SvxGetIgnoreAllList() == xDicTmp) in SwSpellPopup() 495 uno::Reference< frame::XStorable > xStor( xDicTmp, uno::UNO_QUERY ); in SwSpellPopup() 496 LanguageType nActLanguage = SvxLocaleToLanguage( xDicTmp->getLocale() ); in SwSpellPopup() 497 if( xDicTmp->isActive() in SwSpellPopup() 498 && xDicTmp->getDictionaryType() != linguistic2::DictionaryType_NEGATIVE in SwSpellPopup() 504 pMenu->InsertItem( nItemId, xDicTmp->getName() ); in SwSpellPopup() 507 uno::Reference< lang::XServiceInfo > xSvcInfo( xDicTmp, uno::UNO_QUERY ); in SwSpellPopup()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editview.cxx | 1160 uno::Reference< linguistic2::XDictionary > xDicTmp( pDic[i], uno::UNO_QUERY ); in ExecuteSpellPopup() local 1161 if (!xDicTmp.is() || SvxGetIgnoreAllList() == xDicTmp) in ExecuteSpellPopup() 1164 uno::Reference< frame::XStorable > xStor( xDicTmp, uno::UNO_QUERY ); in ExecuteSpellPopup() 1165 LanguageType nActLanguage = SvxLocaleToLanguage( xDicTmp->getLocale() ); in ExecuteSpellPopup() 1166 if( xDicTmp->isActive() in ExecuteSpellPopup() 1167 && xDicTmp->getDictionaryType() != linguistic2::DictionaryType_NEGATIVE in ExecuteSpellPopup() 1174 pInsertMenu->InsertItem( nPos, xDicTmp->getName() ); in ExecuteSpellPopup() 1176 uno::Reference< lang::XServiceInfo > xSvcInfo( xDicTmp, uno::UNO_QUERY ); in ExecuteSpellPopup()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 982 uno::Reference< linguistic2::XDictionary > xDicTmp( pDic[i], uno::UNO_QUERY ); 983 if (!xDicTmp.is() || SvxGetIgnoreAllList() == xDicTmp) 986 uno::Reference< frame::XStorable > xStor( xDicTmp, uno::UNO_QUERY ); 987 LanguageType nActLanguage = SvxLocaleToLanguage( xDicTmp->getLocale() ); 988 if( xDicTmp->isActive() 989 && xDicTmp->getDictionaryType() != linguistic2::DictionaryType_NEGATIVE 993 pMenu->InsertItem( nItemId, xDicTmp->getName() ); 996 uno::Reference< lang::XServiceInfo > xSvcInfo( xDicTmp, uno::UNO_QUERY );
|
Completed in 46 milliseconds