Lines Matching refs:aValues
184 star::uno::Sequence< star::uno::Any > aValues(ENTRY_COUNT); in Commit() local
192 aValues[nCount] = m_aEntries[i].m_aValue; in Commit()
200 aValues.realloc(nCount); in Commit()
201 PutProperties(aKeys, aValues); in Commit()
301 aValues(GetProperties(aKeys)); in getProperty() local
302 OSL_ENSURE(aValues.getLength() == nCount, in getProperty()
305 nCount = std::min(nCount, aValues.getLength()); in getProperty()
313 m_aEntries[nIndices[i]].m_aValue = aValues[i]; in getProperty()
344 star::uno::Sequence< star::uno::Any > aValues(1); in setProperty() local
345 aValues[0] = rValue; in setProperty()
346 PutProperties(aKeys, aValues); in setProperty()