Lines Matching refs:pOut
38 : pOut( pOutputDevice ) in ScDDComboBoxButton()
53 pOut = pOutputDevice; in SetOutputDevice()
60 aBtnSize = pOut->LogicToPixel( Size(0,11), MAP_APPFONT ); in SetOptSizePixel()
62 aBtnSize.Width() = pOut->GetSettings().GetStyleSettings().GetScrollBarSize(); in SetOptSizePixel()
76 sal_Bool bHadFill = pOut->IsFillColor(); in Draw()
77 Color aOldFill = pOut->GetFillColor(); in Draw()
78 sal_Bool bHadLine = pOut->IsLineColor(); in Draw()
79 Color aOldLine = pOut->GetLineColor(); in Draw()
80 sal_Bool bOldEnable = pOut->IsMapModeEnabled(); in Draw()
86 pOut->EnableMapMode( sal_False ); in Draw()
88 DecorationView aDecoView( pOut); in Draw()
114 pOut->EnableMapMode( bOldEnable ); in Draw()
116 pOut->SetLineColor(aOldLine); in Draw()
118 pOut->SetLineColor(); in Draw()
120 pOut->SetFillColor(aOldFill); in Draw()
122 pOut->SetFillColor(); in Draw()
148 pOut->SetFillColor( aColor ); in ImpDrawArrow()
149 pOut->SetLineColor( aColor ); in ImpDrawArrow()
156 pOut->DrawRect( aTempRect ); in ImpDrawArrow()
162 pOut->DrawLine( aPos1, aPos2 ); in ImpDrawArrow()
167 pOut->DrawLine( Point( aCenter.X() - aSize3.Width(), aPos1.Y()+1 ), in ImpDrawArrow()