Lines Matching refs:Height

130 	if (aPageSize.Width() > aPageSize.Height())  in SdPage()
420 aTempAttr.Put( SdrTextMinFrameHeightItem( rRect.GetSize().Height() ) ); in CreatePresObj()
884 aPageSize.Height() -= nUppBorder + GetLwrBorder(); in CreateDefaultPresObj()
886 const int Y = long(nUppBorder + aPageSize.Height() * 0.911); in CreateDefaultPresObj()
889 const int H = long(aPageSize.Height() * 0.069); in CreateDefaultPresObj()
924 aPageSize.Height() -= GetUppBorder() + GetLwrBorder(); in CreateDefaultPresObj()
928 const int NOTES_HEADER_FOOTER_HEIGHT = long(aPageSize.Height() * 0.05); in CreateDefaultPresObj()
935 const int Y2 = GetUppBorder() + long(aPageSize.Height() - NOTES_HEADER_FOOTER_HEIGHT ); in CreateDefaultPresObj()
989 aTitleSize.Height() -= GetUppBorder() + GetLwrBorder(); in GetTitleRect()
994 aTitlePos.Y() += long( aTitleSize.Height() * 0.0399 ); in GetTitleRect()
996 aTitleSize.Height() = long( aTitleSize.Height() * 0.167 ); in GetTitleRect()
1001 aPos.Y() += long( aTitleSize.Height() * 0.076 ); in GetTitleRect()
1004 aTitleSize.Height() = (long) (aTitleSize.Height() * 0.375); in GetTitleRect()
1026 double fV = (double) aPartArea.Height() / pRefPage->GetHgt(); in GetTitleRect()
1031 aSize.Height() = (long) (fH * pRefPage->GetHgt()); in GetTitleRect()
1034 aPos.Y() += (aPartArea.Height()- aSize.Height())/ 2; in GetTitleRect()
1062 aLayoutSize.Height() -= GetUppBorder() + GetLwrBorder(); in GetLayoutRect()
1067 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.234 ); in GetLayoutRect()
1069 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.66 ); in GetLayoutRect()
1076 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.475 ); in GetLayoutRect()
1078 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.45 ); in GetLayoutRect()
1225 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles()
1230 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1247 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles()
1251 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1267 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles()
1270 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1275 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles()
1284 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1292 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles()
1299 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1308 …Size aSize( rRectangle[0].GetSize().Height(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLe… in CalcAutoLayoutRectangles()
1313 aPageSize.Height() -= rPage.GetUppBorder() + rPage.GetLwrBorder(); in CalcAutoLayoutRectangles()
1314 aSize.Height() = long ( rRectangle[0].GetSize().Height() * 0.47 ); in CalcAutoLayoutRectangles()
1319 aSize.Height() = rRectangle[0].GetSize().Height(); in CalcAutoLayoutRectangles()
1321 aPos.Y() += long ( aSize.Height() * 0.53 ); in CalcAutoLayoutRectangles()
1323 aSize.Height() = long ( rRectangle[0].GetSize().Height() * 0.47 ); in CalcAutoLayoutRectangles()
1329 …Size aSize( rRectangle[0].GetSize().Height(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLe… in CalcAutoLayoutRectangles()
1334 aPageSize.Height() -= rPage.GetUppBorder() + rPage.GetLwrBorder(); in CalcAutoLayoutRectangles()
1335 aSize.Height() = rRectangle[0].GetSize().Height(); in CalcAutoLayoutRectangles()
1352 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles()
1362 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1708 if (aOldSize.Height() == 10 && aOldSize.Width() == 10) in SetSize()
1712 if (aSize.Width() > aSize.Height()) in SetSize()
1830 if (aNewPageSize.Height() < 0) in ScaleObjects()
1832 aNewPageSize.Height() = GetHgt(); in ScaleObjects()
1858 aBackgroundSize.Height() -= nUpper + nLower; in ScaleObjects()
1867 Fraction aFractY = Fraction(aNewPageSize.Height(), nOldHeight); in ScaleObjects()
2014 sal_uLong nHeight = pObj->GetLogicRect().GetSize().Height(); in ScaleObjects()
2062 if (aVec.Height() != 0 || aVec.Width() != 0) in ScaleObjects()
2267 SdrTextMinFrameHeightItem aMinHeight( aRect.GetSize().Height() ); in InsertAutoLayoutShape()
2973 …const long nHeaderFooterHeight = static_cast< long >( (aArea.Height() - nTopBorder - nLeftBorder) … in CalculateHandoutAreas()
2982 aArea.Height() -= nGapH * 2 + nTopBorder + nBottomBorder; in CalculateHandoutAreas()
2984 const bool bLandscape = aArea.Width() > aArea.Height(); in CalculateHandoutAreas()
3057 aPartArea.Height() = ((aArea.Height() - ((nRowCnt-1) * nGapH) ) / nRowCnt); in CalculateHandoutAreas()
3065 aSize.Height() = (long)(fScale * pFirstPage->GetHgt() ); in CalculateHandoutAreas()
3066 if( aSize.Height() > aPartArea.Height() ) in CalculateHandoutAreas()
3068 fScale = (double)aPartArea.Height() / (double)pFirstPage->GetHgt(); in CalculateHandoutAreas()
3069 aSize.Height() = aPartArea.Height(); in CalculateHandoutAreas()
3078 nY += (aPartArea.Height()- aSize.Height())/ 2; in CalculateHandoutAreas()
3090 const long nOffsetY = aPartArea.Height() + nGapH; in CalculateHandoutAreas()