Lines Matching refs:aVD
82 VirtualDevice aVD; member in AutoFmtPreview
584 aVD ( *this ), in IMPL_LINK_INLINE_END()
585 aScriptedText ( aVD ), in IMPL_LINK_INLINE_END()
892 aVD.Push( PUSH_LINECOLOR | PUSH_FILLCOLOR ); in DrawBackground()
893 aVD.SetLineColor(); in DrawBackground()
894 aVD.SetFillColor( aBrushItem.GetColor() ); in DrawBackground()
895 aVD.DrawRect( maArray.GetCellRect( nCol, nRow ) ); in DrawBackground()
896 aVD.Pop(); in DrawBackground()
915 maArray.DrawArray( aVD ); in PaintCells()
998 sal_uInt32 nOldDrawMode = aVD.GetDrawMode(); in DoPaint()
1001 …aVD.SetDrawMode( DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | DRAWMODE_SETTINGSTEXT | DRAWMODE_… in DoPaint()
1010 aFont = aVD.GetFont(); in DoPaint()
1013 aVD.SetFont ( aFont ); in DoPaint()
1014 aVD.SetLineColor (); in DoPaint()
1016 aVD.SetBackground ( Wallpaper(rWinColor) ); in DoPaint()
1017 aVD.SetFillColor ( rWinColor ); in DoPaint()
1018 aVD.SetOutputSizePixel ( aPrvSize ); in DoPaint()
1025 thePreview = aVD.GetBitmap( Point(0,0), aPrvSize ); in DoPaint()
1031 aVD.SetOutputSizePixel( theWndSize ); in DoPaint()
1032 oldColor = aVD.GetLineColor(); in DoPaint()
1033 aVD.SetLineColor(); in DoPaint()
1034 aVD.DrawRect( Rectangle( Point(0,0), theWndSize ) ); in DoPaint()
1038 aVD.DrawBitmap( aCenterPos, thePreview ); in DoPaint()
1043 DrawBitmap( Point(0,0), aVD.GetBitmap( Point(0,0), theWndSize ) ); in DoPaint()
1045 aVD.SetDrawMode( nOldDrawMode ); in DoPaint()