Lines Matching refs:aDlgSize

133     Size    aDlgSize = GetOutputSizePixel();  in ImplPosCtrls()  local
136 long nOffY = aDlgSize.Height(); in ImplPosCtrls()
157 long nOffX = aDlgSize.Width()-nBtnWidth-WIZARDDIALOG_BUTTON_DLGOFFSET_X; in ImplPosCtrls()
191 mpFixedLine->SetPosSizePixel( 0, nOffY, aDlgSize.Width(), 0, in ImplPosCtrls()
207 nViewWidth = aDlgSize.Width()-(WIZARDDIALOG_VIEW_DLGOFFSET_X*2); in ImplPosCtrls()
230 nViewWidth = aDlgSize.Width()-(WIZARDDIALOG_VIEW_DLGOFFSET_X*2); in ImplPosCtrls()
235 …nViewOffX = aDlgSize.Width()-mpViewWindow->GetSizePixel().Width()-WIZARDDIALOG_VIEW_DLGOFFSE… in ImplPosCtrls()
285 Size aDlgSize = GetOutputSizePixel(); in ImplPosTabPage() local
286 aDlgSize.Height() -= nMaxHeight; in ImplPosTabPage()
295 aDlgSize.Height() -= aViewSize.Height()+WIZARDDIALOG_VIEW_DLGOFFSET_Y; in ImplPosTabPage()
301 aDlgSize.Width() -= nOffX; in ImplPosTabPage()
304 aDlgSize.Height() -= aViewSize.Height()+WIZARDDIALOG_VIEW_DLGOFFSET_Y; in ImplPosTabPage()
306 aDlgSize.Width() -= aViewSize.Width()+WIZARDDIALOG_VIEW_DLGOFFSET_X; in ImplPosTabPage()
309 mpCurTabPage->SetPosSizePixel( aPos, aDlgSize ); in ImplPosTabPage()
408 Size aDlgSize = GetPageSizePixel(); in StateChanged() local
409 if ( !aDlgSize.Width() || !aDlgSize.Height() ) in StateChanged()
417 if ( aPageSize.Width() > aDlgSize.Width() ) in StateChanged()
418 aDlgSize.Width() = aPageSize.Width(); in StateChanged()
419 if ( aPageSize.Height() > aDlgSize.Height() ) in StateChanged()
420 aDlgSize.Height() = aPageSize.Height(); in StateChanged()
426 ImplCalcSize( aDlgSize ); in StateChanged()
427 SetOutputSizePixel( aDlgSize ); in StateChanged()