Lines Matching refs:rProperties

259 			const PropertyValues& rProperties )  in isValid()  argument
263 return isValid_Impl( rWord, LocaleToLanguage( rLocale ), rProperties, sal_True ); in isValid()
269 const PropertyValues& rProperties ) in spell() argument
273 return spell_Impl( rWord, LocaleToLanguage( rLocale ), rProperties, sal_True ); in spell()
314 const PropertyValues& rProperties, in isValid_Impl() argument
347 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in isValid_Impl()
373 bTmpRes = pRef[i]->isValid( aChkWord, aLocale, rProperties ); in isValid_Impl()
378 if (bTmpRes && 0 == rProperties.getLength()) in isValid_Impl()
436 bTmpRes = xSpell->isValid( aChkWord, aLocale, rProperties ); in isValid_Impl()
441 if (bTmpRes && 0 == rProperties.getLength()) in isValid_Impl()
467 GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in isValid_Impl()
482 const PropertyValues& rProperties, in spell_Impl() argument
515 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in spell_Impl()
543 xTmpRes = pRef[i]->spell( aChkWord, aLocale, rProperties ); in spell_Impl()
548 if (!xTmpRes.is() && 0 == rProperties.getLength()) in spell_Impl()
625 xTmpRes = xSpell->spell( aChkWord, aLocale, rProperties ); in spell_Impl()
630 if (!xTmpRes.is() && 0 == rProperties.getLength()) in spell_Impl()
687 if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in spell_Impl()
781 const uno::Sequence< beans::PropertyValue >& rProperties ) in isValid()
786 return isValid( rWord, aLocale, rProperties); in isValid()
793 const uno::Sequence< beans::PropertyValue >& rProperties ) in spell()
798 return spell( rWord, aLocale, rProperties); in spell()