Lines Matching refs:SfxOleSection

733 SfxOleSection::SfxOleSection( bool bSupportsDict ) :  in SfxOleSection()  function in SfxOleSection
740 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()
820 void SfxOleSection::SetBoolValue( sal_Int32 nPropId, bool bValue ) in SetBoolValue()
825 bool SfxOleSection::SetStringValue( sal_Int32 nPropId, const String& rValue, bool bSkipEmpty ) in SetStringValue()
833 void SfxOleSection::SetFileTimeValue( sal_Int32 nPropId, const util::DateTime& rValue ) in SetFileTimeValue()
841 void SfxOleSection::SetThumbnailValue( sal_Int32 nPropId, in SetThumbnailValue()
850 void SfxOleSection::SetBlobValue( sal_Int32 nPropId, in SetBlobValue()
860 Any SfxOleSection::GetAnyValue( sal_Int32 nPropId ) const in GetAnyValue()
884 bool SfxOleSection::SetAnyValue( sal_Int32 nPropId, const Any& rValue ) in SetAnyValue()
909 const String& SfxOleSection::GetPropertyName( sal_Int32 nPropId ) const in GetPropertyName()
914 void SfxOleSection::SetPropertyName( sal_Int32 nPropId, const String& rPropName ) in SetPropertyName()
919 void SfxOleSection::GetPropertyIds( ::std::vector< sal_Int32 >& rPropIds ) const in GetPropertyIds()
926 sal_Int32 SfxOleSection::GetFreePropertyId() const in GetFreePropertyId()
931 void SfxOleSection::ImplLoad( SvStream& rStrm ) in ImplLoad()
987 void SfxOleSection::ImplSave( SvStream& rStrm ) in ImplSave()
1020 bool SfxOleSection::SeekToPropertyPos( SvStream& rStrm, sal_uInt32 nPropPos ) const in SeekToPropertyPos()
1026 void SfxOleSection::LoadProperty( SvStream& rStrm, sal_Int32 nPropId ) in LoadProperty()
1062 void SfxOleSection::SaveProperty( SvStream& rStrm, SfxOlePropertyBase& rProp, sal_Size& rnPropPosPo… in SaveProperty()
1128 SfxOleSection& SfxOlePropertySet::AddSection( SfxOleSectionType eSection ) in AddSection()
1133 SfxOleSection& SfxOlePropertySet::AddSection( const SvGlobalName& rSectionGuid ) in AddSection()
1140 xSection.reset( new SfxOleSection( bSupportsDict ) ); in AddSection()
1193 SfxOleSection& rSection = *aIt->second; in ImplSave()