Home
last modified time | relevance | path

Searched refs:aAdjustedSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx1150 awt::Size aAdjustedSize( _rNewSize ); in calcAdjustedSize() local
1151 if ( aAdjustedSize.Width < aMinSize.Width ) in calcAdjustedSize()
1152 aAdjustedSize.Width = aMinSize.Width; in calcAdjustedSize()
1153 if ( aAdjustedSize.Height < aMinSize.Height ) in calcAdjustedSize()
1154 aAdjustedSize.Height = aMinSize.Height; in calcAdjustedSize()
1155 return aAdjustedSize; in calcAdjustedSize()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx2999 Size aAdjustedSize( VCLUnoHelper::ConvertToVCLSize( rMaxSize ) ); in calcAdjustedSize() local
3002 aAdjustedSize = pFixedText->CalcMinimumSize( rMaxSize.Width ); in calcAdjustedSize()
3003 return VCLUnoHelper::ConvertToAWTSize( aAdjustedSize ); in calcAdjustedSize()

Completed in 44 milliseconds