Home
last modified time | relevance | path

Searched refs:SfxOlePropertyRef (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sfx2/source/doc/
H A Doleprops.cxx740 SfxOlePropertyRef SfxOleSection::GetProperty( sal_Int32 nPropId ) const in GetProperty()
742 SfxOlePropertyRef xProp; in GetProperty()
751 SfxOlePropertyRef xProp = GetProperty( nPropId ); in GetInt32Value()
761 SfxOlePropertyRef xProp = GetProperty( nPropId ); in GetDoubleValue()
771 SfxOlePropertyRef xProp = GetProperty( nPropId ); in GetBoolValue()
781 SfxOlePropertyRef xProp = GetProperty( nPropId ); in GetStringValue()
791 SfxOlePropertyRef xProp = GetProperty( nPropId ); in GetFileTimeValue()
804 void SfxOleSection::SetProperty( SfxOlePropertyRef xProp ) in SetProperty()
812 SetProperty( SfxOlePropertyRef( new SfxOleInt32Property( nPropId, nValue ) ) ); in SetInt32Value()
817 SetProperty( SfxOlePropertyRef( new SfxOleDoubleProperty( nPropId, fValue ) ) ); in SetDoubleValue()
[all …]
H A Doleprops.hxx228 typedef ::boost::shared_ptr< SfxOlePropertyBase > SfxOlePropertyRef; typedef
277 typedef ::std::map< sal_Int32, SfxOlePropertyRef > SfxOlePropMap;
283 SfxOlePropertyRef GetProperty( sal_Int32 nPropId ) const;
301 void SetProperty( SfxOlePropertyRef xProp );