Lines Matching refs:aPageSize
252 Size aPageSize; in ImplPosControls() local
347 aPageSize.Width() = aImageSize.Width(); in ImplPosControls()
353 aPageSize.Height() = aImageSize.Height(); in ImplPosControls()
359 aPageSize.Height() = aFixedSize.Height(); in ImplPosControls()
362 aPageSize.Width() += IMPL_SEP_MSGBOX_IMAGE; in ImplPosControls()
363 aPageSize.Width() += (IMPL_DIALOG_OFFSET*2)+(IMPL_MSGBOX_OFFSET_EXTRA_X*2); in ImplPosControls()
364 aPageSize.Width() += aFixedSize.Width()+1; in ImplPosControls()
365 aPageSize.Height() += (IMPL_DIALOG_OFFSET*2)+(IMPL_MSGBOX_OFFSET_EXTRA_Y*2); in ImplPosControls()
367 if ( aPageSize.Width() < IMPL_MINSIZE_MSGBOX_WIDTH ) in ImplPosControls()
368 aPageSize.Width() = IMPL_MINSIZE_MSGBOX_WIDTH; in ImplPosControls()
369 if ( aPageSize.Width() < nTitleWidth ) in ImplPosControls()
370 aPageSize.Width() = nTitleWidth; in ImplPosControls()
375 if ( aPageSize.Width() < IMPL_MINSIZE_MSGBOX_WIDTH+80 ) in ImplPosControls()
377 aPageSize.Width() = IMPL_MINSIZE_MSGBOX_WIDTH+80; in ImplPosControls()
412 … aPageSize.Height() += aSize.Height() + (IMPL_DIALOG_OFFSET*2)+(IMPL_MSGBOX_OFFSET_EXTRA_Y*2); in ImplPosControls()
424 SetPageSizePixel( aPageSize ); in ImplPosControls()