Lines Matching refs:Rectangle

136     aWriter.DrawRect( Rectangle( Point( 2000, 200 ), Size( 8000, 3000 ) ), 5000, 2000 );  in doTestCode()
143 Rectangle aRect( Point( 5000, 5000 ), Size( 6000, 3000 ) ); in doTestCode()
150 … aWriter.CreateNote( Rectangle( Point( aRect.Right(), aRect.Top() ), Size( 6000, 3000 ) ), aNote ); in doTestCode()
152 Rectangle aTargetRect( Point( 3000, 23000 ), Size( 12000, 6000 ) ); in doTestCode()
165 aWriter.DrawText( Rectangle( Point( 4500, 10000 ), Size( 12000, 6000 ) ), in doTestCode()
174 aWriter.DrawText( Rectangle( Point( 4500, 19000 ), Size( 12000, 1000 ) ), in doTestCode()
187 aWriter.DrawText( Rectangle( Point( 4500, 1500 ), Size( 12000, 3000 ) ), in doTestCode()
211 aWriter.DrawText( Rectangle( Point( 4500,4500 ), Size( 12000, 1000 ) ), in doTestCode()
235 aWriter.DrawEllipse( Rectangle( Point( 4500, 9600 ), Size( 12000, 3000 ) ) ); in doTestCode()
238 aWriter.DrawEllipse( Rectangle( Point( 4500, 9600 ), Size( 12000, 3000 ) ) ); in doTestCode()
242 Rectangle aTranspRect( Point( 7500, 13500 ), Size( 9000, 6000 ) ); in doTestCode()
268 aTranspRect = Rectangle( Point( 4200, 13500 ), Size( 3000, 3000 ) ); in doTestCode()
277 aTranspRect = Rectangle( Point( 1500, 16500 ), Size( 4800, 3000 ) ); in doTestCode()
292 pAcc->FillRect( Rectangle( Point( 0, 0 ), Size( 256, 256 ) ) ); in doTestCode()
323 aWriter.DrawWallpaper( Rectangle( Point( 4400, 4200 ), Size( 10200, 6300 ) ), aWall ); in doTestCode()
326 aWriter.BeginPattern(Rectangle(Point(0,0),Size(2000,1000))); in doTestCode()
334 …aWriter.DrawText( Rectangle( Point( 200, 200 ), Size( 1600, 600 ) ), String( RTL_CONSTASCII_USTRIN… in doTestCode()
337 Rectangle aPolyRect( Point( 3800, 11200 ), Size( 10200, 6300 ) ); in doTestCode()
347 aRect = Rectangle( Point( 4500, 6000 ), Size( 6000, 1500 ) ); in doTestCode()
361 aBtn.Location = Rectangle( Point( 4500, 9000 ), Size( 4500, 3000 ) ); in doTestCode()
370 aUriBtn.Location = Rectangle( Point( 9500, 9000 ), Size( 4500, 3000 ) ); in doTestCode()
380 aDstBtn.Location = Rectangle( Point( 14500, 9000 ), Size( 4500, 3000 ) ); in doTestCode()
389 aCBox.Location = Rectangle( Point( 4500, 13500 ), Size( 3000, 750 ) ); in doTestCode()
398 aCBox2.Location = Rectangle( Point( 4500, 14250 ), Size( 3000, 750 ) ); in doTestCode()
408 aRB1.Location = Rectangle( Point( 4500, 15000 ), Size( 6000, 1000 ) ); in doTestCode()
423 aRB2.Location = Rectangle( Point( 10500, 15000 ), Size( 3000, 1000 ) ); in doTestCode()
432 aRB3.Location = Rectangle( Point( 4500, 16000 ), Size( 3000, 1000 ) ); in doTestCode()
442 aEditBox.Location = Rectangle( Point( 10000, 18000 ), Size( 5000, 1500 ) ); in doTestCode()
453 aLstBox.Location = Rectangle( Point( 4500, 18000 ), Size( 3000, 1500 ) ); in doTestCode()
469 aLstBox.Location = Rectangle( Point( 4500, 19500 ), Size( 3000, 500 ) ); in doTestCode()
479 aComboBox.Location = Rectangle( Point( 4500, 20000 ), Size( 3000, 500 ) ); in doTestCode()
1432 void PDFWriterImpl::PDFPage::appendRect( const Rectangle& rRect, OStringBuffer& rBuffer ) const in appendRect()
1442 void PDFWriterImpl::PDFPage::convertRect( Rectangle& rRect ) const in convertRect()
3127 aInfo.m_aFontBBox = Rectangle( Point( -200, -200 ), Size( 1700, 1700 ) ); in emitSystemFont()
4955 Rectangle aRect = rIntern.m_aRect; in drawFieldBorder()
4963 … drawRectangle( Rectangle( Point( aRect.Left(), aRect.Bottom()-nDelta ), aRect.BottomRight() ) ); in drawFieldBorder()
4964 … drawRectangle( Rectangle( Point( aRect.Right()-nDelta, aRect.Top() ), aRect.BottomRight() ) ); in drawFieldBorder()
4966 … drawRectangle( Rectangle( aRect.TopLeft(), Point( aRect.Left()+nDelta, aRect.Bottom() ) ) ); in drawFieldBorder()
4967 … drawRectangle( Rectangle( aRect.TopLeft(), Point( aRect.Right(), aRect.Top()+nDelta ) ) ); in drawFieldBorder()
5145 Rectangle aCheckRect, aTextRect; in createDefaultCheckBoxAppearance()
5270 Rectangle aCheckRect, aTextRect; in createDefaultRadioButtonAppearance()
7619 Rectangle aEmphRect1; in drawLayout()
7620 Rectangle aEmphRect2; in drawLayout()
7706 const Rectangle& rRect1, const Rectangle& rRect2 ) in drawEmphasisMark()
7729 Rectangle aRect( Point( nX+rRect1.Left(), in drawEmphasisMark()
7736 Rectangle aRect( Point( nX+rRect2.Left(), in drawEmphasisMark()
7791 void PDFWriterImpl::drawText( const Rectangle& rRect, const String& rOrigStr, sal_uInt16 nStyle, bo… in drawText()
8589 void PDFWriterImpl::beginRedirect( SvStream* pStream, const Rectangle& rTargetRect ) in beginRedirect()
8621 Rectangle PDFWriterImpl::getRedirectTargetRect() const in getRedirectTargetRect()
8623 return m_aOutputStreams.empty() ? Rectangle() : m_aOutputStreams.front().m_aTargetRect; in getRedirectTargetRect()
8653 beginRedirect( new SvMemoryStream( 1024, 1024 ), Rectangle() ); in beginTransparencyGroup()
8656 void PDFWriterImpl::endTransparencyGroup( const Rectangle& rBoundingBox, sal_uInt32 nTransparentPer… in endTransparencyGroup()
8696 void PDFWriterImpl::endTransparencyGroup( const Rectangle& rBoundingBox, const Bitmap& rAlphaMask ) in endTransparencyGroup()
8712 beginRedirect( new SvMemoryStream( 1024, 1024 ), Rectangle() ); in endTransparencyGroup()
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()
9250 Rectangle aBoundRect( rPoly.GetBoundRect() ); in drawPolyLine()
9503 aDev.DrawGradient( Rectangle( Point( 0, 0 ), rObject.m_aSize ), rObject.m_aGradient ); in writeGradientFunction()
9961 …p( SvStream& rDCTData, bool bIsTrueColor, const Size& rSizePixel, const Rectangle& rTargetArea, co… in drawJPGBitmap()
10210 void PDFWriterImpl::drawGradient( const Rectangle& rRect, const Gradient& rGradient ) in drawGradient()
10265 Rectangle aBoundRect = rPolyPoly.GetBoundRect(); in drawGradient()
10311 void PDFWriterImpl::drawWallpaper( const Rectangle& rRect, const Wallpaper& rWall ) in drawWallpaper()
10329 Rectangle aRect( rRect ); in drawWallpaper()
10387 Rectangle aConvertRect( aBmpPos, aBmpSize ); in drawWallpaper()
10406 … m_aTilings.back().m_aRectangle = Rectangle( Point( 0, 0 ), aConvertRect.GetSize() ); in drawWallpaper()
10480 void PDFWriterImpl::beginPattern( const Rectangle& rCellRect ) in beginPattern()
10487 Rectangle aConvertRect( getRedirectTargetRect() ); in endPattern()
10513 rTile.m_aRectangle = Rectangle( Point(0,0), aConvertRect.GetSize() ); in endPattern()
10534 Rectangle aObjRect; in drawPolyPolygon()
10541 Rectangle aConvObjRect( aObjRect ); in drawPolyPolygon()
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()
12010 Rectangle aRect = rNewWidget.m_aRect; in createControl()
12121Rectangle aBack( Point( rWidget.m_aRect.Left(), pointToPixel(m_aPages[m_nCurrentPage].getHeight())… in beginControlAppearance()