Lines Matching refs:Height
132 if (aPageSize.Width() > aPageSize.Height()) in SdPage()
424 aTempAttr.Put( SdrTextMinFrameHeightItem( rRect.GetSize().Height() ) ); in CreatePresObj()
894 aPageSize.Height() -= nUppBorder + GetLwrBorder(); in CreateDefaultPresObj()
896 const int Y = long(nUppBorder + aPageSize.Height() * 0.911); in CreateDefaultPresObj()
899 const int H = long(aPageSize.Height() * 0.069); in CreateDefaultPresObj()
934 aPageSize.Height() -= GetUppBorder() + GetLwrBorder(); in CreateDefaultPresObj()
938 const int NOTES_HEADER_FOOTER_HEIGHT = long(aPageSize.Height() * 0.05); in CreateDefaultPresObj()
945 const int Y2 = GetUppBorder() + long(aPageSize.Height() - NOTES_HEADER_FOOTER_HEIGHT ); in CreateDefaultPresObj()
1001 aTitleSize.Height() -= GetUppBorder() + GetLwrBorder(); in GetTitleRect()
1006 aTitlePos.Y() += long( aTitleSize.Height() * 0.0399 ); in GetTitleRect()
1008 aTitleSize.Height() = long( aTitleSize.Height() * 0.167 ); in GetTitleRect()
1013 aPos.Y() += long( aTitleSize.Height() * 0.076 ); in GetTitleRect()
1016 aTitleSize.Height() = (long) (aTitleSize.Height() * 0.375); in GetTitleRect()
1038 double fV = (double) aPartArea.Height() / pRefPage->GetHgt(); in GetTitleRect()
1043 aSize.Height() = (long) (fH * pRefPage->GetHgt()); in GetTitleRect()
1046 aPos.Y() += (aPartArea.Height()- aSize.Height())/ 2; in GetTitleRect()
1076 aLayoutSize.Height() -= GetUppBorder() + GetLwrBorder(); in GetLayoutRect()
1081 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.234 ); in GetLayoutRect()
1083 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.66 ); in GetLayoutRect()
1090 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.475 ); in GetLayoutRect()
1092 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.45 ); in GetLayoutRect()
1241 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles()
1246 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1263 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles()
1267 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1283 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles()
1286 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1291 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles()
1300 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1308 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles()
1315 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1324 …Size aSize( rRectangle[0].GetSize().Height(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLe… in CalcAutoLayoutRectangles()
1329 aPageSize.Height() -= rPage.GetUppBorder() + rPage.GetLwrBorder(); in CalcAutoLayoutRectangles()
1330 aSize.Height() = long ( rRectangle[0].GetSize().Height() * 0.47 ); in CalcAutoLayoutRectangles()
1335 aSize.Height() = rRectangle[0].GetSize().Height(); in CalcAutoLayoutRectangles()
1337 aPos.Y() += long ( aSize.Height() * 0.53 ); in CalcAutoLayoutRectangles()
1339 aSize.Height() = long ( rRectangle[0].GetSize().Height() * 0.47 ); in CalcAutoLayoutRectangles()
1345 …Size aSize( rRectangle[0].GetSize().Height(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLe… in CalcAutoLayoutRectangles()
1350 aPageSize.Height() -= rPage.GetUppBorder() + rPage.GetLwrBorder(); in CalcAutoLayoutRectangles()
1351 aSize.Height() = rRectangle[0].GetSize().Height(); in CalcAutoLayoutRectangles()
1368 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles()
1378 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1732 if (aOldSize.Height() == 10 && aOldSize.Width() == 10) in SetSize()
1736 if (aSize.Width() > aSize.Height()) in SetSize()
1868 if (aNewPageSize.Height() < 0) in ScaleObjects()
1870 aNewPageSize.Height() = GetHgt(); in ScaleObjects()
1896 aBackgroundSize.Height() -= nUpper + nLower; in ScaleObjects()
1905 Fraction aFractY = Fraction(aNewPageSize.Height(), nOldHeight); in ScaleObjects()
2052 sal_uLong nHeight = pObj->GetLogicRect().GetSize().Height(); in ScaleObjects()
2100 if (aVec.Height() != 0 || aVec.Width() != 0) in ScaleObjects()
2305 SdrTextMinFrameHeightItem aMinHeight( aRect.GetSize().Height() ); in InsertAutoLayoutShape()
3027 …const long nHeaderFooterHeight = static_cast< long >( (aArea.Height() - nTopBorder - nLeftBorder) … in CalculateHandoutAreas()
3036 aArea.Height() -= nGapH * 2 + nTopBorder + nBottomBorder; in CalculateHandoutAreas()
3038 const bool bLandscape = aArea.Width() > aArea.Height(); in CalculateHandoutAreas()
3111 aPartArea.Height() = ((aArea.Height() - ((nRowCnt-1) * nGapH) ) / nRowCnt); in CalculateHandoutAreas()
3119 aSize.Height() = (long)(fScale * pFirstPage->GetHgt() ); in CalculateHandoutAreas()
3120 if( aSize.Height() > aPartArea.Height() ) in CalculateHandoutAreas()
3122 fScale = (double)aPartArea.Height() / (double)pFirstPage->GetHgt(); in CalculateHandoutAreas()
3123 aSize.Height() = aPartArea.Height(); in CalculateHandoutAreas()
3132 nY += (aPartArea.Height()- aSize.Height())/ 2; in CalculateHandoutAreas()
3144 const long nOffsetY = aPartArea.Height() + nGapH; in CalculateHandoutAreas()