Lines Matching refs:aNames
153 static Sequence<OUString> aNames; in GetPropertyNames() local
154 if(!aNames.getLength()) in GetPropertyNames()
164 aNames.realloc(nCount); in GetPropertyNames()
165 OUString* pNames = aNames.getArray(); in GetPropertyNames()
169 return aNames; in GetPropertyNames()
176 const Sequence<OUString>& aNames = GetPropertyNames(); in Load() local
177 Sequence<Any> aValues = GetProperties(aNames); in Load()
178 EnableNotification(aNames); in Load()
180 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
181 if(aValues.getLength() == aNames.getLength()) in Load()
183 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()
210 const Sequence<OUString>& aNames = GetPropertyNames(); in Commit() local
211 Sequence<Any> aValues(aNames.getLength()); in Commit()
215 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
225 PutProperties(aNames, aValues); in Commit()