Lines Matching refs:nOffY
136 long nOffY = aDlgSize.Height(); in ImplPosCtrls() local
159 nOffY -= WIZARDDIALOG_BUTTON_OFFSET_Y+nMaxHeight; in ImplPosCtrls()
168 Point aPos( nOffX, nOffY+((nMaxHeight-aBtnSize.Height())/2) ); in ImplPosCtrls()
175 Point aPos( nOffLeftAlignX, nOffY+((nMaxHeight-aBtnSize.Height())/2) ); in ImplPosCtrls()
185 nOffY -= WIZARDDIALOG_BUTTON_OFFSET_Y; in ImplPosCtrls()
190 nOffY -= mpFixedLine->GetSizePixel().Height(); in ImplPosCtrls()
191 mpFixedLine->SetPosSizePixel( 0, nOffY, aDlgSize.Width(), 0, in ImplPosCtrls()
201 long nDlgHeight = nOffY; in ImplPosCtrls()
288 long nOffY = 0; in ImplPosTabPage() local
294 nOffY += aViewSize.Height()+WIZARDDIALOG_VIEW_DLGOFFSET_Y; in ImplPosTabPage()
308 Point aPos( nOffX, nOffY ); in ImplPosTabPage()