Lines Matching refs:GfxLink
43 GfxLink::GfxLink() : in GfxLink() function in GfxLink
55 GfxLink::GfxLink( const GfxLink& rGfxLink ) : in GfxLink() function in GfxLink
63 GfxLink::GfxLink( sal_uInt8* pBuf, sal_uInt32 nSize, GfxLinkType nType, sal_Bool bOwns ) : in GfxLink() function in GfxLink
87 GfxLink::~GfxLink() in ~GfxLink()
100 GfxLink& GfxLink::operator=( const GfxLink& rGfxLink ) in operator =()
118 sal_Bool GfxLink::IsEqual( const GfxLink& rGfxLink ) const in IsEqual()
140 void GfxLink::ImplCopy( const GfxLink& rGfxLink ) in ImplCopy()
158 GfxLinkType GfxLink::GetType() const in GetType()
165 sal_Bool GfxLink::IsNative() const in IsNative()
172 sal_uInt32 GfxLink::GetDataSize() const in GetDataSize()
179 const sal_uInt8* GfxLink::GetData() const in GetData()
182 ( (GfxLink*) this )->SwapIn(); in GetData()
189 const Size& GfxLink::GetPrefSize() const in GetPrefSize()
196 void GfxLink::SetPrefSize( const Size& rPrefSize ) in SetPrefSize()
204 bool GfxLink::IsPrefSizeValid() in IsPrefSizeValid()
211 const MapMode& GfxLink::GetPrefMapMode() const in GetPrefMapMode()
218 void GfxLink::SetPrefMapMode( const MapMode& rPrefMapMode ) in SetPrefMapMode()
226 bool GfxLink::IsPrefMapModeValid() in IsPrefMapModeValid()
233 sal_Bool GfxLink::LoadNative( Graphic& rGraphic ) in LoadNative()
276 void GfxLink::SwapOut() in SwapOut()
299 void GfxLink::SwapIn() in SwapIn()
314 sal_Bool GfxLink::ExportNative( SvStream& rOStream ) const in ExportNative()
329 SvStream& operator<<( SvStream& rOStream, const GfxLink& rGfxLink ) in operator <<()
354 SvStream& operator>>( SvStream& rIStream, GfxLink& rGfxLink) in operator >>()
379 rGfxLink = GfxLink( pBuf, nSize, (GfxLinkType) nType, sal_True ); in operator >>()