Lines Matching refs:pbResVal
138 *pbResVal = NULL; in GetCurrentValues() local
143 pbResVal = &bResIsIgnoreControlCharacters; in GetCurrentValues()
148 pbResVal = &bResIsUseDictionaryList; in GetCurrentValues()
151 if (pbVal && pbResVal) in GetCurrentValues()
154 *pbResVal = *pbVal; in GetCurrentValues()
174 sal_Bool *pbResVal = NULL; in SetTmpPropVals() local
178 pbResVal = &bResIsIgnoreControlCharacters; break; in SetTmpPropVals()
180 pbResVal = &bResIsUseDictionaryList; break; in SetTmpPropVals()
185 if (pbResVal) in SetTmpPropVals()
186 pVal[i].Value >>= *pbResVal; in SetTmpPropVals()
421 *pbResVal = NULL; in GetCurrentValues() local
426 pbResVal = &bResIsSpellUpperCase; in GetCurrentValues()
431 pbResVal = &bResIsSpellWithDigits; in GetCurrentValues()
436 pbResVal = &bResIsSpellCapitalization; in GetCurrentValues()
439 if (pbVal && pbResVal) in GetCurrentValues()
442 *pbResVal = *pbVal; in GetCurrentValues()
539 sal_Bool *pbResVal = NULL; in SetTmpPropVals() local
542 case UPH_IS_SPELL_UPPER_CASE : pbResVal = &bResIsSpellUpperCase; break; in SetTmpPropVals()
543 case UPH_IS_SPELL_WITH_DIGITS : pbResVal = &bResIsSpellWithDigits; break; in SetTmpPropVals()
544 case UPH_IS_SPELL_CAPITALIZATION : pbResVal = &bResIsSpellCapitalization; break; in SetTmpPropVals()
548 if (pbResVal) in SetTmpPropVals()
549 pVal[i].Value >>= *pbResVal; in SetTmpPropVals()