Lines Matching refs:pbVal
137 sal_Bool *pbVal = NULL, in GetCurrentValues() local
142 pbVal = &bIsIgnoreControlCharacters; in GetCurrentValues()
147 pbVal = &bIsUseDictionaryList; in GetCurrentValues()
151 if (pbVal && pbResVal) in GetCurrentValues()
153 GetPropSet()->getPropertyValue( pPropName[i] ) >>= *pbVal; in GetCurrentValues()
154 *pbResVal = *pbVal; in GetCurrentValues()
203 sal_Bool *pbVal = NULL; in propertyChange_Impl() local
208 pbVal = &bIsIgnoreControlCharacters; in propertyChange_Impl()
214 pbVal = &bIsUseDictionaryList; in propertyChange_Impl()
224 if (pbVal) in propertyChange_Impl()
225 rEvt.NewValue >>= *pbVal; in propertyChange_Impl()
227 bRes = 0 != pbVal; // sth changed? in propertyChange_Impl()
420 sal_Bool *pbVal = NULL, in GetCurrentValues() local
425 pbVal = &bIsSpellUpperCase; in GetCurrentValues()
430 pbVal = &bIsSpellWithDigits; in GetCurrentValues()
435 pbVal = &bIsSpellCapitalization; in GetCurrentValues()
439 if (pbVal && pbResVal) in GetCurrentValues()
441 GetPropSet()->getPropertyValue( pPropName[i] ) >>= *pbVal; in GetCurrentValues()
442 *pbResVal = *pbVal; in GetCurrentValues()
459 sal_Bool *pbVal = NULL; in propertyChange_Impl() local
464 pbVal = &bIsSpellUpperCase; in propertyChange_Impl()
465 bSCWA = sal_False == *pbVal; // sal_False->sal_True change? in propertyChange_Impl()
471 pbVal = &bIsSpellWithDigits; in propertyChange_Impl()
472 bSCWA = sal_False == *pbVal; // sal_False->sal_True change? in propertyChange_Impl()
478 pbVal = &bIsSpellCapitalization; in propertyChange_Impl()
479 bSCWA = sal_False == *pbVal; // sal_False->sal_True change? in propertyChange_Impl()
486 if (pbVal) in propertyChange_Impl()
487 rEvt.NewValue >>= *pbVal; in propertyChange_Impl()
489 bRes = (pbVal != 0); in propertyChange_Impl()