Lines Matching refs:Width

130 	if (aPageSize.Width() > aPageSize.Height())  in SdPage()
418 aTempAttr.Put( SdrTextMinFrameWidthItem( rRect.GetSize().Width() ) ); in CreatePresObj()
883 aPageSize.Width() -= nLftBorder + GetRgtBorder(); in CreateDefaultPresObj()
887 const int W1 = long(aPageSize.Width() * 0.233); in CreateDefaultPresObj()
888 const int W2 = long(aPageSize.Width() * 0.317); in CreateDefaultPresObj()
893 Point aPos( long(nLftBorder+(aPageSize.Width()*0.05)), Y ); in CreateDefaultPresObj()
900 Point aPos( long(nLftBorder+ aPageSize.Width() * 0.342), Y ); in CreateDefaultPresObj()
907 Point aPos( long(nLftBorder+(aPageSize.Width()*0.717)), Y ); in CreateDefaultPresObj()
923 aPageSize.Width() -= GetLftBorder() + GetRgtBorder(); in CreateDefaultPresObj()
927 const int NOTES_HEADER_FOOTER_WIDTH = long(aPageSize.Width() * 0.434); in CreateDefaultPresObj()
933 const int X2 = GetLftBorder() + long(aPageSize.Width() - NOTES_HEADER_FOOTER_WIDTH); in CreateDefaultPresObj()
988 aTitleSize.Width() -= GetLftBorder() + GetRgtBorder(); in GetTitleRect()
993 aTitlePos.X() += long( aTitleSize.Width() * 0.05 ); in GetTitleRect()
995 aTitleSize.Width() = long( aTitleSize.Width() * 0.9 ); in GetTitleRect()
1025 double fH = (double) aPartArea.Width() / pRefPage->GetWdt(); in GetTitleRect()
1030 aSize.Width() = (long) (fH * pRefPage->GetWdt()); in GetTitleRect()
1033 aPos.X() += (aPartArea.Width() - aSize.Width()) / 2; in GetTitleRect()
1061 aLayoutSize.Width() -= GetLftBorder() + GetRgtBorder(); in GetLayoutRect()
1066 aLayoutPos.X() += long( aLayoutSize.Width() * 0.05 ); in GetLayoutRect()
1068 aLayoutSize.Width() = long( aLayoutSize.Width() * 0.9 ); in GetLayoutRect()
1075 aLayoutPos.X() += long( aLayoutSize.Width() * 0.1 ); in GetLayoutRect()
1077 aLayoutSize.Width() = long( aLayoutSize.Width() * 0.8 ); in GetLayoutRect()
1213 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1216 aLayoutPos.X() = long (aLayoutPos.X() + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1226 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1227 aLayoutPos.X() = long (aLayoutPos.X() + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1235 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1248 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1256 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1257 aLayoutPos.X() = long (aLayoutPos.X() + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1276 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1280 aLayoutPos.X() = long (aLayoutPos.X() + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1285 aLayoutSize.Width() = long (aLayoutSize.Width() / 0.488); in CalcAutoLayoutRectangles()
1293 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1296 aLayoutPos.X() = long (nX + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1310 rRectangle[0].SetPos( aTitleRect.TopRight() - Point( aSize.Width(), 0 ) ); in CalcAutoLayoutRectangles()
1315 aSize.Width() = long( aPageSize.Width() * 0.7 ); in CalcAutoLayoutRectangles()
1331 rRectangle[0].SetPos( aTitleRect.TopRight() - Point( aSize.Width(), 0 ) ); in CalcAutoLayoutRectangles()
1336 aSize.Width() = long( aPageSize.Width() * 0.7 ); in CalcAutoLayoutRectangles()
1343 …Size aSize( rRectangle[0].GetSize().Width(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLef… in CalcAutoLayoutRectangles()
1353 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.322); in CalcAutoLayoutRectangles()
1356 aLayoutPos.X() = long (nX + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1359 aLayoutPos.X() = long (nX + aLayoutSize.Width() * 2 * 1.05); in CalcAutoLayoutRectangles()
1365 aLayoutPos.X() = long (nX + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1708 if (aOldSize.Height() == 10 && aOldSize.Width() == 10) in SetSize()
1712 if (aSize.Width() > aSize.Height()) in SetSize()
1826 if (aNewPageSize.Width() < 0) in ScaleObjects()
1828 aNewPageSize.Width() = GetWdt(); in ScaleObjects()
1857 aBackgroundSize.Width() -= nLeft + nRight; in ScaleObjects()
1866 Fraction aFractX = Fraction(aNewPageSize.Width(), nOldWidth); in ScaleObjects()
2062 if (aVec.Height() != 0 || aVec.Width() != 0) in ScaleObjects()
2284 SdrTextMinFrameWidthItem aMinWidth( aRect.GetSize().Width() ); in InsertAutoLayoutShape()
2981 aArea.Width() -= nGapW * 2 + nLeftBorder + nRightBorder; in CalculateHandoutAreas()
2984 const bool bLandscape = aArea.Width() > aArea.Height(); in CalculateHandoutAreas()
3056 aPartArea.Width() = ((aArea.Width() - ((nColCnt-1) * nGapW) ) / nColCnt); in CalculateHandoutAreas()
3063 double fScale = (double)aPartArea.Width() / (double)pFirstPage->GetWdt(); in CalculateHandoutAreas()
3070 aSize.Width() = (long)(fScale * pFirstPage->GetWdt()); in CalculateHandoutAreas()
3074 aSize.Width() = aPartArea.Width(); in CalculateHandoutAreas()
3077 nX += (aPartArea.Width() - aSize.Width()) / 2; in CalculateHandoutAreas()
3089 const long nOffsetX = (aPartArea.Width() + nGapW) * (bRTL ? -1 : 1); in CalculateHandoutAreas()