Lines Matching refs:sal_Int32

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()
329sal_Int32 nSourceX, sal_Int32 nSourceY, sal_Int32 nSourceWidth, sal_Int32 nSourceHeight, sal_Int32 in copy()
346sal_Int32 nSourceX, sal_Int32 nSourceY, sal_Int32 nSourceWidth, sal_Int32 nSourceHeight, sal_Int32 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 …CLXGraphics::drawRoundedRect( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int… in drawRoundedRect()
422 …d VCLXGraphics::drawPolyLine( const uno::Sequence< sal_Int32 >& DataX, const uno::Sequence< sal_In… in drawPolyLine()
433 …id VCLXGraphics::drawPolygon( const uno::Sequence< sal_Int32 >& DataX, const uno::Sequence< sal_In… in drawPolygon()
444 …lygon( const uno::Sequence< uno::Sequence< sal_Int32 > >& DataX, const uno::Sequence< uno::Sequenc… in drawPolyPolygon()
460 void VCLXGraphics::drawEllipse( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height ) throw… in drawEllipse()
471 …XGraphics::drawArc( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 x1, sal… in drawArc()
482 …XGraphics::drawPie( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 x1, sal… in drawPie()
493 …raphics::drawChord( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 x1, sal… 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 …oid 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()