Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/doc/
H A Doleprops.cxx86 class SfxOleDoubleProperty : public SfxOlePropertyBase class
89 explicit SfxOleDoubleProperty( sal_Int32 nPropId, double fValue = 0.0 );
438 SfxOleDoubleProperty::SfxOleDoubleProperty( sal_Int32 nPropId, double fValue ) : in SfxOleDoubleProperty() function in SfxOleDoubleProperty
444 void SfxOleDoubleProperty::ImplLoad( SvStream& rStrm ) in ImplLoad()
449 void SfxOleDoubleProperty::ImplSave( SvStream& rStrm ) in ImplSave()
762 const SfxOleDoubleProperty* pProp = in GetDoubleValue()
763 dynamic_cast< const SfxOleDoubleProperty* >( xProp.get() ); in GetDoubleValue()
817 SetProperty( SfxOlePropertyRef( new SfxOleDoubleProperty( nPropId, fValue ) ) ); in SetDoubleValue()
1039 xProp.reset( new SfxOleDoubleProperty( nPropId ) ); in LoadProperty()

Completed in 22 milliseconds