Searched refs:FillRect (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | dibpreview.cxx | 292 FillRect(hDC,&rc,(HBRUSH)(COLOR_INACTIVEBORDER + 1)); in onPaint() 299 FillRect(hDC,&rc,(HBRUSH)(COLOR_INACTIVEBORDER + 1)); in onPaint() 309 FillRect(hDC,&rc,(HBRUSH)(COLOR_INACTIVEBORDER + 1)); in onPaint() 316 FillRect(hDC,&rc,(HBRUSH)(COLOR_INACTIVEBORDER + 1)); in onPaint() 323 FillRect(hDC,&rc,(HBRUSH)(COLOR_INACTIVEBORDER + 1)); in onPaint()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bmpacc3.cxx | 125 FillRect( aRect ); in Erase() 270 void BitmapWriteAccess::FillRect( const Rectangle& rRect ) in FillRect() function in BitmapWriteAccess 299 FillRect( rRect ); in DrawRect()
|
H A D | bitmap.cxx | 601 pWriteAcc->FillRect( aRect ); in Erase()
|
H A D | pdfwriter_impl.cxx | 292 pAcc->FillRect( Rectangle( Point( 0, 0 ), Size( 256, 256 ) ) ); in doTestCode()
|
/aoo41x/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 903 pAcc->FillRect(Rectangle(0,0,100,100)); in Paint() 922 pAcc->FillRect(Rectangle(0,0,100,100)); in Paint() 940 pAcc->FillRect(Rectangle(0,0,100,100)); in Paint()
|
/aoo41x/main/extensions/test/ole/MfcControl/ |
H A D | MfcControlCtl.cpp | 186 pdc->FillRect(rcBounds, CBrush::FromHandle((HBRUSH)GetStockObject(WHITE_BRUSH))); in OnDraw()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | bmpacc.hxx | 222 void FillRect( const Rectangle& rRect );
|
/aoo41x/main/svtools/source/filter/jpeg/ |
H A D | jpeg.cxx | 541 pAcc1->FillRect( Rectangle( Point( 0, nLastLines ), in CreateIntermediateGraphic()
|
/aoo41x/main/embedserv/source/embed/ |
H A D | tracker.cxx | 643 FillRect(hDC,&rect,hbrush); in Draw()
|
/aoo41x/main/sd/source/ui/table/ |
H A D | TableDesignPane.cxx | 840 pAccess->FillRect( aRect ); in CreateDesignPreview()
|
/aoo41x/main/extensions/source/activex/main/ |
H A D | SOActiveX.cpp | 1088 FillRect( di.hdcDraw, (RECT*)di.prcBounds, (HBRUSH)COLOR_BACKGROUND ); in OnDraw()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 1415 ::FillRect( getHDC(), &aWinRect, mhBrush ); in drawRect()
|
/aoo41x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 1316 …FillRect( dc, &aRect, (HBRUSH) (COLOR_MENU+1) ); // choose the menucolor, because its mostly notic… in ImplSalShow()
|
Completed in 149 milliseconds