Lines Matching refs:aValues

156 	Sequence<Any> aValues(aNames.getLength());  in Commit()  local
157 Any* pValues = aValues.getArray(); in Commit()
187 PutProperties(aNames, aValues); in Commit()
195 Sequence<Any> aValues = GetProperties(aNames); in Load() local
196 const Any* pValues = aValues.getConstArray(); in Load()
197 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
198 if(aValues.getLength() == aNames.getLength()) in Load()
299 Sequence<Any> aValues(aNames.getLength()); in Commit() local
300 Any* pValues = aValues.getArray(); in Commit()
338 PutProperties(aNames, aValues); in Commit()
346 Sequence<Any> aValues = GetProperties(aNames); in Load() local
347 const Any* pValues = aValues.getConstArray(); in Load()
348 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
349 if(aValues.getLength() == aNames.getLength()) in Load()
448 Sequence<Any> aValues(aNames.getLength()); in Commit() local
449 Any* pValues = aValues.getArray(); in Commit()
467 PutProperties(aNames, aValues); in Commit()
475 Sequence<Any> aValues = GetProperties(aNames); in Load() local
476 const Any* pValues = aValues.getConstArray(); in Load()
477 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
478 if(aValues.getLength() == aNames.getLength()) in Load()
547 Sequence<Any> aValues(aNames.getLength()); in Commit() local
548 Any* pValues = aValues.getArray(); in Commit()
562 PutProperties(aNames, aValues); in Commit()
570 Sequence<Any> aValues = GetProperties(aNames); in Load() local
571 const Any* pValues = aValues.getConstArray(); in Load()
572 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
573 if(aValues.getLength() == aNames.getLength()) in Load()
622 Sequence<Any> aValues(aPropNames.getLength()); in Commit() local
623 Any* pValues = aValues.getArray(); in Commit()
631 PutProperties(aPropNames, aValues); in Commit()
641 Sequence<Any> aValues = GetProperties(aPropNames); in Load() local
642 const Any* pValues = aValues.getConstArray(); in Load()
643 DBG_ASSERT(aValues.getLength() == aPropNames.getLength(), "GetProperties failed"); in Load()
644 if(aValues.getLength() == aPropNames.getLength()) in Load()