Searched refs:aCurrentSize (Results 1 – 5 of 5) sorted by relevance
95 awt::Size aCurrentSize = m_pRefSizePropProvider->getCurrentSizeForReference(); in getPropertyValue() local97 RelativeSizeHelper::calculate( fHeight, aReferenceSize, aCurrentSize )); in getPropertyValue()
709 const Size aCurrentSize = GetSizePixel(); in lateUIInit() local711 aDlgSize.Width() = aCurrentSize.Width() - aDlgSize.Width(); in lateUIInit()712 aDlgSize.Height() = aCurrentSize.Height() - aDlgPoint.Y() - nDiff; in lateUIInit()
1841 Size aCurrentSize( pLabel->GetSizePixel() ); in updateListboxLabelSizes() local1842 if ( aCurrentSize.Width() >= nMaxWidth ) in updateListboxLabelSizes()1845 long nChange = nMaxWidth - aCurrentSize.Width(); in updateListboxLabelSizes()1846 pLabel->SetSizePixel( Size( nMaxWidth, aCurrentSize.Height() ) ); in updateListboxLabelSizes()1848 aCurrentSize = pListbox->GetSizePixel(); in updateListboxLabelSizes()1849 pListbox->SetSizePixel( Size( aCurrentSize.Width() - nChange, aCurrentSize.Height() ) ); in updateListboxLabelSizes()
187 const Size aCurrentSize(aValSetColorTable.GetOutputSizePixel()); in ImpColorCountChanged() local189 … const Size aNewSize(aValSetColorTable.layoutToGivenHeight(aCurrentSize.Height(), nColorCount)); in ImpColorCountChanged()190 … const Point aNewPos((aCurrentPos.X() + aCurrentSize.Width()) - aNewSize.Width(), aCurrentPos.Y()); in ImpColorCountChanged()
2312 Size aCurrentSize( mnDX, mnDY ); in ImplGetOptimalFloatingSize() local2313 Size aSize1( aCurrentSize ); in ImplGetOptimalFloatingSize()2314 Size aSize2( aCurrentSize ); in ImplGetOptimalFloatingSize()2324 if( eMode == FSMODE_FAVOURHEIGHT || aCurrentSize == aSize1 ) in ImplGetOptimalFloatingSize()2334 Size aSz( aCurrentSize ); in ImplGetOptimalFloatingSize()2354 if( eMode == FSMODE_FAVOURWIDTH || aCurrentSize == aSize2 ) in ImplGetOptimalFloatingSize()2366 aCurrentSize = aSize1; in ImplGetOptimalFloatingSize()2368 aCurrentSize = aSize2; in ImplGetOptimalFloatingSize()2371 return aCurrentSize; in ImplGetOptimalFloatingSize()
Completed in 68 milliseconds