Lines Matching refs:pDevice
1023 static void ImplDrawRulerTab( OutputDevice* pDevice, in ImplDrawRulerTab() argument
1093 pDevice->DrawRect( aRect1 ); in ImplDrawRulerTab()
1094 pDevice->DrawRect( aRect2 ); in ImplDrawRulerTab()
1096 pDevice->DrawRect( aRect3 ); in ImplDrawRulerTab()
1102 void Ruler::ImplDrawTab( OutputDevice* pDevice, const Point& rPos, sal_uInt16 nStyle ) in ImplDrawTab() argument
1107 pDevice->SetLineColor(); in ImplDrawTab()
1109 pDevice->SetFillColor( GetSettings().GetStyleSettings().GetFaceColor() ); in ImplDrawTab()
1111 pDevice->SetFillColor( GetSettings().GetStyleSettings().GetWindowTextColor() ); in ImplDrawTab()
1115 ImplDrawRulerTab( pDevice, rPos, nStyle, GetStyle()); in ImplDrawTab()
3149 void Ruler::DrawTab( OutputDevice* pDevice, const Point& rPos, sal_uInt16 nStyle ) in DrawTab() argument
3151 /*const StyleSettings& rStyleSettings =*/ pDevice->GetSettings().GetStyleSettings(); in DrawTab()
3155 pDevice->Push( PUSH_LINECOLOR | PUSH_FILLCOLOR ); in DrawTab()
3156 pDevice->SetLineColor(); in DrawTab()
3157 pDevice->SetFillColor( pDevice->GetSettings().GetStyleSettings().GetWindowTextColor() ); in DrawTab()
3159 ImplDrawRulerTab( pDevice, aPos, nTabStyle, nStyle ); in DrawTab()
3160 pDevice->Pop(); in DrawTab()