Lines Matching refs:Height

1150 		nThisValue = Abs( aSize.Width() - rSize.Width() ) + Abs( aSize.Height() - rSize.Height() );  in Resizing()
1453 …ornerRadius, (sal_uLong) std::min((sal_uLong) (aSz.Width() / 6), (sal_uLong)(aSz.Height() / 6))));\ in DisplayHID()
3699 long nHeight = pControl->GetSizePixel().Height(); in AnimateMouse()
3707 aZiel.Move( aSize.Width() / 2, aSize.Height() / 2 ); in AnimateMouse()
3855 pRet->GenReturn ( RET_Value, aUId, (comm_ULONG)pControl->GetSizePixel().Height() ); in HandleVisibleControls()
3881 nNr4 = (sal_uInt16)pControl->GetSizePixel().Height() + 2*(sal_uInt16)aStart.Y(); in HandleVisibleControls()
3886 … nNr4 = std::min((sal_uInt16)(pControl->GetSizePixel().Height() + 2*(sal_uInt16)aStart.Y()),nNr4); in HandleVisibleControls()
4124 Point aPos = Point(aS.Width() * nNr1 / 100,aS.Height() * nNr2 / 100); in HandleCommonMethods()
4144 Point aPos = Point(aS.Width() * nNr1 / 100,aS.Height() * nNr2 / 100); in HandleCommonMethods()
4163 Point aPos = Point(aS.Width() * nNr1 / 100,aS.Height() * nNr2 / 100); in HandleCommonMethods()
4184 Point aPos = Point(aS.Width() * nNr1 / 100,aS.Height() * nNr2 / 100); in HandleCommonMethods()
4228 …h()).AppendAscii("%x").Append( UniString::CreateFromInt32(Pos.Y()*100/Siz.Height()) ).Append('%')); in HandleCommonMethods()
5196 Point aPt( pControl->GetSizePixel().Width() / 2, pControl->GetSizePixel().Height() / 2 ); in Execute()
5206 Point aPt( pControl->GetSizePixel().Width() / 2, pControl->GetSizePixel().Height() / 2 ); in Execute()
6254 … Point aPos( aSize.Width() / 2, aSize.Height() / 2 ); in Execute()
6255 long nStep = aSize.Height() / 4; in Execute()
6416 if ( aMin.Width() <= nNr1 && aMin.Height() <= nNr2 ) in Execute()
6423 …LOW_MINIMUM, String::CreateFromInt32( aMin.Width() ), String::CreateFromInt32( aMin.Height() ) ) ); in Execute()