Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/doc/
H A Doleprops.cxx181 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()
838 SetProperty( SfxOlePropertyRef( new SfxOleFileTimeProperty( nPropId, rValue ) ) ); in SetFileTimeValue()
[all …]

Completed in 20 milliseconds