Lines Matching refs:rRect

115                          const Rectangle& rRect,  in DrawText()  argument
119 ((PDFWriterImpl*)pImplementation)->drawText( rRect, rStr, nStyle ); in DrawText()
142 void PDFWriter::DrawRect( const Rectangle& rRect ) in DrawRect() argument
144 ((PDFWriterImpl*)pImplementation)->drawRectangle( rRect ); in DrawRect()
147 void PDFWriter::DrawRect( const Rectangle& rRect, sal_uLong nHorzRound, sal_uLong nVertRound ) in DrawRect() argument
149 ((PDFWriterImpl*)pImplementation)->drawRectangle( rRect, nHorzRound, nVertRound ); in DrawRect()
152 void PDFWriter::DrawEllipse( const Rectangle& rRect ) in DrawEllipse() argument
154 ((PDFWriterImpl*)pImplementation)->drawEllipse( rRect ); in DrawEllipse()
157 void PDFWriter::DrawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawArc() argument
159 ((PDFWriterImpl*)pImplementation)->drawArc( rRect, rStart, rStop, false, false ); in DrawArc()
162 void PDFWriter::DrawPie( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawPie() argument
164 ((PDFWriterImpl*)pImplementation)->drawArc( rRect, rStart, rStop, true, false ); in DrawPie()
167 void PDFWriter::DrawChord( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawChord() argument
169 ((PDFWriterImpl*)pImplementation)->drawArc( rRect, rStart, rStop, false, true ); in DrawChord()
260 void PDFWriter::DrawGradient( const Rectangle& rRect, const Gradient& rGradient ) in DrawGradient() argument
262 ((PDFWriterImpl*)pImplementation)->drawGradient( rRect, rGradient ); in DrawGradient()
275 void PDFWriter::DrawWallpaper( const Rectangle& rRect, const Wallpaper& rWallpaper ) in DrawWallpaper() argument
277 ((PDFWriterImpl*)pImplementation)->drawWallpaper( rRect, rWallpaper ); in DrawWallpaper()
290 void PDFWriter::EndTransparencyGroup( const Rectangle& rRect, sal_uInt16 nTransparentPercent ) in EndTransparencyGroup() argument
292 ((PDFWriterImpl*)pImplementation)->endTransparencyGroup( rRect, nTransparentPercent ); in EndTransparencyGroup()
295 void PDFWriter::EndTransparencyGroup( const Rectangle& rRect, const Bitmap& rAlphaMask ) in EndTransparencyGroup() argument
297 ((PDFWriterImpl*)pImplementation)->endTransparencyGroup( rRect, rAlphaMask ); in EndTransparencyGroup()
350 void PDFWriter::IntersectClipRegion( const Rectangle& rRect ) in IntersectClipRegion() argument
352 ((PDFWriterImpl*)pImplementation)->intersectClipRegion( rRect ); in IntersectClipRegion()
415 sal_Int32 PDFWriter::CreateLink( const Rectangle& rRect, sal_Int32 nPageNr ) in CreateLink() argument
417 return ((PDFWriterImpl*)pImplementation)->createLink( rRect, nPageNr ); in CreateLink()
419 sal_Int32 PDFWriter::RegisterDestReference( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nP… in RegisterDestReference() argument
421 … return ((PDFWriterImpl*)pImplementation)->registerDestReference( nDestId, rRect, nPageNr, eType ); in RegisterDestReference()
424 sal_Int32 PDFWriter::CreateNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, sal_I… in CreateNamedDest() argument
426 return ((PDFWriterImpl*)pImplementation)->createNamedDest( sDestName, rRect, nPageNr, eType ); in CreateNamedDest()
429 sal_Int32 PDFWriter::CreateDest( const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestAreaType… in CreateDest() argument
431 return ((PDFWriterImpl*)pImplementation)->createDest( rRect, nPageNr, eType ); in CreateDest()
469 void PDFWriter::CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr ) in CreateNote() argument
471 ((PDFWriterImpl*)pImplementation)->createNote( rRect, rNote, nPageNr ); in CreateNote()
504 void PDFWriter::SetStructureBoundingBox( const Rectangle& rRect ) in SetStructureBoundingBox() argument
506 ((PDFWriterImpl*)pImplementation)->setStructureBoundingBox( rRect ); in SetStructureBoundingBox()