Searched refs:pSetValues (Results 1 – 5 of 5) sorted by relevance
184 PropertyValue* pSetValues = aSetValues.getArray(); in Commit() local198 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()[all …]
167 PropertyValue* pSetValues = aSetValues.getArray(); in Commit() local180 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sStartChars; in Commit()181 pSetValues[nSetValue++].Value <<= pImpl->aForbiddenArr[i]->sStartChars; in Commit()182 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sEndChars; in Commit()183 pSetValues[nSetValue++].Value <<= pImpl->aForbiddenArr[i]->sEndChars; in Commit()
138 PropertyValue* pSetValues = aSetValues.getArray(); in Commit() local155 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sReplaceFont; in Commit()156 pSetValues[nSetValue++].Value <<= pSubst->sFont; in Commit()157 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sSubstituteFont; in Commit()158 pSetValues[nSetValue++].Value <<= pSubst->sReplaceBy; in Commit()159 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sAlways; in Commit()160 pSetValues[nSetValue++].Value.setValue(&pSubst->bReplaceAlways, rBoolType); in Commit()161 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sOnScreenOnly; in Commit()162 pSetValues[nSetValue++].Value.setValue(&pSubst->bReplaceOnScreenOnly, rBoolType); in Commit()
315 const PropertyValue* pSetValues = aValuesToSet.getConstArray(); in updateSet() local316 const PropertyValue* pSetValuesEnd = pSetValues + aValuesToSet.getLength(); in updateSet()317 for (; pSetValues != pSetValuesEnd; ++pSetValues) in updateSet()318 m_xAsSet->setPropertyValue(pSetValues->Name, pSetValues->Value); in updateSet()
1061 Any* pSetValues = aSetValues.getArray(); local1067 pSetValues[k] = pProperties[k].Value;1202 Any* pSetValues = aSetValues.getArray(); local1208 pSetValues[k] = pProperties[k].Value;
Completed in 42 milliseconds