Lines Matching refs:aValues
113 Sequence<Any> aValues(aNames.getLength()); in Commit() local
114 Any* pValues = aValues.getArray(); in Commit()
120 PutProperties(aNames, aValues); in Commit()
139 Sequence<Any> aValues = GetProperties(aNames); in Load() local
140 const Any* pValues = aValues.getConstArray(); in Load()
175 Sequence<Any> aValues(1); in Commit() local
176 aValues[0] <<= bLoadExecutable; in Commit()
178 PutProperties(aNames, aValues); in Commit()
188 Sequence<Any> aValues = GetProperties(aNames); in Load() local
189 const Any* pValues = aValues.getConstArray(); in Load()
360 Sequence<Any> aValues(aNames.getLength()); in Commit() local
361 Any* pValues = aValues.getArray(); in Commit()
371 PutProperties(aNames, aValues); in Commit()
380 Sequence<Any> aValues = GetProperties(rNames); in Load() local
381 const Any* pValues = aValues.getConstArray(); in Load()
382 DBG_ASSERT(aValues.getLength() == rNames.getLength(), "GetProperties failed"); in Load()
383 if(aValues.getLength() == rNames.getLength()) in Load()