Lines Matching refs:Height

174 		if ( rGraphicSize.Width() && rGraphicSize.Height() )  in GetId()
176 double fQ1 = ( (double)aPrefSize.Width() / (double)aPrefSize.Height() ); in GetId()
177 double fQ2 = ( (double)rGraphicSize.Width() / (double)rGraphicSize.Height() ); in GetId()
190 (sal_Int32)((double)rGraphicSize.Height() / fYScale + 0.5 ) ); in GetId()
1135 … maRect = Rectangle( Point( maPosition.X, maPosition.Y ), Size( maSize.Width, maSize.Height ) ); in ImplGetShapeByIndex()
2410 if ( aBuGraSize.Width() && aBuGraSize.Height() ) in CalculateGraphicBulletSize()
2413 double fLen = aBuGraSize.Height(); in CalculateGraphicBulletSize()
2534 aBuGraSize.nB = aSize.Height; in ImplGetNumberingLevel()
2573 if ( aBuGraSize.Width() && aBuGraSize.Height() ) in ImplGetNumberingLevel()
2885 mnLineSpacing = (sal_Int16)(-( aLineSpacing.Height ) ); in ImplGetParagraphValues()
2890 mnLineSpacing = (sal_Int16)( aLineSpacing.Height ); in ImplGetParagraphValues()
4334 …thmm( Point( aPoint100thmm.X, aPoint100thmm.Y ), Size( aSize100thmm.Width, aSize100thmm.Height ) ); in ImplWritePage()
4379 … maSize = ImplMapSize( ::com::sun::star::awt::Size( aRect.Width, aRect.Height ) ); in ImplWritePage()
4380 … maRect = Rectangle( Point( maPosition.X, maPosition.Y ), Size( maSize.Width, maSize.Height ) ); in ImplWritePage()
4408 … maRect = Rectangle( Point( maPosition.X, maPosition.Y ), Size( maSize.Width, maSize.Height ) ); in ImplWritePage()
4505 … Rectangle aRect( Point( aPoint.X, aPoint.Y ), Size( aSize.Width, aSize.Height ) ); in ImplWritePage()
4511 aCenter.Y = aPoint.Y + ( aSize.Height / 2 ); in ImplWritePage()
5614 …Size aRetSize( OutputDevice::LogicToLogic( Size( rSize.Width, rSize.Height ), maMapModeSrc, maMapM… in ImplMapSize()
5618 if ( !aRetSize.Height() ) in ImplMapSize()
5619 aRetSize.Height()++; in ImplMapSize()
5620 return ::com::sun::star::awt::Size( aRetSize.Width(), aRetSize.Height() ); in ImplMapSize()
5628 ::com::sun::star::awt::Size aSize( rRect.Width, rRect.Height ); in ImplMapRectangle()
5631 return Rectangle( Point( aP.X, aP.Y ), Size( aS.Width, aS.Height ) ); in ImplMapRectangle()
5767 xPropSet->getPropertyValue( sHeight ) >>= aS.Height; in ImplCreateTable()
5769 aRows.push_back( std::pair< sal_Int32, sal_Int32 >( nPosition, aM.Height ) ); in ImplCreateTable()
5770 nPosition += aM.Height; in ImplCreateTable()