Searched refs:pOut_ (Results 1 – 1 of 1) sorted by relevance
1155 OutputDevice* pOut_ = (OutputDevice*)GetOut(); in DrawCheckBox() local1156 pOut_->Push( PUSH_LINECOLOR | PUSH_FILLCOLOR ); in DrawCheckBox()1157 pOut_->SetFillColor( SwViewOption::GetFieldShadingsColor() ); in DrawCheckBox()1158 pOut_->SetLineColor(); in DrawCheckBox()1159 pOut_->DrawRect( aIntersect.SVRect() ); in DrawCheckBox()1160 pOut_->Pop(); in DrawCheckBox()
Completed in 11 milliseconds