Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/source/awt/
H A Dvclxgraphics.cxx49 uno::Any VCLXGraphics::queryInterface( const uno::Type & rType ) throw(uno::RuntimeException) in queryInterface()
59 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()
81 void VCLXGraphics::SetOutputDevice( OutputDevice* pOutDev ) in SetOutputDevice()
88 void VCLXGraphics::Init( OutputDevice* pOutDev ) in Init()
103 void VCLXGraphics::initAttrs() in initAttrs()
116 void VCLXGraphics::InitOutputDevice( sal_uInt16 nFlags ) in InitOutputDevice()
150 uno::Reference< awt::XDevice > VCLXGraphics::getDevice() throw(uno::RuntimeException) in getDevice()
[all …]
/AOO41X/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()
/AOO41X/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::s…
H A Dvclxdevice.hxx54 friend class VCLXGraphics;