Lines Matching refs:Width
132 if (aPageSize.Width() > aPageSize.Height()) in SdPage()
422 aTempAttr.Put( SdrTextMinFrameWidthItem( rRect.GetSize().Width() ) ); in CreatePresObj()
893 aPageSize.Width() -= nLftBorder + GetRgtBorder(); in CreateDefaultPresObj()
897 const int W1 = long(aPageSize.Width() * 0.233); in CreateDefaultPresObj()
898 const int W2 = long(aPageSize.Width() * 0.317); in CreateDefaultPresObj()
903 Point aPos( long(nLftBorder+(aPageSize.Width()*0.05)), Y ); in CreateDefaultPresObj()
910 Point aPos( long(nLftBorder+ aPageSize.Width() * 0.342), Y ); in CreateDefaultPresObj()
917 Point aPos( long(nLftBorder+(aPageSize.Width()*0.717)), Y ); in CreateDefaultPresObj()
933 aPageSize.Width() -= GetLftBorder() + GetRgtBorder(); in CreateDefaultPresObj()
937 const int NOTES_HEADER_FOOTER_WIDTH = long(aPageSize.Width() * 0.434); in CreateDefaultPresObj()
943 const int X2 = GetLftBorder() + long(aPageSize.Width() - NOTES_HEADER_FOOTER_WIDTH); in CreateDefaultPresObj()
1000 aTitleSize.Width() -= GetLftBorder() + GetRgtBorder(); in GetTitleRect()
1005 aTitlePos.X() += long( aTitleSize.Width() * 0.05 ); in GetTitleRect()
1007 aTitleSize.Width() = long( aTitleSize.Width() * 0.9 ); in GetTitleRect()
1037 double fH = (double) aPartArea.Width() / pRefPage->GetWdt(); in GetTitleRect()
1042 aSize.Width() = (long) (fH * pRefPage->GetWdt()); in GetTitleRect()
1045 aPos.X() += (aPartArea.Width() - aSize.Width()) / 2; in GetTitleRect()
1075 aLayoutSize.Width() -= GetLftBorder() + GetRgtBorder(); in GetLayoutRect()
1080 aLayoutPos.X() += long( aLayoutSize.Width() * 0.05 ); in GetLayoutRect()
1082 aLayoutSize.Width() = long( aLayoutSize.Width() * 0.9 ); in GetLayoutRect()
1089 aLayoutPos.X() += long( aLayoutSize.Width() * 0.1 ); in GetLayoutRect()
1091 aLayoutSize.Width() = long( aLayoutSize.Width() * 0.8 ); in GetLayoutRect()
1229 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1232 aLayoutPos.X() = long (aLayoutPos.X() + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1242 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1243 aLayoutPos.X() = long (aLayoutPos.X() + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1251 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1264 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1272 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1273 aLayoutPos.X() = long (aLayoutPos.X() + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1292 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1296 aLayoutPos.X() = long (aLayoutPos.X() + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1301 aLayoutSize.Width() = long (aLayoutSize.Width() / 0.488); in CalcAutoLayoutRectangles()
1309 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.488); in CalcAutoLayoutRectangles()
1312 aLayoutPos.X() = long (nX + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1326 rRectangle[0].SetPos( aTitleRect.TopRight() - Point( aSize.Width(), 0 ) ); in CalcAutoLayoutRectangles()
1331 aSize.Width() = long( aPageSize.Width() * 0.7 ); in CalcAutoLayoutRectangles()
1347 rRectangle[0].SetPos( aTitleRect.TopRight() - Point( aSize.Width(), 0 ) ); in CalcAutoLayoutRectangles()
1352 aSize.Width() = long( aPageSize.Width() * 0.7 ); in CalcAutoLayoutRectangles()
1359 …Size aSize( rRectangle[0].GetSize().Width(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLef… in CalcAutoLayoutRectangles()
1369 aLayoutSize.Width() = long (aLayoutSize.Width() * 0.322); in CalcAutoLayoutRectangles()
1372 aLayoutPos.X() = long (nX + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1375 aLayoutPos.X() = long (nX + aLayoutSize.Width() * 2 * 1.05); in CalcAutoLayoutRectangles()
1381 aLayoutPos.X() = long (nX + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
1732 if (aOldSize.Height() == 10 && aOldSize.Width() == 10) in SetSize()
1736 if (aSize.Width() > aSize.Height()) in SetSize()
1864 if (aNewPageSize.Width() < 0) in ScaleObjects()
1866 aNewPageSize.Width() = GetWdt(); in ScaleObjects()
1895 aBackgroundSize.Width() -= nLeft + nRight; in ScaleObjects()
1904 Fraction aFractX = Fraction(aNewPageSize.Width(), nOldWidth); in ScaleObjects()
2100 if (aVec.Height() != 0 || aVec.Width() != 0) in ScaleObjects()
2322 SdrTextMinFrameWidthItem aMinWidth( aRect.GetSize().Width() ); in InsertAutoLayoutShape()
3035 aArea.Width() -= nGapW * 2 + nLeftBorder + nRightBorder; in CalculateHandoutAreas()
3038 const bool bLandscape = aArea.Width() > aArea.Height(); in CalculateHandoutAreas()
3110 aPartArea.Width() = ((aArea.Width() - ((nColCnt-1) * nGapW) ) / nColCnt); in CalculateHandoutAreas()
3117 double fScale = (double)aPartArea.Width() / (double)pFirstPage->GetWdt(); in CalculateHandoutAreas()
3124 aSize.Width() = (long)(fScale * pFirstPage->GetWdt()); in CalculateHandoutAreas()
3128 aSize.Width() = aPartArea.Width(); in CalculateHandoutAreas()
3131 nX += (aPartArea.Width() - aSize.Width()) / 2; in CalculateHandoutAreas()
3143 const long nOffsetX = (aPartArea.Width() + nGapW) * (bRTL ? -1 : 1); in CalculateHandoutAreas()