Searched refs:m_aPropertySetVector (Results 1 – 2 of 2) sorted by relevance
92 sal_Int32 nSize = m_aPropertySetVector.size(); in insertByIndex()101 m_aPropertySetVector.push_back( aPropertySetElement ); in insertByIndex()104 PropertySetVector::iterator aIter = m_aPropertySetVector.begin(); in insertByIndex()106 m_aPropertySetVector.insert( aIter, aPropertySetElement ); in insertByIndex()125 if ( (sal_Int32)m_aPropertySetVector.size() > Index ) in removeByIndex()127 PropertySetVector::iterator aIter = m_aPropertySetVector.begin(); in removeByIndex()129 m_aPropertySetVector.erase( aIter ); in removeByIndex()139 if ( (sal_Int32)m_aPropertySetVector.size() > Index ) in replaceByIndex()145 m_aPropertySetVector[ Index ] = aPropertySetElement; in replaceByIndex()164 return m_aPropertySetVector.size(); in getCount()[all …]
88 …opertySetVector m_aPropertySetVector; member in framework::PropertySetContainer