Lines Matching defs:rRect
1432 void PDFWriterImpl::PDFPage::appendRect( const Rectangle& rRect, OStringBuffer& rBuffer ) const in appendRect() argument
7791 void PDFWriterImpl::drawText( const Rectangle& rRect, const String& rOrigStr, sal_uInt16 nStyle, bo… in drawText()
8738 void PDFWriterImpl::drawRectangle( const Rectangle& rRect ) in drawRectangle()
8762 void PDFWriterImpl::drawRectangle( const Rectangle& rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertR… in drawRectangle()
8853 void PDFWriterImpl::drawEllipse( const Rectangle& rRect ) in drawEllipse()
8923 static double calcAngle( const Rectangle& rRect, const Point& rPoint ) in calcAngle()
8939 void PDFWriterImpl::drawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop, bool … in drawArc()
10210 void PDFWriterImpl::drawGradient( const Rectangle& rRect, const Gradient& rGradient ) in drawGradient()
10311 void PDFWriterImpl::drawWallpaper( const Rectangle& rRect, const Wallpaper& rWall ) in drawWallpaper()
10801 bool PDFWriterImpl::intersectClipRegion( const Rectangle& rRect ) in intersectClipRegion()
10828 void PDFWriterImpl::createNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr ) in createNote()
10847 sal_Int32 PDFWriterImpl::createLink( const Rectangle& rRect, sal_Int32 nPageNr ) in createLink()
10871 sal_Int32 PDFWriterImpl::createNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, s… in createNamedDest()
10893 sal_Int32 PDFWriterImpl::createDest( const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestArea… in createDest()
10913 sal_Int32 PDFWriterImpl::registerDestReference( sal_Int32 nDestId, const Rectangle& rRect, sal_Int3… in registerDestReference()
11761 void PDFWriterImpl::setStructureBoundingBox( const Rectangle& rRect ) in setStructureBoundingBox()