Lines Matching refs:nPropId
213 inline explicit SfxOlePropertyBase( sal_Int32 nPropId, sal_Int32 nPropType ) : in SfxOlePropertyBase() argument
214 mnPropId( nPropId ), mnPropType( nPropType ) {} in SfxOlePropertyBase()
220 inline void SetPropId( sal_Int32 nPropId ) { mnPropId = nPropId; } in SetPropId() argument
257 const String& GetPropertyName( sal_Int32 nPropId ) const;
259 void SetPropertyName( sal_Int32 nPropId, const String& rPropName );
283 SfxOlePropertyRef GetProperty( sal_Int32 nPropId ) const;
286 bool GetInt32Value( sal_Int32& rnValue, sal_Int32 nPropId ) const;
289 bool GetDoubleValue( double& rfValue, sal_Int32 nPropId ) const;
292 bool GetBoolValue( bool& rbValue, sal_Int32 nPropId ) const;
295 bool GetStringValue( String& rValue, sal_Int32 nPropId ) const;
298 … GetFileTimeValue( ::com::sun::star::util::DateTime& rValue, sal_Int32 nPropId ) const;
303 void SetInt32Value( sal_Int32 nPropId, sal_Int32 nValue );
305 void SetDoubleValue( sal_Int32 nPropId, double fValue );
307 void SetBoolValue( sal_Int32 nPropId, bool bValue );
310 …bool SetStringValue( sal_Int32 nPropId, const String& rValue, bool bSkipEmpty = tru…
312 …void SetFileTimeValue( sal_Int32 nPropId, const ::com::sun::star::util::DateTime& r…
314 void SetThumbnailValue( sal_Int32 nPropId,
317 void SetBlobValue( sal_Int32 nPropId,
321 com::sun::star::uno::Any GetAnyValue( sal_Int32 nPropId ) const;
324 bool SetAnyValue( sal_Int32 nPropId, const com::sun::star::uno::Any& rValue );
327 const String& GetPropertyName( sal_Int32 nPropId ) const;
329 void SetPropertyName( sal_Int32 nPropId, const String& rPropName );
341 void LoadProperty( SvStream& rStrm, sal_Int32 nPropId );