Lines Matching refs:aKeys
183 star::uno::Sequence< rtl::OUString > aKeys(ENTRY_COUNT); in Commit() local
191 aKeys[nCount] = m_aEntries[i].m_aName; in Commit()
199 aKeys.realloc(nCount); in Commit()
201 PutProperties(aKeys, aValues); in Commit()
266 star::uno::Sequence< rtl::OUString > aKeys(ENTRY_COUNT); in Impl() local
268 aKeys[i] = m_aEntries[i].m_aName; in Impl()
269 if (!EnableNotification(aKeys)) in Impl()
284 star::uno::Sequence< rtl::OUString > aKeys(ENTRY_COUNT); in getProperty() local
292 aKeys[nCount] = m_aEntries[i].m_aName; in getProperty()
299 aKeys.realloc(nCount); in getProperty()
301 aValues(GetProperties(aKeys)); in getProperty()
340 star::uno::Sequence< rtl::OUString > aKeys(1); in setProperty() local
341 aKeys[0] = m_aEntries[nIndex].m_aName; in setProperty()
346 PutProperties(aKeys, aValues); in setProperty()
349 notifyListeners(aKeys); in setProperty()