Lines Matching refs:Height

1456     rRect.Bottom()	= rRect.Top() + aSize.Height();  in convertRect()
1606 nValue = bVertical ? aSize.Height() : aSize.Width(); in appendMappedLength()
1620 … *pOutLength = (sal_Int32)(fLength*(double)(bVertical ? aSize.Height() : aSize.Width())/1000.0); in appendMappedLength()
1621 fLength *= pixelToPoint((double)(bVertical ? aSize.Height() : aSize.Width()) / 1000.0); in appendMappedLength()
2608 aAttributeStrings[ PDFWriter::Height ] = "Height"; in getAttributeTag()
3012 if( it->m_aCellSize.Height() == 0 ) in emitTilings()
3013 it->m_aCellSize.Height() = nH; in emitTilings()
3039 appendFixedInt( it->m_aCellSize.Height(), aTilingObj ); in emitTilings()
5065 sal_Int32 nLW = aFontSize.Height() / 40; in createDefaultListBoxAppearance()
5139 if( aFontSize.Height() > rBox.m_aRect.GetHeight() ) in createDefaultCheckBoxAppearance()
5140 aFontSize.Height() = rBox.m_aRect.GetHeight(); in createDefaultCheckBoxAppearance()
5141 sal_Int32 nDelta = aFontSize.Height()/10; in createDefaultCheckBoxAppearance()
5149 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultCheckBoxAppearance()
5150 aCheckRect.Right() = aCheckRect.Left() + aFontSize.Height(); in createDefaultCheckBoxAppearance()
5151 aCheckRect.Bottom() = aCheckRect.Top() + aFontSize.Height(); in createDefaultCheckBoxAppearance()
5168 aCheckRect.Left() = rBox.m_aRect.Right() - nDelta - aFontSize.Height(); in createDefaultCheckBoxAppearance()
5169 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultCheckBoxAppearance()
5170 aCheckRect.Right() = aCheckRect.Left() + aFontSize.Height(); in createDefaultCheckBoxAppearance()
5171 aCheckRect.Bottom() = aCheckRect.Top() + aFontSize.Height(); in createDefaultCheckBoxAppearance()
5264 if( aFontSize.Height() > rBox.m_aRect.GetHeight() ) in createDefaultRadioButtonAppearance()
5265 aFontSize.Height() = rBox.m_aRect.GetHeight(); in createDefaultRadioButtonAppearance()
5266 sal_Int32 nDelta = aFontSize.Height()/10; in createDefaultRadioButtonAppearance()
5274 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultRadioButtonAppearance()
5275 aCheckRect.Right() = aCheckRect.Left() + aFontSize.Height(); in createDefaultRadioButtonAppearance()
5276 aCheckRect.Bottom() = aCheckRect.Top() + aFontSize.Height(); in createDefaultRadioButtonAppearance()
5293 aCheckRect.Left() = rBox.m_aRect.Right() - nDelta - aFontSize.Height(); in createDefaultRadioButtonAppearance()
5294 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultRadioButtonAppearance()
5295 aCheckRect.Right() = aCheckRect.Left() + aFontSize.Height(); in createDefaultRadioButtonAppearance()
5296 aCheckRect.Bottom() = aCheckRect.Top() + aFontSize.Height(); in createDefaultRadioButtonAppearance()
9523 aLine.append( (sal_Int32)aSize.Height() ); in writeGradientFunction()
9543 for( int y = aSize.Height()-1; y >= 0; y-- ) in writeGradientFunction()
9585 aLine.append( (sal_Int32)aSize.Height() ); in writeGradientFunction()
9632 aLine.append( (sal_Int32)rObject.m_aID.m_aPixelSize.Height() ); in writeJPG()
9753 aLine.append( (sal_Int32)aBitmap.GetSizePixel().Height() ); in writeBitmapObject()
9912 for( int i = 0; i < pAccess->Height(); i++ ) in writeBitmapObject()
9921 for( int y = 0; y < pAccess->Height(); y++ ) in writeBitmapObject()
9971 if( ! (rSizePixel.Width() && rSizePixel.Height()) ) in drawJPGBitmap()
10066 m_aPages.back().appendMappedLength( (sal_Int32)rDestSize.Height(), aLine, true, &nCheckHeight ); in drawBitmap()
10068 m_aPages.back().appendPoint( rDestPoint + Point( 0, rDestSize.Height()-1 ), aLine ); in drawBitmap()
10137 if( ! (rDestSize.Width() && rDestSize.Height()) ) in drawBitmap()
10149 if( ! (rDestSize.Width() && rDestSize.Height()) ) in drawBitmap()
10161 if( ! (rDestSize.Width() && rDestSize.Height()) ) in drawMask()
10184 aPtSize.Height()++; in createGradient()
10353 aBmpPos.Y() += (aRect.GetHeight()-aBmpSize.Height())/2; in drawWallpaper()
10360 aBmpPos.Y() += (aRect.GetHeight()-aBmpSize.Height())/2; in drawWallpaper()
10364 aBmpPos.Y() += (aRect.GetHeight()-aBmpSize.Height())/2; in drawWallpaper()
10367 aBmpPos.Y() += aRect.GetHeight()-aBmpSize.Height(); in drawWallpaper()
10371 aBmpPos.Y() += aRect.GetHeight()-aBmpSize.Height(); in drawWallpaper()
10375 aBmpPos.Y() += aRect.GetHeight()-aBmpSize.Height(); in drawWallpaper()
10493 double fSY = (double(aScaling.Height()) / 10000.0); in endPattern()
10509 rTile.m_aTransform.matrix[5] = -aTranslation.Height(); in endPattern()
10550 sal_Int32 nYOff = aLogicPgSz.Height() - aObjRect.Bottom(); in drawPolyPolygon()
11487 case PDFWriter::Height: in setStructureAttribute()
11689 case PDFWriter::Height: in setStructureAttributeNumerical()