Home
last modified time | relevance | path

Searched refs:aCurrentSize (Results 1 – 5 of 5) sorted by path

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedCharacterHeightProperty.cxx95 awt::Size aCurrentSize = m_pRefSizePropProvider->getCurrentSizeForReference(); in getPropertyValue() local
97 RelativeSizeHelper::calculate( fHeight, aReferenceSize, aCurrentSize )); in getPropertyValue()
/trunk/main/cui/source/tabpages/
H A Dtpcolor.cxx187 const Size aCurrentSize(aValSetColorTable.GetOutputSizePixel()); in ImpColorCountChanged() local
189 … const Size aNewSize(aValSetColorTable.layoutToGivenHeight(aCurrentSize.Height(), nColorCount)); in ImpColorCountChanged()
190 … const Point aNewPos((aCurrentPos.X() + aCurrentSize.Width()) - aNewSize.Width(), aCurrentPos.Y()); in ImpColorCountChanged()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx709 const Size aCurrentSize = GetSizePixel(); in lateUIInit() local
711 aDlgSize.Width() = aCurrentSize.Width() - aDlgSize.Width(); in lateUIInit()
712 aDlgSize.Height() = aCurrentSize.Height() - aDlgPoint.Y() - nDiff; in lateUIInit()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1841 Size aCurrentSize( pLabel->GetSizePixel() ); in updateListboxLabelSizes() local
1842 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()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx2312 Size aCurrentSize( mnDX, mnDY ); in ImplGetOptimalFloatingSize() local
2313 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 71 milliseconds