Lines Matching refs:aNames

120 	Sequence<OUString> aNames(nCount);  in GetPropertyNames()  local
121 OUString* pNames = aNames.getArray(); in GetPropertyNames()
124 return aNames; in GetPropertyNames()
131 Sequence<OUString> aNames = GetPropertyNames(); in Load() local
132 Sequence<Any> aValues = GetProperties(aNames); in Load()
134 EnableNotification(aNames); in Load()
136 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
137 if(aValues.getLength() == aNames.getLength()) in Load()
141 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()
247 Sequence<OUString> aNames( GetPropertyNames() ); in Commit() local
249 Sequence<Any> aValues(aNames.getLength()); in Commit()
255 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
325 PutProperties(aNames, aValues); in Commit()
390 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
391 OUString* pNames = aNames.getArray(); in GetPropertyNames()
394 return aNames; in GetPropertyNames()
401 Sequence<OUString> aNames = GetPropertyNames(); in Load() local
402 Sequence<Any> aValues = GetProperties(aNames); in Load()
404 EnableNotification(aNames); in Load()
406 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
407 if(aValues.getLength() == aNames.getLength()) in Load()
410 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()
564 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
566 Sequence<Any> aValues(aNames.getLength()); in Commit()
572 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
656 PutProperties(aNames, aValues); in Commit()