Lines Matching refs:VCLXGraphics
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() 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()
163 awt::SimpleFontMetric VCLXGraphics::getFontMetric() throw(uno::RuntimeException) in getFontMetric()
176 void VCLXGraphics::setFont( const uno::Reference< awt::XFont >& rxFont ) throw(uno::RuntimeExceptio… in setFont()
183 uno::Reference< awt::XFont > VCLXGraphics::getFont() throw(uno::RuntimeException) in getFont()
200 void VCLXGraphics::selectFont( const awt::FontDescriptor& rDescription ) throw(uno::RuntimeExceptio… in selectFont()
207 void VCLXGraphics::setTextColor( sal_Int32 nColor ) throw(uno::RuntimeException) in setTextColor()
214 ::sal_Int32 VCLXGraphics::getTextColor() throw(uno::RuntimeException) in getTextColor()
220 void VCLXGraphics::setTextFillColor( sal_Int32 nColor ) throw(uno::RuntimeException) in setTextFillColor()
227 ::sal_Int32 VCLXGraphics::getTextFillColor() throw(uno::RuntimeException) in getTextFillColor()
233 void VCLXGraphics::setLineColor( sal_Int32 nColor ) throw(uno::RuntimeException) in setLineColor()
240 ::sal_Int32 VCLXGraphics::getLineColor() throw(uno::RuntimeException) in getLineColor()
246 void VCLXGraphics::setFillColor( sal_Int32 nColor ) throw(uno::RuntimeException) in setFillColor()
253 ::sal_Int32 VCLXGraphics::getFillColor() throw(uno::RuntimeException) in getFillColor()
259 void VCLXGraphics::setRasterOp( awt::RasterOperation eROP ) throw(uno::RuntimeException) in setRasterOp()
266 awt::RasterOperation VCLXGraphics::getRasterOp() in getRasterOp()
273 void VCLXGraphics::setClipRegion( const uno::Reference< awt::XRegion >& rxRegion ) throw(uno::Runti… in setClipRegion()
284 void VCLXGraphics::intersectClipRegion( const uno::Reference< awt::XRegion >& rxRegion ) throw(uno:… in intersectClipRegion()
298 void VCLXGraphics::push( ) throw(uno::RuntimeException) in push()
307 void VCLXGraphics::pop( ) throw(uno::RuntimeException) in pop()
316 void VCLXGraphics::clear( in clear()
329 void VCLXGraphics::copy( const uno::Reference< awt::XDevice >& rxSource, sal_Int32 nSourceX, sal_In… in copy()
346 void VCLXGraphics::draw( const uno::Reference< awt::XDisplayBitmap >& rxBitmapHandle, sal_Int32 nSo… in draw()
378 void VCLXGraphics::drawPixel( sal_Int32 x, sal_Int32 y ) throw(uno::RuntimeException) in drawPixel()
389 void VCLXGraphics::drawLine( sal_Int32 x1, sal_Int32 y1, sal_Int32 x2, sal_Int32 y2 ) throw(uno::Ru… in drawLine()
400 void VCLXGraphics::drawRect( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height ) throw(un… in drawRect()
411 void VCLXGraphics::drawRoundedRect( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sa… in drawRoundedRect()
422 void VCLXGraphics::drawPolyLine( const uno::Sequence< sal_Int32 >& DataX, const uno::Sequence< sal_… in drawPolyLine()
433 void VCLXGraphics::drawPolygon( const uno::Sequence< sal_Int32 >& DataX, const uno::Sequence< sal_I… in drawPolygon()
444 void VCLXGraphics::drawPolyPolygon( const uno::Sequence< uno::Sequence< sal_Int32 > >& DataX, const… in drawPolyPolygon()
460 void VCLXGraphics::drawEllipse( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height ) throw… in drawEllipse()
471 void VCLXGraphics::drawArc( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 … in drawArc()
482 void VCLXGraphics::drawPie( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 … in drawPie()
493 void VCLXGraphics::drawChord( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int3… in drawChord()
504 void VCLXGraphics::drawGradient( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, const… in drawGradient()
523 void VCLXGraphics::drawText( sal_Int32 x, sal_Int32 y, const ::rtl::OUString& rText ) throw(uno::Ru… in drawText()
534 void VCLXGraphics::drawTextArray( sal_Int32 x, sal_Int32 y, const ::rtl::OUString& rText, const uno… in drawTextArray()
546 void VCLXGraphics::drawImage( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int1… in drawImage()