Lines Matching refs:maProperties
88 IndexedPropertyValues maProperties; member in IndexedPropertyValuesContainer
104 sal_Int32 nSize(maProperties.size()); in insertByIndex()
111 maProperties.push_back(aProps); in insertByIndex()
117 aItr = maProperties.begin(); in insertByIndex()
127 aItr = maProperties.end(); in insertByIndex()
135 maProperties.insert(aItr, aProps); in insertByIndex()
146 sal_Int32 nSize(maProperties.size()); in removeByIndex()
152 aItr = maProperties.begin(); in removeByIndex()
162 aItr = maProperties.end(); in removeByIndex()
170 maProperties.erase(aItr); in removeByIndex()
181 sal_Int32 nSize(maProperties.size()); in replaceByIndex()
187 maProperties[nIndex] = aProps; in replaceByIndex()
197 return maProperties.size(); in getCount()
204 sal_Int32 nSize(maProperties.size()); in getByIndex()
209 aAny <<= maProperties[nIndex]; in getByIndex()
223 return !maProperties.empty(); in hasElements()