Lines Matching refs:SfxItemPropertyMap
74 SfxItemPropertyMap::SfxItemPropertyMap( const SfxItemPropertyMapEntry* pEntries ) : in SfxItemPropertyMap() function in SfxItemPropertyMap
87 SfxItemPropertyMap::SfxItemPropertyMap( const SfxItemPropertyMap* pSource ) : in SfxItemPropertyMap() function in SfxItemPropertyMap
94 SfxItemPropertyMap::~SfxItemPropertyMap() in ~SfxItemPropertyMap()
101 const SfxItemPropertySimpleEntry* SfxItemPropertyMap::getByName( const ::rtl::OUString &rName ) con… in getByName()
112 uno::Sequence<beans::Property> SfxItemPropertyMap::getProperties() const in getProperties()
140 beans::Property SfxItemPropertyMap::getPropertyByName( const ::rtl::OUString rName ) const in getPropertyByName()
158 sal_Bool SfxItemPropertyMap::hasPropertyByName( const ::rtl::OUString& rName ) const in hasPropertyByName()
166 void SfxItemPropertyMap::mergeProperties( const uno::Sequence< beans::Property >& rPropSeq ) in mergeProperties()
183 PropertyEntryVector_t SfxItemPropertyMap::getPropertyEntries() const in getPropertyEntries()
200 sal_uInt32 SfxItemPropertyMap::getSize() const in getSize()
396 SfxItemPropertyMap* m_pOwnMap;
401 SfxItemPropertySetInfo::SfxItemPropertySetInfo(const SfxItemPropertyMap *pMap ) : in SfxItemPropertySetInfo()
404 m_pImpl->m_pOwnMap = new SfxItemPropertyMap( pMap ); in SfxItemPropertySetInfo()
412 m_pImpl->m_pOwnMap = new SfxItemPropertyMap( pEntries ); in SfxItemPropertySetInfo()
426 const SfxItemPropertyMap* SfxItemPropertySetInfo::getMap() const in getMap()