Home
last modified time | relevance | path

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

/aoo41x/main/svl/source/items/
H A Ditemprop.cxx60 mutable uno::Sequence< beans::Property > m_aPropSeq; member in SfxItemPropertyMap_Impl
68 m_aPropSeq = pSource->m_aPropSeq; in SfxItemPropertyMap_Impl()
114 if( !m_pImpl->m_aPropSeq.getLength() ) in getProperties()
116 m_pImpl->m_aPropSeq.realloc( m_pImpl->size() ); in getProperties()
117 beans::Property* pPropArray = m_pImpl->m_aPropSeq.getArray(); in getProperties()
135 return m_pImpl->m_aPropSeq; in getProperties()

Completed in 26 milliseconds