Home
last modified time | relevance | path

Searched refs:ImpGraphic (Results 1 – 5 of 5) sorted by path

/trunk/main/vcl/inc/
H A Dimpgraph.hxx54 class ImpGraphic class
80 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 …]
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx51 friend class ImpGraphic;
H A Dgraph.hxx45 class ImpGraphic;
88 ImpGraphic* mpImpGraphic;
95 SAL_DLLPRIVATE ImpGraphic* ImplGetImpGraphic() const { return mpImpGraphic; } in ImplGetImpGraphic()
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx212 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 …]
H A Dimpgraph.cxx128 ImpGraphic::ImpGraphic() : in ImpGraphic() function in ImpGraphic
144 ImpGraphic::ImpGraphic( const ImpGraphic& rImpGraphic ) : in ImpGraphic() function in ImpGraphic
178 ImpGraphic::ImpGraphic( const Bitmap& rBitmap ) : in ImpGraphic() function in ImpGraphic
195 ImpGraphic::ImpGraphic( const BitmapEx& rBitmapEx ) : in ImpGraphic() function in ImpGraphic
212 ImpGraphic::ImpGraphic(const SvgDataPtr& rSvgDataPtr) in ImpGraphic() function in ImpGraphic
229 ImpGraphic::ImpGraphic( const Animation& rAnimation ) : in ImpGraphic() function in ImpGraphic
246 ImpGraphic::ImpGraphic( const GDIMetaFile& rMtf ) : in ImpGraphic() function in ImpGraphic
263 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 …]

Completed in 34 milliseconds