Home
last modified time | relevance | path

Searched refs:m_aItemVector (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/framework/source/fwi/uielement/
H A Ditemcontainer.cxx91 m_aItemVector.push_back( aPropSeq ); in ItemContainer()
127 m_aItemVector.push_back( aPropSeq ); in copyItemContainer()
185 return ( !m_aItemVector.empty() ); in hasElements()
193 return m_aItemVector.size(); in getCount()
200 if ( sal_Int32( m_aItemVector.size()) > Index ) in getByIndex()
201 return makeAny( m_aItemVector[Index] ); in getByIndex()
215 m_aItemVector.push_back( aSeq ); in insertByIndex()
220 m_aItemVector.insert( aIter, aSeq ); in insertByIndex()
234 if ( (sal_Int32)m_aItemVector.size() > Index ) in removeByIndex()
238 m_aItemVector.erase( aIter ); in removeByIndex()
[all …]
H A Drootitemcontainer.cxx176 m_aItemVector.reserve(nCount); in copyItemContainer()
195 m_aItemVector.push_back( aPropSeq ); in copyItemContainer()
252 return ( !m_aItemVector.empty() ); in hasElements()
260 return m_aItemVector.size(); in getCount()
267 if ( sal_Int32( m_aItemVector.size()) > Index ) in getByIndex()
268 return makeAny( m_aItemVector[Index] ); in getByIndex()
282 m_aItemVector.push_back( aSeq ); in insertByIndex()
287 m_aItemVector.insert( aIter, aSeq ); in insertByIndex()
301 if ( (sal_Int32)m_aItemVector.size() > Index ) in removeByIndex()
305 m_aItemVector.erase( aIter ); in removeByIndex()
[all …]
H A Dconstitemcontainer.cxx165 m_aItemVector = rRootItemContainer.m_aItemVector; in ConstItemContainer()
167 copyItemContainer( rRootItemContainer.m_aItemVector ); in ConstItemContainer()
173 copyItemContainer( rItemContainer.m_aItemVector ); in ConstItemContainer()
197 m_aItemVector.reserve(nCount); in ConstItemContainer()
204 m_aItemVector.push_back( aPropSeq ); in ConstItemContainer()
229 m_aItemVector.push_back( aPropSeq ); in ConstItemContainer()
266 m_aItemVector.push_back( aPropSeq ); in copyItemContainer()
324 return ( !m_aItemVector.empty() ); in hasElements()
331 return m_aItemVector.size(); in getCount()
337 if ( sal_Int32( m_aItemVector.size()) > Index ) in getByIndex()
[all …]
/aoo4110/main/framework/inc/uielement/
H A Ditemcontainer.hxx108 …std::vector< com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > > m_aItemVector; member in framework::ItemContainer
H A Drootitemcontainer.hxx145 …::vector< com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > > m_aItemVector; member in framework::RootItemContainer
H A Dconstitemcontainer.hxx128 …std::vector< com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > > m_aItemVector; member in framework::ConstItemContainer

Completed in 45 milliseconds