Lines Matching refs:xDic

288         Reference< XDictionary >  xDic( pDic[i], UNO_QUERY );  in IMPL_LINK_INLINE_END()  local
289 if (xDic.is()) in IMPL_LINK_INLINE_END()
291 sal_Bool bNegative = xDic->getDictionaryType() == DictionaryType_NEGATIVE ? in IMPL_LINK_INLINE_END()
293 String aDicName( xDic->getName() ); in IMPL_LINK_INLINE_END()
294 const String aTxt( ::GetDicInfoStr( aDicName, SvxLocaleToLanguage( xDic->getLocale() ), in IMPL_LINK_INLINE_END()
318 Reference< XDictionary > xDic; in IMPL_LINK_INLINE_END() local
320 xDic = Reference< XDictionary > ( aDics.getConstArray()[ nPos ], UNO_QUERY ); in IMPL_LINK_INLINE_END()
321 if (xDic.is()) in IMPL_LINK_INLINE_END()
322 SetLanguage_Impl( SvxLocaleToLanguage( xDic->getLocale() ) ); in IMPL_LINK_INLINE_END()
325 SetDicReadonly_Impl(xDic); in IMPL_LINK_INLINE_END()
363 Reference< XDictionary > &xDic ) in SetDicReadonly_Impl()
367 if (xDic.is()) in SetDicReadonly_Impl()
369 Reference< frame::XStorable > xStor( xDic, UNO_QUERY ); in SetDicReadonly_Impl()
418 Reference< XDictionary > xDic = aDics.getConstArray()[ nLBPos ]; in RemoveDictEntry() local
419 if (xDic->remove( sTmpShort )) // sal_True on success in RemoveDictEntry()
439 Reference< XDictionary > xDic( aDics.getConstArray()[ nPos ], UNO_QUERY ); in IMPL_LINK() local
440 if (xDic.is()) in IMPL_LINK()
441 SetLanguage_Impl( SvxLocaleToLanguage( xDic->getLocale() ) ); in IMPL_LINK()
443 SetDicReadonly_Impl(xDic); in IMPL_LINK()
457 Reference< XDictionary > xDic( aDics.getConstArray()[ nDicPos ], UNO_QUERY ); in IMPL_LINK() local
458 sal_Int16 nOldLang = SvxLocaleToLanguage( xDic->getLocale() ); in IMPL_LINK()
469 xDic->setLocale( SvxCreateLocale( nLang ) ); in IMPL_LINK()
470 sal_Bool bNegativ = xDic->getDictionaryType() == DictionaryType_NEGATIVE; in IMPL_LINK()
473 ::GetDicInfoStr( xDic->getName(), in IMPL_LINK()
474 SvxLocaleToLanguage( xDic->getLocale() ), in IMPL_LINK()
490 Reference< XDictionary > xDic = aDics.getConstArray()[ nId ]; in ShowWords_Impl() local
500 if(xDic->getDictionaryType() != DictionaryType_POSITIVE) in ShowWords_Impl()
533 Sequence< Reference< XDictionaryEntry > > aEntries( xDic->getEntries() ); in ShowWords_Impl()
614 Reference< XDictionary > xDic( aDics.getConstArray()[ nPos ], UNO_QUERY ); in IMPL_LINK() local
615 if (xDic.is()) in IMPL_LINK()
627 xDic->remove( aWordsLB.GetEntryText( _pEntry, 0 ) ); in IMPL_LINK()
631 Reference<XDictionary> aXDictionary(xDic, UNO_QUERY); in IMPL_LINK()
634 aRplcText, SvxLocaleToLanguage( xDic->getLocale() ), sal_False ); in IMPL_LINK()