Searched refs:rSectionGuid (Results 1 – 2 of 2) sorted by relevance
1119 SfxOleSectionRef SfxOlePropertySet::GetSection( const SvGlobalName& rSectionGuid ) const in GetSection()1122 SfxOleSectionMap::const_iterator aIt = maSectionMap.find( rSectionGuid ); in GetSection()1133 SfxOleSection& SfxOlePropertySet::AddSection( const SvGlobalName& rSectionGuid ) in AddSection() argument1135 SfxOleSectionRef xSection = GetSection( rSectionGuid ); in AddSection()1139 bool bSupportsDict = rSectionGuid == GetSectionGuid( SECTION_CUSTOM ); in AddSection()1141 maSectionMap[ rSectionGuid ] = xSection; in AddSection()
381 SfxOleSectionRef GetSection( const SvGlobalName& rSectionGuid ) const;386 SfxOleSection& AddSection( const SvGlobalName& rSectionGuid );
Completed in 16 milliseconds