Searched refs:rImpGraphic (Results 1 – 2 of 2) sorted by relevance
146 maEx ( rImpGraphic.maEx ), in ImpGraphic()160 if( rImpGraphic.mpGfxLink ) in ImpGraphic()275 if( &rImpGraphic != this ) in operator =()294 maEx = rImpGraphic.maEx; in operator =()310 if( rImpGraphic.mpGfxLink ) in operator =()327 if( this == &rImpGraphic ) in operator ==()368 if( rImpGraphic.mpAnimation && ( *rImpGraphic.mpAnimation == *mpAnimation ) ) in operator ==()371 else if( !rImpGraphic.mpAnimation && ( rImpGraphic.maEx == maEx ) ) in operator ==()1738 rImpGraphic.ImplClear(); in operator >>()1890 rImpGraphic.mpGfxLink && rImpGraphic.mpGfxLink->IsNative() ) in operator <<()[all …]
81 ImpGraphic( const ImpGraphic& rImpGraphic );89 ImpGraphic& operator=( const ImpGraphic& rImpGraphic );90 sal_Bool operator==( const ImpGraphic& rImpGraphic ) const;91 sal_Bool operator!=( const ImpGraphic& rImpGraphic ) const { return !( *this == rImpGraphic ); } in operator !=()175 friend SvStream& operator<<( SvStream& rOStm, const ImpGraphic& rImpGraphic );176 friend SvStream& operator>>( SvStream& rIStm, ImpGraphic& rImpGraphic );
Completed in 12 milliseconds