Lines Matching refs:aNames
117 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
118 OUString* pNames = aNames.getArray(); in GetPropertyNames()
123 return aNames; in GetPropertyNames()
154 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
156 Sequence<Any> aValues(aNames.getLength()); in Commit()
159 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
187 PutProperties(aNames, aValues); in Commit()
194 Sequence<OUString> aNames = GetPropertyNames(); in Load() local
195 Sequence<Any> aValues = GetProperties(aNames); in Load()
197 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
198 if(aValues.getLength() == aNames.getLength()) in Load()
200 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()
268 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
269 OUString* pNames = aNames.getArray(); in GetPropertyNames()
274 return aNames; in GetPropertyNames()
297 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
299 Sequence<Any> aValues(aNames.getLength()); in Commit()
302 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
338 PutProperties(aNames, aValues); in Commit()
345 Sequence<OUString> aNames = GetPropertyNames(); in Load() local
346 Sequence<Any> aValues = GetProperties(aNames); in Load()
348 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
349 if(aValues.getLength() == aNames.getLength()) in Load()
351 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()
417 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
418 OUString* pNames = aNames.getArray(); in GetPropertyNames()
423 return aNames; in GetPropertyNames()
446 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
448 Sequence<Any> aValues(aNames.getLength()); in Commit()
451 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
467 PutProperties(aNames, aValues); in Commit()
474 Sequence<OUString> aNames = GetPropertyNames(); in Load() local
475 Sequence<Any> aValues = GetProperties(aNames); in Load()
477 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
478 if(aValues.getLength() == aNames.getLength()) in Load()
481 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()
519 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
520 OUString* pNames = aNames.getArray(); in GetPropertyNames()
523 return aNames; in GetPropertyNames()
545 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
547 Sequence<Any> aValues(aNames.getLength()); in Commit()
550 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
562 PutProperties(aNames, aValues); in Commit()
569 Sequence<OUString> aNames = GetPropertyNames(); in Load() local
570 Sequence<Any> aValues = GetProperties(aNames); in Load()
572 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
573 if(aValues.getLength() == aNames.getLength()) in Load()
576 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()