Home
last modified time | relevance | path

Searched refs:pNodeValues (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/extensions/source/bibliography/
H A Dbibconfig.cxx270 PropertyValue* pNodeValues = aNodeValues.getArray(); in Commit() local
283 pNodeValues[nIndex].Name = sPrefix; in Commit()
284 pNodeValues[nIndex].Name += sName; in Commit()
285 pNodeValues[nIndex++].Value <<= pMapping->sURL; in Commit()
286 pNodeValues[nIndex].Name = sPrefix; in Commit()
287 pNodeValues[nIndex].Name += sTable; in Commit()
288 pNodeValues[nIndex++].Value <<= pMapping->sTableName; in Commit()
289 pNodeValues[nIndex].Name = sPrefix; in Commit()
290 pNodeValues[nIndex].Name += sCommandType; in Commit()
291 pNodeValues[nIndex++].Value <<= pMapping->nCommandType; in Commit()
/aoo4110/main/svtools/source/config/
H A Dfontsubstconfig.cxx98 const Any* pNodeValues = aNodeValues.getConstArray(); in SvtFontSubstConfig() local
103 pNodeValues[nName++] >>= pInsert->sFont; in SvtFontSubstConfig()
104 pNodeValues[nName++] >>= pInsert->sReplaceBy; in SvtFontSubstConfig()
105 pInsert->bReplaceAlways = *(sal_Bool*)pNodeValues[nName++].getValue(); in SvtFontSubstConfig()
106 pInsert->bReplaceOnScreenOnly = *(sal_Bool*)pNodeValues[nName++].getValue(); in SvtFontSubstConfig()
/aoo4110/main/svl/source/config/
H A Dasiancfg.cxx128 const Any* pNodeValues = aNodeValues.getConstArray(); in Load() local
137 pNodeValues[nName++] >>= pInsert->sStartChars; in Load()
138 pNodeValues[nName++] >>= pInsert->sEndChars; in Load()

Completed in 17 milliseconds