Lines Matching refs:SfxOlePropertyRef
740 SfxOlePropertyRef SfxOleSection::GetProperty( sal_Int32 nPropId ) const in GetProperty()
742 SfxOlePropertyRef xProp; in GetProperty()
751 SfxOlePropertyRef xProp = GetProperty( nPropId ); in GetInt32Value()
761 SfxOlePropertyRef xProp = GetProperty( nPropId ); in GetDoubleValue()
771 SfxOlePropertyRef xProp = GetProperty( nPropId ); in GetBoolValue()
781 SfxOlePropertyRef xProp = GetProperty( nPropId ); in GetStringValue()
791 SfxOlePropertyRef xProp = GetProperty( nPropId ); in GetFileTimeValue()
804 void SfxOleSection::SetProperty( SfxOlePropertyRef xProp ) in SetProperty()
812 SetProperty( SfxOlePropertyRef( new SfxOleInt32Property( nPropId, nValue ) ) ); in SetInt32Value()
817 SetProperty( SfxOlePropertyRef( new SfxOleDoubleProperty( nPropId, fValue ) ) ); in SetDoubleValue()
822 SetProperty( SfxOlePropertyRef( new SfxOleBoolProperty( nPropId, bValue ) ) ); in SetBoolValue()
829 … SetProperty( SfxOlePropertyRef( new SfxOleString8Property( nPropId, maCodePageProp, rValue ) ) ); in SetStringValue()
836 …SetProperty( SfxOlePropertyRef( new SfxOleFileTimeProperty( nPropId, TIMESTAMP_INVALID_UTILDATETIM… in SetFileTimeValue()
838 SetProperty( SfxOlePropertyRef( new SfxOleFileTimeProperty( nPropId, rValue ) ) ); in SetFileTimeValue()
845 SfxOlePropertyRef xProp( pThumbnail ); // take ownership in SetThumbnailValue()
854 SfxOlePropertyRef xProp( pBlob ); in SetBlobValue()
1032 SfxOlePropertyRef xProp; in LoadProperty()