Searched refs:pOut_ (Results 1 – 1 of 1) sorted by relevance
1143 OutputDevice* pOut_ = (OutputDevice*)GetOut(); in DrawCheckBox() local1144 pOut_->Push( PUSH_LINECOLOR | PUSH_FILLCOLOR ); in DrawCheckBox()1145 pOut_->SetFillColor( SwViewOption::GetFieldShadingsColor() ); in DrawCheckBox()1146 pOut_->SetLineColor(); in DrawCheckBox()1147 pOut_->DrawRect( aIntersect.SVRect() ); in DrawCheckBox()1148 pOut_->Pop(); in DrawCheckBox()
Completed in 26 milliseconds