Lines Matching refs:SfxImageItem
30 TYPEINIT1( SfxImageItem, SfxInt16Item );
43 SfxImageItem::SfxImageItem( sal_uInt16 which, sal_uInt16 nImage ) in SfxImageItem() function in SfxImageItem
51 SfxImageItem::SfxImageItem( sal_uInt16 which, const String& rURL ) in SfxImageItem() function in SfxImageItem
60 SfxImageItem::SfxImageItem( const SfxImageItem& rItem ) in SfxImageItem() function in SfxImageItem
67 SfxImageItem::~SfxImageItem() in ~SfxImageItem()
74 SfxPoolItem* SfxImageItem::Clone( SfxItemPool* ) const in Clone()
76 return new SfxImageItem( *this ); in Clone()
81 int SfxImageItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
83 …return( ((SfxImageItem&) rItem).GetValue() == GetValue() && (*pImp == *(((SfxImageItem&)rItem).pIm… in operator ==()
86 sal_Bool SfxImageItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 ) const in QueryValue()
98 sal_Bool SfxImageItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 ) in PutValue()
117 void SfxImageItem::SetRotation( long nValue ) in SetRotation()
122 long SfxImageItem::GetRotation() const in GetRotation()
127 void SfxImageItem::SetMirrored( sal_Bool bSet ) in SetMirrored()
132 sal_Bool SfxImageItem::IsMirrored() const in IsMirrored()
137 String SfxImageItem::GetURL() const in GetURL()