Home
last modified time | relevance | path

Searched refs:pbResVal (Results 1 – 2 of 2) sorted by relevance

/trunk/main/linguistic/workben/
H A Dsprophelp.cxx201 *pbResVal = NULL; in PropertyHelper_Spell() local
206 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() local
361 if (pbResVal) in SetTmpPropVals()
[all …]
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx138 *pbResVal = NULL; in GetCurrentValues() local
151 if (pbVal && pbResVal) in GetCurrentValues()
154 *pbResVal = *pbVal; in GetCurrentValues()
174 sal_Bool *pbResVal = NULL; in SetTmpPropVals() local
185 if (pbResVal) in SetTmpPropVals()
186 pVal[i].Value >>= *pbResVal; in SetTmpPropVals()
421 *pbResVal = NULL; in GetCurrentValues() local
426 pbResVal = &bResIsSpellUpperCase; in GetCurrentValues()
439 if (pbVal && pbResVal) in GetCurrentValues()
442 *pbResVal = *pbVal; in GetCurrentValues()
[all …]

Completed in 18 milliseconds