Searched refs:maVirDev (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/svtools/source/control/ |
| H A D | ruler.cxx | 316 maVirDev( *this ), in Ruler() 356 maVirDev.DrawLine( Point( nX1, nY1 ), Point( nX2, nY2 ) ); in ImplVDrawLine() 358 maVirDev.DrawLine( Point( nY1, nX1 ), Point( nY2, nX2 ) ); in ImplVDrawLine() 380 maVirDev.DrawRect( Rectangle( nX1, nY1, nX2, nY2 ) ); in ImplVDrawRect() 382 maVirDev.DrawRect( Rectangle( nY1, nX1, nY2, nX2 ) ); in ImplVDrawRect() 392 maVirDev.DrawText( Point( nX, nY ), rText ); in ImplVDrawText() 394 maVirDev.DrawText( Point( nY, nX ), rText ); in ImplVDrawText() 469 Size aPixSize = maVirDev.LogicToPixel( Size( nTick3, nTick3 ), maMapMode ); in ImplDrawTicks() 490 maVirDev.SetFont( aFont ); in ImplDrawTicks() 493 long nMaxWidth = maVirDev.PixelToLogic( Size( mpData->nPageWidth, 0 ), maMapMode ).Width(); in ImplDrawTicks() [all …]
|
| H A D | valueset.cxx | 85 maVirDev.EnableRTL( GetParent()->IsRTLEnabled() ); in ImplInit() 94 maVirDev( *this ), in ValueSet() 106 maVirDev( *this ), in ValueSet() 248 DecorationView aView( &maVirDev ); in ImplFormatItem() 262 maVirDev.SetFont( GetFont() ); in ImplFormatItem() 263 …maVirDev.SetTextColor( ( nStyle & WB_MENUSTYLEVALUESET ) ? rStyleSettings.GetMenuTextColor() : rSt… in ImplFormatItem() 264 maVirDev.SetTextFillColor(); in ImplFormatItem() 265 …maVirDev.SetFillColor( ( nStyle & WB_MENUSTYLEVALUESET ) ? rStyleSettings.GetMenuColor() : rStyleS… in ImplFormatItem() 266 maVirDev.DrawRect( aRect ); in ImplFormatItem() 276 maVirDev.SetClipRegion( Region( aRect ) ); in ImplFormatItem() [all …]
|
| /AOO42X/main/svx/source/dialog/ |
| H A D | frmsel.cxx | 373 maVirDev.SetOutputSizePixel( Size( mnCtrlSize, mnCtrlSize ) ); in InitGlobalGeometry() 541 maVirDev.SetLineColor(); in DrawBackground() 542 maVirDev.SetFillColor( maBackCol ); in DrawBackground() 543 maVirDev.DrawRect( Rectangle( Point( 0, 0 ), maVirDev.GetOutputSizePixel() ) ); in DrawBackground() 546 maVirDev.SetLineColor(); in DrawBackground() 547 maVirDev.SetFillColor( maMarkCol ); in DrawBackground() 548 maVirDev.DrawRect( Rectangle( in DrawBackground() 556 maVirDev.SetLineColor( maBackCol ); in DrawBackground() 557 maVirDev.SetFillColor( maBackCol ); in DrawBackground() 558 maVirDev.DrawPolyPolygon( aPPoly ); in DrawBackground() [all …]
|
| /AOO42X/main/svx/source/inc/ |
| H A D | frmselimpl.hxx | 103 VirtualDevice maVirDev; /// For all buffered drawing operations. member
|
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | valueset.hxx | 243 VirtualDevice maVirDev; member in ValueSet
|
| H A D | ruler.hxx | 664 VirtualDevice maVirDev; member in Ruler
|