Lines Matching refs:aNames
257 static Sequence<OUString> aNames; in GetPropertyNames() local
258 if(!aNames.getLength()) in GetPropertyNames()
261 aNames.realloc(nCount); in GetPropertyNames()
273 OUString* pNames = aNames.getArray(); in GetPropertyNames()
277 return aNames; in GetPropertyNames()
336 const Sequence<OUString>& aNames = GetPropertyNames(); in Commit() local
337 Sequence<Any> aValues(aNames.getLength()); in Commit()
340 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
356 PutProperties(aNames, aValues); in Commit()
389 const Sequence<OUString>& aNames = GetPropertyNames(); in Load() local
390 Sequence<Any> aValues = GetProperties(aNames); in Load()
392 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
393 if(aValues.getLength() == aNames.getLength()) in Load()
395 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()
518 static Sequence<OUString> aNames; in GetPropertyNames() local
520 if(!aNames.getLength()) in GetPropertyNames()
621 aNames.realloc(nCount); in GetPropertyNames()
623 OUString* pNames = aNames.getArray(); in GetPropertyNames()
631 return bIsWeb ? aWebNames : aNames; in GetPropertyNames()
693 const Sequence<OUString>& aNames = GetPropertyNames(); in Commit() local
694 Sequence<Any> aValues(aNames.getLength()); in Commit()
698 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
864 PutProperties(aNames, aValues); in Commit()
938 const Sequence<OUString>& aNames = GetPropertyNames(); in Load() local
939 Sequence<Any> aValues = GetProperties(aNames); in Load()
941 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
942 if(aValues.getLength() == aNames.getLength()) in Load()
967 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()
1172 static Sequence<OUString> aNames(nCount); in GetPropertyNames() local
1184 OUString* pNames = aNames.getArray(); in GetPropertyNames()
1187 return aNames; in GetPropertyNames()
1211 const Sequence<OUString>& aNames = GetPropertyNames(); in Commit() local
1212 Sequence<Any> aValues(aNames.getLength()); in Commit()
1216 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
1230 PutProperties(aNames, aValues); in Commit()
1237 const Sequence<OUString>& aNames = GetPropertyNames(); in Load() local
1238 Sequence<Any> aValues = GetProperties(aNames); in Load()
1240 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
1241 if(aValues.getLength() == aNames.getLength()) in Load()
1243 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()
1291 static Sequence<OUString> aNames; in GetPropertyNames() local
1292 if(!aNames.getLength()) in GetPropertyNames()
1295 aNames.realloc(nCount); in GetPropertyNames()
1311 OUString* pNames = aNames.getArray(); in GetPropertyNames()
1315 return aNames; in GetPropertyNames()
1324 const Sequence<OUString>& aNames = GetPropertyNames(); in Commit() local
1325 Sequence<Any> aValues(aNames.getLength()); in Commit()
1329 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
1350 PutProperties(aNames, aValues); in Commit()
1357 const Sequence<OUString>& aNames = GetPropertyNames(); in Load() local
1358 Sequence<Any> aValues = GetProperties(aNames); in Load()
1360 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
1361 if(aValues.getLength() == aNames.getLength()) in Load()
1364 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()