Searched refs:SfxOleDoubleProperty (Results 1 – 1 of 1) sorted by relevance
86 class SfxOleDoubleProperty : public SfxOlePropertyBase class89 explicit SfxOleDoubleProperty( sal_Int32 nPropId, double fValue = 0.0 );438 SfxOleDoubleProperty::SfxOleDoubleProperty( sal_Int32 nPropId, double fValue ) : in SfxOleDoubleProperty() function in SfxOleDoubleProperty444 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 19 milliseconds