Lines Matching refs:aNames
193 Sequence<OUString> aNames = GetPropertyNames(); in SwEnvCfgItem() local
194 Sequence<Any> aValues = GetProperties(aNames); in SwEnvCfgItem()
195 EnableNotification(aNames); in SwEnvCfgItem()
197 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in SwEnvCfgItem()
198 if(aValues.getLength() == aNames.getLength()) in SwEnvCfgItem()
200 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwEnvCfgItem()
263 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
264 Sequence<Any> aValues(aNames.getLength()); in Commit()
268 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
287 PutProperties(aNames, aValues); in Commit()
314 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
315 OUString* pNames = aNames.getArray(); in GetPropertyNames()
318 return aNames; in GetPropertyNames()