Home
last modified time | relevance | path

Searched refs:VCLXGraphics (Results 1 – 5 of 5) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx59 IMPL_XUNOTUNNEL( VCLXGraphics )
62 IMPL_XTYPEPROVIDER_START( VCLXGraphics ) in IMPL_XTYPEPROVIDER_START() argument
66 VCLXGraphics::VCLXGraphics() : mrMutex( Application::GetSolarMutex() ) in IMPL_XTYPEPROVIDER_START()
72 VCLXGraphics::~VCLXGraphics() in ~VCLXGraphics()
88 void VCLXGraphics::Init( OutputDevice* pOutDev ) in Init()
103 void VCLXGraphics::initAttrs() in initAttrs()
116 void VCLXGraphics::InitOutputDevice( sal_uInt16 nFlags ) in InitOutputDevice()
266 awt::RasterOperation VCLXGraphics::getRasterOp() in getRasterOp()
298 void VCLXGraphics::push( ) throw(uno::RuntimeException) in push()
307 void VCLXGraphics::pop( ) throw(uno::RuntimeException) in pop()
[all …]
/trunk/main/toolkit/source/helper/
H A Dunowrapper.cxx194 VCLXGraphics* pGrf = new VCLXGraphics; in CreateGraphics()
207 VCLXGraphics* pGrf = (VCLXGraphics*)pLst->GetObject( n ); in ReleaseAllGraphics()
H A Dvclunohelper.cxx182 VCLXGraphics* pGrf = VCLXGraphics::GetImplementation( rxGraphics ); in GetOutputDevice()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx54 class VCLXGraphics : public ::com::sun::star::awt::XGraphics, class
78 VCLXGraphics();
79 ~VCLXGraphics();
96 …static VCLXGraphics* GetImplementation( const ::com::sun::star::uno::Reference< ::com::su…
H A Dvclxdevice.hxx54 friend class VCLXGraphics;

Completed in 29 milliseconds