Lines Matching refs:xDic

283         Reference< XDictionary >  xDic( pDic[i], UNO_QUERY );  in IMPL_LINK_INLINE_END()  local
284 if (xDic.is()) in IMPL_LINK_INLINE_END()
286 sal_Bool bNegative = xDic->getDictionaryType() == DictionaryType_NEGATIVE ? in IMPL_LINK_INLINE_END()
288 String aDicName( xDic->getName() ); in IMPL_LINK_INLINE_END()
289 const String aTxt( ::GetDicInfoStr( aDicName, SvxLocaleToLanguage( xDic->getLocale() ), in IMPL_LINK_INLINE_END()
313 Reference< XDictionary > xDic; in IMPL_LINK_INLINE_END() local
315 xDic = Reference< XDictionary > ( aDics.getConstArray()[ nPos ], UNO_QUERY ); in IMPL_LINK_INLINE_END()
316 if (xDic.is()) in IMPL_LINK_INLINE_END()
317 SetLanguage_Impl( SvxLocaleToLanguage( xDic->getLocale() ) ); in IMPL_LINK_INLINE_END()
320 SetDicReadonly_Impl(xDic); in IMPL_LINK_INLINE_END()
358 Reference< XDictionary > &xDic ) in SetDicReadonly_Impl()
362 if (xDic.is()) in SetDicReadonly_Impl()
364 Reference< frame::XStorable > xStor( xDic, UNO_QUERY ); in SetDicReadonly_Impl()
413 Reference< XDictionary > xDic = aDics.getConstArray()[ nLBPos ]; in RemoveDictEntry() local
414 if (xDic->remove( sTmpShort )) // sal_True on success in RemoveDictEntry()
434 Reference< XDictionary > xDic( aDics.getConstArray()[ nPos ], UNO_QUERY ); in IMPL_LINK() local
435 if (xDic.is()) in IMPL_LINK()
436 SetLanguage_Impl( SvxLocaleToLanguage( xDic->getLocale() ) ); in IMPL_LINK()
438 SetDicReadonly_Impl(xDic); in IMPL_LINK()
452 Reference< XDictionary > xDic( aDics.getConstArray()[ nDicPos ], UNO_QUERY ); in IMPL_LINK() local
453 sal_Int16 nOldLang = SvxLocaleToLanguage( xDic->getLocale() ); in IMPL_LINK()
464 xDic->setLocale( SvxCreateLocale( nLang ) ); in IMPL_LINK()
465 sal_Bool bNegativ = xDic->getDictionaryType() == DictionaryType_NEGATIVE; in IMPL_LINK()
468 ::GetDicInfoStr( xDic->getName(), in IMPL_LINK()
469 SvxLocaleToLanguage( xDic->getLocale() ), in IMPL_LINK()
485 Reference< XDictionary > xDic = aDics.getConstArray()[ nId ]; in ShowWords_Impl() local
495 if(xDic->getDictionaryType() != DictionaryType_POSITIVE) in ShowWords_Impl()
528 Sequence< Reference< XDictionaryEntry > > aEntries( xDic->getEntries() ); in ShowWords_Impl()
609 Reference< XDictionary > xDic( aDics.getConstArray()[ nPos ], UNO_QUERY ); in IMPL_LINK() local
610 if (xDic.is()) in IMPL_LINK()
622 xDic->remove( aWordsLB.GetEntryText( _pEntry, 0 ) ); in IMPL_LINK()
626 Reference<XDictionary> aXDictionary(xDic, UNO_QUERY); in IMPL_LINK()
629 aRplcText, SvxLocaleToLanguage( xDic->getLocale() ), sal_False ); in IMPL_LINK()