Searched refs:eSection (Results 1 – 2 of 2) sorted by relevance
1114 SfxOleSectionRef SfxOlePropertySet::GetSection( SfxOleSectionType eSection ) const in GetSection()1116 return GetSection( GetSectionGuid( eSection ) ); in GetSection()1128 SfxOleSection& SfxOlePropertySet::AddSection( SfxOleSectionType eSection ) in AddSection() argument1130 return AddSection( GetSectionGuid( eSection ) ); in AddSection()1205 const SvGlobalName& SfxOlePropertySet::GetSectionGuid( SfxOleSectionType eSection ) in GetSectionGuid() argument1211 switch( eSection ) in GetSectionGuid()
379 SfxOleSectionRef GetSection( SfxOleSectionType eSection ) const;384 SfxOleSection& AddSection( SfxOleSectionType eSection );393 static const SvGlobalName& GetSectionGuid( SfxOleSectionType eSection );
Completed in 28 milliseconds