Home
last modified time | relevance | path

Searched refs:_rDev (Results 1 – 6 of 6) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx161 …void IndexFieldsControl::PaintCell( OutputDevice& _rDev, const Rectangle& _rRect, sal_uInt16 _nCol… in PaintCell() argument
172 _rDev.SetClipRegion( _rRect ); in PaintCell()
176 Color aOriginalColor = _rDev.GetTextColor(); in PaintCell()
178 _rDev.SetTextColor(GetSettings().GetStyleSettings().GetDisableColor()); in PaintCell()
181 _rDev.DrawText(aPos, aText); in PaintCell()
185 _rDev.SetTextColor(aOriginalColor); in PaintCell()
187 if (_rDev.IsClipRegion()) in PaintCell()
188 _rDev.SetClipRegion(); in PaintCell()
/trunk/main/svtools/source/contnr/
H A Dsvlbitm.cxx610 void SvLBoxContextBmp::Paint( const Point& _rPos, SvLBox& _rDev, in Paint() argument
619 if ( _rDev.GetSettings().GetStyleSettings().GetHighContrastMode() ) in Paint()
628 sal_uInt16 nStyle = _rDev.IsEnabled() ? 0 : IMAGE_DRAW_DISABLE; in Paint()
631 _rDev.DrawImage( _rPos, rImage, nStyle); in Paint()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx973 void DbCellControl::PaintCell( OutputDevice& _rDev, const Rectangle& _rRect ) in PaintCell() argument
975 if ( m_pPainter->GetParent() == &_rDev ) in PaintCell()
979 m_pPainter->SetControlBackground( _rDev.GetFillColor() ); in PaintCell()
980 m_pPainter->SetControlForeground( _rDev.GetTextColor() ); in PaintCell()
981 m_pPainter->SetTextColor( _rDev.GetTextColor() ); in PaintCell()
982 m_pPainter->SetTextFillColor( _rDev.GetTextColor() ); in PaintCell()
984 Font aFont( _rDev.GetFont() ); in PaintCell()
996 m_pPainter->Draw( &_rDev, _rRect.TopLeft(), _rRect.GetSize(), 0 ); in PaintCell()
1003 PaintCell( _rDev, _rRect ); in PaintFieldToCell()
1177 void DbTextField::PaintFieldToCell( OutputDevice& _rDev, const Rectangle& _rRect, const Reference< … in PaintFieldToCell() argument
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A Dindexfieldscontrol.hxx89 …virtual void PaintCell( OutputDevice& _rDev, const Rectangle& _rRect, sal_uInt16 _nColumnId ) cons…
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx81 inline FontSwitch( OutputDevice& _rDev, const Font& _rTemporaryFont ) in FontSwitch() argument
82 :m_rDev( _rDev ) in FontSwitch()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx312 virtual void PaintCell( OutputDevice& _rDev, const Rectangle& _rRect );
420 virtual void PaintFieldToCell( OutputDevice& _rDev, const Rectangle& _rRect,

Completed in 58 milliseconds