Lines Matching refs:aFixedSize
253 Size aFixedSize; in ImplPosControls() local
348 aFixedSize.Width() = aTextInfo.GetMaxLineWidth()+1; in ImplPosControls()
349 aFixedSize.Height() = aFormatRect.GetHeight(); in ImplPosControls()
350 if ( aFixedSize.Height() < aImageSize.Height() ) in ImplPosControls()
354 aFixedSize.Height() = aImageSize.Height(); in ImplPosControls()
359 aPageSize.Height() = aFixedSize.Height(); in ImplPosControls()
364 aPageSize.Width() += aFixedSize.Width()+1; in ImplPosControls()
374 Size aMinCheckboxSize ( aFixedSize ); in ImplPosControls()
409 aPos.Y() += aFixedSize.Height() + (IMPL_DIALOG_OFFSET)+(IMPL_MSGBOX_OFFSET_EXTRA_Y*2); in ImplPosControls()
420 aFixedSize.Width() += 2; in ImplPosControls()
421 mpFixedText->SetPosSizePixel( aTextPos, aFixedSize ); in ImplPosControls()