Lines Matching refs:Height

170 	rStm << (sal_Int32)aSize.Height();  in Write()
192 Fraction( aS.Height(), aPrefS.Height() ) ); in Write()
1148 …SizePixel.Width() && aBitmapSizePixel.Height() && ( aBitmapSizePixel.Width() <= 1024 ) && ( aBitma… in ApplyRectangularGradientAsBitmap()
1161 for ( nY = 0; nY < aBitmapSizePixel.Height(); nY++ ) in ApplyRectangularGradientAsBitmap()
1166 double fY = static_cast< double >( nY ) / aBitmapSizePixel.Height(); in ApplyRectangularGradientAsBitmap()
1641 …aViewBox.Height = nCoordHeight = ((sal_Int32)GetPropertyValue( DFF_Prop_geoBottom, 21600 ) ) - aVi… in ApplyCustomShapeGeometryAttributes()
3211 rSiz.Height() = BigMulDiv( rSiz.Height(), nMapMul, nMapDiv ); in Scale()
3894 nTop = (sal_uInt32)( ( (double)( aCropSize.Height() + 1 ) * fFactor ) + 0.5 ); in lcl_ApplyCropping()
3899 nBottom = (sal_uInt32)( ( (double)( aCropSize.Height() + 1 ) * fFactor ) + 0.5 ); in lcl_ApplyCropping()
3915 Rectangle aCropRect( nLeft, nTop, aCropSize.Width() - nRight, aCropSize.Height() - nBottom ); in lcl_ApplyCropping()
4713 aP.Y() -= aS.Height() / 2; in ImportShape()
6607 rBLIPStream >> aMtfSize100.Width() >> aMtfSize100.Height(); in GetBLIPDirect()
6610 aMtfSize100.Width() /= 360, aMtfSize100.Height() /= 360; in GetBLIPDirect()
6723 if ( ( aMtfSize100.Width() >= 1000 ) && ( aMtfSize100.Height() >= 1000 ) ) in GetBLIPDirect()
6729 aOldSize.Height() && ( aOldSize.Height() != aMtfSize100.Height() ) ) in GetBLIPDirect()
6732 (double) aMtfSize100.Height() / aOldSize.Height() ); in GetBLIPDirect()
7328 aSize.Height = aSz.Height(); in CheckForConvertToSOObj()
7494 aAwtSz.Height = aSz.Height(); in CreateSdrOLEFromStorage()
7499 aAwtSz.Height = rVisArea.GetHeight(); in CreateSdrOLEFromStorage()