Searched refs:ImpGraphic (Results 1 – 5 of 5) sorted by relevance
128 ImpGraphic::ImpGraphic() : in ImpGraphic() function in ImpGraphic144 ImpGraphic::ImpGraphic( const ImpGraphic& rImpGraphic ) : in ImpGraphic() function in ImpGraphic178 ImpGraphic::ImpGraphic( const Bitmap& rBitmap ) : in ImpGraphic() function in ImpGraphic195 ImpGraphic::ImpGraphic( const BitmapEx& rBitmapEx ) : in ImpGraphic() function in ImpGraphic212 ImpGraphic::ImpGraphic(const SvgDataPtr& rSvgDataPtr) in ImpGraphic() function in ImpGraphic229 ImpGraphic::ImpGraphic( const Animation& rAnimation ) : in ImpGraphic() function in ImpGraphic246 ImpGraphic::ImpGraphic( const GDIMetaFile& rMtf ) : in ImpGraphic() function in ImpGraphic263 ImpGraphic::~ImpGraphic() in ~ImpGraphic()273 ImpGraphic& ImpGraphic::operator=( const ImpGraphic& rImpGraphic ) in operator =()323 sal_Bool ImpGraphic::operator==( const ImpGraphic& rImpGraphic ) const in operator ==()[all …]
212 mpImpGraphic = new ImpGraphic; in Graphic()221 mpImpGraphic = new ImpGraphic( *rGraphic.mpImpGraphic ); in Graphic()233 mpImpGraphic = new ImpGraphic( rBmp ); in Graphic()240 mpImpGraphic = new ImpGraphic( rBmpEx ); in Graphic()247 mpImpGraphic = new ImpGraphic(rSvgDataPtr); in Graphic()254 mpImpGraphic = new ImpGraphic( rAnimation ); in Graphic()261 mpImpGraphic = new ImpGraphic( rMtf ); in Graphic()277 mpImpGraphic = new ImpGraphic( *pGraphic->mpImpGraphic ); in Graphic()285 mpImpGraphic = new ImpGraphic; in Graphic()305 mpImpGraphic = new ImpGraphic( *mpImpGraphic ); in ImplTestRefCount()[all …]
54 class ImpGraphic class80 ImpGraphic();81 ImpGraphic( const ImpGraphic& rImpGraphic );82 ImpGraphic( const Bitmap& rBmp );83 ImpGraphic( const BitmapEx& rBmpEx );84 ImpGraphic(const SvgDataPtr& rSvgDataPtr);85 ImpGraphic( const Animation& rAnimation );86 ImpGraphic( const GDIMetaFile& rMtf );87 virtual ~ImpGraphic();89 ImpGraphic& operator=( const ImpGraphic& rImpGraphic );[all …]
45 class ImpGraphic;88 ImpGraphic* mpImpGraphic;95 SAL_DLLPRIVATE ImpGraphic* ImplGetImpGraphic() const { return mpImpGraphic; } in ImplGetImpGraphic()
51 friend class ImpGraphic;
Completed in 44 milliseconds