Home
last modified time | relevance | path

Searched refs:aFixedSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/window/
H A Dmsgbox.cxx253 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()
[all …]
/trunk/main/vcl/workben/
H A Dsvpclient.cxx286 Size aFixedSize( aBitmap.GetSizePixel() ); variable
287 aFixedSize.Width() += 10;
288 aFixedSize.Height() += 10;
289 m_aImage.SetSizePixel( aFixedSize );
/trunk/main/cui/source/options/
H A Doptcolor.cxx812 Size aFixedSize = LogicToPixel( Size( _FT_WIDTH , _FT_HEIGHT ), MAP_APPFONT ); in ColorConfigWindow_Impl() local
822 …etPosSizePixel(LogicToPixel( Point( _FT_XPOS, nLineNum * _LINE_HEIGHT ), MAP_APPFONT ),aFixedSize); in ColorConfigWindow_Impl()
831 …etPosSizePixel(LogicToPixel( Point( _FT_XPOS, nLineNum * _LINE_HEIGHT ), MAP_APPFONT ),aFixedSize); in ColorConfigWindow_Impl()

Completed in 26 milliseconds