Searched refs:SfxOleSection (Results 1 – 3 of 3) sorted by relevance
733 SfxOleSection::SfxOleSection( bool bSupportsDict ) : in SfxOleSection() function in SfxOleSection740 SfxOlePropertyRef SfxOleSection::GetProperty( sal_Int32 nPropId ) const in GetProperty()749 bool SfxOleSection::GetInt32Value( sal_Int32& rnValue, sal_Int32 nPropId ) const in GetInt32Value()759 bool SfxOleSection::GetDoubleValue( double& rfValue, sal_Int32 nPropId ) const in GetDoubleValue()769 bool SfxOleSection::GetBoolValue( bool& rbValue, sal_Int32 nPropId ) const in GetBoolValue()779 bool SfxOleSection::GetStringValue( String& rValue, sal_Int32 nPropId ) const in GetStringValue()789 bool SfxOleSection::GetFileTimeValue( util::DateTime& rValue, sal_Int32 nPropId ) const in GetFileTimeValue()804 void SfxOleSection::SetProperty( SfxOlePropertyRef xProp ) in SetProperty()810 void SfxOleSection::SetInt32Value( sal_Int32 nPropId, sal_Int32 nValue ) in SetInt32Value()815 void SfxOleSection::SetDoubleValue( sal_Int32 nPropId, double fValue ) in SetDoubleValue()[all …]
274 class SfxOleSection : public SfxOleObjectBase class280 explicit SfxOleSection( bool bSupportsDict );352 typedef ::boost::shared_ptr< SfxOleSection > SfxOleSectionRef;384 SfxOleSection& AddSection( SfxOleSectionType eSection );386 SfxOleSection& AddSection( const SvGlobalName& rSectionGuid );
185 SfxOleSection& rGlobSect = aGlobSet.AddSection( SECTION_GLOBAL ); in SaveOlePropertySet()229 SfxOleSection& rCustomSect = aDocSet.AddSection( SECTION_CUSTOM ); in SaveOlePropertySet()