Searched refs:SfxOleFileTimeProperty (Results 1 – 1 of 1) sorted by relevance
181 class SfxOleFileTimeProperty : public SfxOlePropertyBase class184 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 SfxOleFileTimeProperty559 SfxOleFileTimeProperty::SfxOleFileTimeProperty( sal_Int32 nPropId, const util::DateTime& rDateTime … in SfxOleFileTimeProperty() function in SfxOleFileTimeProperty565 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()838 SetProperty( SfxOlePropertyRef( new SfxOleFileTimeProperty( nPropId, rValue ) ) ); in SetFileTimeValue()[all …]
Completed in 22 milliseconds