Searched refs:drawRectangle (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/filter/source/graphicfilter/ipict/ |
| H A D | shape.hxx | 39 void drawRectangle(VirtualDevice *dev, bool drawFrame, Rectangle const &rect, Size const &pSize);
|
| H A D | shape.cxx | 140 void drawRectangle(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, Size const &pSize) { in drawRectangle() function
|
| H A D | ipict.cxx | 523 PictReaderShape::drawRectangle(pVirDev, eMethod==PDM_FRAME, aLastRect, nActPenSize); in ReadAndDrawSameRect()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | pdfwriter.cxx | 144 ((PDFWriterImpl*)pImplementation)->drawRectangle( rRect ); in DrawRect() 149 ((PDFWriterImpl*)pImplementation)->drawRectangle( rRect, nHorzRound, nVertRound ); in DrawRect()
|
| H A D | pdfwriter_impl.cxx | 4899 drawRectangle( rWidget.Location ); in createDefaultPushButtonAppearance() 4957 drawRectangle( aRect ); in drawFieldBorder() 4961 drawRectangle( 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() 4973 drawRectangle( rIntern.m_aRect ); in drawFieldBorder() 5075 drawRectangle( rBox.m_aRect ); in createDefaultListBoxAppearance() 5133 drawRectangle( rBox.m_aRect ); in createDefaultCheckBoxAppearance() [all …]
|
| H A D | pdfwriter_impl.hxx | 1244 void drawRectangle( const Rectangle& rRect ); 1245 void drawRectangle( const Rectangle& rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertRound );
|