Lines Matching refs:SwFmtURL
1693 SwFmtURL::SwFmtURL() : in SwFmtURL() function in SwFmtURL
1700 SwFmtURL::SwFmtURL( const SwFmtURL &rURL) : in SwFmtURL() function in SwFmtURL
1710 SwFmtURL::~SwFmtURL() in ~SwFmtURL()
1716 int SwFmtURL::operator==( const SfxPoolItem &rAttr ) const in operator ==()
1719 const SwFmtURL &rCmp = (SwFmtURL&)rAttr; in operator ==()
1734 SfxPoolItem* SwFmtURL::Clone( SfxItemPool* ) const in Clone()
1736 return new SwFmtURL( *this ); in Clone()
1739 void SwFmtURL::SetURL( const XubString &rURL, sal_Bool bServerMap ) in SetURL()
1745 void SwFmtURL::SetMap( const ImageMap *pM ) in SetMap()
1753 sal_Bool SwFmtURL::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
1804 sal_Bool SwFmtURL::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
3314 const SwFmtURL &rURL = GetURL(); in GetIMapObject()