Lines Matching refs:nOffY
51 long nOffY = 0; in ImplPosControls() local
76 if ( nHeight > nOffY ) in ImplPosControls()
77 nOffY = nHeight; in ImplPosControls()
88 if ( nOffY ) in ImplPosControls()
89 nOffY += IMPL_DIALOG_BAR_OFFSET*2 + 2; in ImplPosControls()
91 Point aTabOffset( IMPL_DIALOG_OFFSET, IMPL_DIALOG_OFFSET+nOffY ); in ImplPosControls()
94 aTabSize.Height() + IMPL_DIALOG_OFFSET*2 + nOffY ); in ImplPosControls()
109 nViewOffY = nOffY+IMPL_DIALOG_OFFSET; in ImplPosControls()
189 pChild2->SetPosPixel( Point( nTopX, (nOffY-aChildSize.Height())/2 ) ); in ImplPosControls()
202 if ( nOffY ) in ImplPosControls()
207 mpFixedLine->SetPosSizePixel( Point( 0, nOffY ), in ImplPosControls()