Lines Matching refs:pSetValues
184 PropertyValue* pSetValues = aSetValues.getArray(); in Commit() local
198 pSetValues[nProp].Name = sTmpName; in Commit()
201 case 0 : pSetValues[nProp].Value <<= pSave->sAndPrefix; break; in Commit()
202 case 1 : pSetValues[nProp].Value <<= pSave->sAndSuffix; break; in Commit()
203 case 2 : pSetValues[nProp].Value <<= pSave->sAndSeparator; break; in Commit()
204 case 3 : pSetValues[nProp].Value <<= pSave->nAndCaseMatch; break; in Commit()
206 case 4 : pSetValues[nProp].Value <<= pSave->sOrPrefix; break; in Commit()
207 case 5 : pSetValues[nProp].Value <<= pSave->sOrSuffix; break; in Commit()
208 case 6 : pSetValues[nProp].Value <<= pSave->sOrSeparator; break; in Commit()
209 case 7 : pSetValues[nProp].Value <<= pSave->nOrCaseMatch; break; in Commit()
211 case 8 : pSetValues[nProp].Value <<= pSave->sExactPrefix; break; in Commit()
212 case 9 : pSetValues[nProp].Value <<= pSave->sExactSuffix; break; in Commit()
213 case 10: pSetValues[nProp].Value <<= pSave->sExactSeparator; break; in Commit()
214 case 11: pSetValues[nProp].Value <<= pSave->nExactCaseMatch; break; in Commit()
217 pSetValues+= 12; in Commit()