Lines Matching refs:SfxOleFileTimeProperty
181 class SfxOleFileTimeProperty : public SfxOlePropertyBase class
184 explicit SfxOleFileTimeProperty( sal_Int32 nPropId );
186 … explicit SfxOleFileTimeProperty( sal_Int32 nPropId, const util::DateTime& rDateTime );
554 SfxOleFileTimeProperty::SfxOleFileTimeProperty( sal_Int32 nPropId ) : in SfxOleFileTimeProperty() function in SfxOleFileTimeProperty
559 SfxOleFileTimeProperty::SfxOleFileTimeProperty( sal_Int32 nPropId, const util::DateTime& rDateTime … in SfxOleFileTimeProperty() function in SfxOleFileTimeProperty
565 void SfxOleFileTimeProperty::ImplLoad( SvStream& rStrm ) in ImplLoad()
585 void SfxOleFileTimeProperty::ImplSave( SvStream& rStrm ) in ImplSave()
792 const SfxOleFileTimeProperty* pProp = in GetFileTimeValue()
793 dynamic_cast< const SfxOleFileTimeProperty* >( xProp.get() ); in GetFileTimeValue()
836 …SetProperty( SfxOlePropertyRef( new SfxOleFileTimeProperty( nPropId, TIMESTAMP_INVALID_UTILDATETIM… in SetFileTimeValue()
838 SetProperty( SfxOlePropertyRef( new SfxOleFileTimeProperty( nPropId, rValue ) ) ); in SetFileTimeValue()
1051 xProp.reset( new SfxOleFileTimeProperty( nPropId ) ); in LoadProperty()