Searched refs:pbResVal (Results 1 – 2 of 2) sorted by relevance
201 *pbResVal = NULL; in PropertyHelper_Spell() local206 pbResVal = &bResIsGermanPreReform; in PropertyHelper_Spell()216 pbResVal = &bResIsUseDictionaryList; in PropertyHelper_Spell()221 pbResVal = &bResIsSpellUpperCase; in PropertyHelper_Spell()226 pbResVal = &bResIsSpellWithDigits; in PropertyHelper_Spell()231 pbResVal = &bResIsSpellCapitalization; in PropertyHelper_Spell()234 if (pbVal && pbResVal) in PropertyHelper_Spell()237 *pbResVal = *pbVal; in PropertyHelper_Spell()349 BOOL *pbResVal = NULL; in SetTmpPropVals() local361 if (pbResVal) in SetTmpPropVals()[all …]
138 *pbResVal = NULL; in GetCurrentValues() local151 if (pbVal && pbResVal) in GetCurrentValues()154 *pbResVal = *pbVal; in GetCurrentValues()174 sal_Bool *pbResVal = NULL; in SetTmpPropVals() local185 if (pbResVal) in SetTmpPropVals()186 pVal[i].Value >>= *pbResVal; in SetTmpPropVals()421 *pbResVal = NULL; in GetCurrentValues() local426 pbResVal = &bResIsSpellUpperCase; in GetCurrentValues()439 if (pbVal && pbResVal) in GetCurrentValues()442 *pbResVal = *pbVal; in GetCurrentValues()[all …]
Completed in 21 milliseconds