Home
last modified time | relevance | path

Searched refs:pSetValues (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svl/source/config/
H A Dsrchcfg.cxx184 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()
[all …]
H A Dasiancfg.cxx167 PropertyValue* pSetValues = aSetValues.getArray(); in Commit() local
180 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()
/trunk/main/svtools/source/config/
H A Dfontsubstconfig.cxx138 PropertyValue* pSetValues = aSetValues.getArray(); in Commit() local
155 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()
/trunk/main/svx/source/form/
H A Ddataaccessdescriptor.cxx315 const PropertyValue* pSetValues = aValuesToSet.getConstArray(); in updateSet() local
316 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()
/trunk/main/unotools/source/config/
H A Dconfigitem.cxx1061 Any* pSetValues = aSetValues.getArray(); local
1067 pSetValues[k] = pProperties[k].Value;
1202 Any* pSetValues = aSetValues.getArray(); local
1208 pSetValues[k] = pProperties[k].Value;

Completed in 36 milliseconds