Searched refs:VCLXGraphics (Results 1 – 5 of 5) sorted by relevance
49 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() argument66 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 …]
194 VCLXGraphics* pGrf = new VCLXGraphics; in CreateGraphics()207 VCLXGraphics* pGrf = (VCLXGraphics*)pLst->GetObject( n ); in ReleaseAllGraphics()
182 VCLXGraphics* pGrf = VCLXGraphics::GetImplementation( rxGraphics ); in GetOutputDevice()
54 class VCLXGraphics : public ::com::sun::star::awt::XGraphics, class78 VCLXGraphics();79 ~VCLXGraphics();96 …static VCLXGraphics* GetImplementation( const ::com::sun::s…
54 friend class VCLXGraphics;