Searched refs:SfxOleInt32Property (Results 1 – 1 of 1) sorted by relevance
67 class SfxOleInt32Property : public SfxOlePropertyBase class70 explicit SfxOleInt32Property( sal_Int32 nPropId, sal_Int32 nValue = 0 );420 SfxOleInt32Property::SfxOleInt32Property( sal_Int32 nPropId, sal_Int32 nValue ) : in SfxOleInt32Property() function in SfxOleInt32Property426 void SfxOleInt32Property::ImplLoad( SvStream& rStrm ) in ImplLoad()431 void SfxOleInt32Property::ImplSave( SvStream& rStrm ) in ImplSave()752 const SfxOleInt32Property* pProp = in GetInt32Value()753 dynamic_cast< const SfxOleInt32Property* >( xProp.get() ); in GetInt32Value()812 SetProperty( SfxOlePropertyRef( new SfxOleInt32Property( nPropId, nValue ) ) ); in SetInt32Value()1036 xProp.reset( new SfxOleInt32Property( nPropId ) ); in LoadProperty()
Completed in 19 milliseconds