Lines Matching refs:aVD
485 aVD ( *this ), in ScAutoFmtPreview()
486 aScriptedText ( aVD ), in ScAutoFmtPreview()
812 aVD.Push( PUSH_LINECOLOR | PUSH_FILLCOLOR ); in DrawBackground()
813 aVD.SetLineColor(); in DrawBackground()
814 aVD.SetFillColor( pItem->GetColor() ); in DrawBackground()
815 aVD.DrawRect( maArray.GetCellRect( nCol, nRow ) ); in DrawBackground()
816 aVD.Pop(); in DrawBackground()
837 maArray.DrawArray( aVD ); in PaintCells()
938 sal_uInt32 nOldDrawMode = aVD.GetDrawMode(); in DoPaint()
941 …aVD.SetDrawMode( DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | DRAWMODE_SETTINGSTEXT | DRAWMODE_… in DoPaint()
944 Font aFont( aVD.GetFont() ); in DoPaint()
950 aVD.SetFont( aFont ); in DoPaint()
951 aVD.SetLineColor(); in DoPaint()
952 aVD.SetFillColor( aBackCol ); in DoPaint()
953 aVD.SetOutputSize( aWndSize ); in DoPaint()
954 aVD.DrawRect( aRect ); in DoPaint()
964 DrawOutDev( aPos, aWndSize, Point(), aWndSize, aVD ); in DoPaint()
966 aVD.SetDrawMode( nOldDrawMode ); in DoPaint()