Searched refs:_rDev (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | indexfieldscontrol.cxx | 161 …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()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svlbitm.cxx | 610 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()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 973 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 …]
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | indexfieldscontrol.hxx | 89 …virtual void PaintCell( OutputDevice& _rDev, const Rectangle& _rRect, sal_uInt16 _nColumnId ) cons…
|
/aoo4110/main/cui/source/dialogs/ |
H A D | hangulhanjadlg.cxx | 81 inline FontSwitch( OutputDevice& _rDev, const Font& _rTemporaryFont ) in FontSwitch() argument 82 :m_rDev( _rDev ) in FontSwitch()
|
/aoo4110/main/svx/source/inc/ |
H A D | gridcell.hxx | 312 virtual void PaintCell( OutputDevice& _rDev, const Rectangle& _rRect ); 420 virtual void PaintFieldToCell( OutputDevice& _rDev, const Rectangle& _rRect,
|
Completed in 60 milliseconds