Lines Matching refs:aSize

306 			Size aSize = aOutDev.PixelToLogic(aSizePix);  in CreatePresObj()  local
308 Rectangle aRect (aPnt, aSize); in CreatePresObj()
894 Size aSize( W1, H ); in CreateDefaultPresObj() local
895 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj()
901 Size aSize( W2, H ); in CreateDefaultPresObj() local
902 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj()
908 Size aSize( W1, H ); in CreateDefaultPresObj() local
909 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj()
930 Size aSize( NOTES_HEADER_FOOTER_WIDTH, NOTES_HEADER_FOOTER_HEIGHT ); in CreateDefaultPresObj() local
940 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj()
946 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj()
952 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj()
958 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj()
1007 Size aSize; in GetTitleRect() local
1030 aSize.Width() = (long) (fH * pRefPage->GetWdt()); in GetTitleRect()
1031 aSize.Height() = (long) (fH * pRefPage->GetHgt()); in GetTitleRect()
1033 aPos.X() += (aPartArea.Width() - aSize.Width()) / 2; in GetTitleRect()
1034 aPos.Y() += (aPartArea.Height()- aSize.Height())/ 2; in GetTitleRect()
1038 aTitleSize = aSize; in GetTitleRect()
1308 …Size aSize( rRectangle[0].GetSize().Height(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLe… in CalcAutoLayoutRectangles() local
1309 rRectangle[0].SetSize( aSize ); in CalcAutoLayoutRectangles()
1310 rRectangle[0].SetPos( aTitleRect.TopRight() - Point( aSize.Width(), 0 ) ); in CalcAutoLayoutRectangles()
1314 aSize.Height() = long ( rRectangle[0].GetSize().Height() * 0.47 ); in CalcAutoLayoutRectangles()
1315 aSize.Width() = long( aPageSize.Width() * 0.7 ); in CalcAutoLayoutRectangles()
1317 rRectangle[1].SetSize( aSize ); 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()
1324 rRectangle[2].SetSize( aSize ); in CalcAutoLayoutRectangles()
1329 …Size aSize( rRectangle[0].GetSize().Height(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLe… in CalcAutoLayoutRectangles() local
1330 rRectangle[0].SetSize( aSize ); in CalcAutoLayoutRectangles()
1331 rRectangle[0].SetPos( aTitleRect.TopRight() - Point( aSize.Width(), 0 ) ); in CalcAutoLayoutRectangles()
1335 aSize.Height() = rRectangle[0].GetSize().Height(); in CalcAutoLayoutRectangles()
1336 aSize.Width() = long( aPageSize.Width() * 0.7 ); in CalcAutoLayoutRectangles()
1338 rRectangle[1].SetSize( aSize ); in CalcAutoLayoutRectangles()
1343 …Size aSize( rRectangle[0].GetSize().Width(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLef… in CalcAutoLayoutRectangles() local
1344 rRectangle[0].SetSize( aSize ); in CalcAutoLayoutRectangles()
1700 void SdPage::SetSize(const Size& aSize) in SetSize() argument
1704 if (aSize != aOldSize) in SetSize()
1706 FmFormPage::SetSize(aSize); in SetSize()
1712 if (aSize.Width() > aSize.Height()) in SetSize()
3055 Size aPartArea, aSize; in CalculateHandoutAreas() local
3065 aSize.Height() = (long)(fScale * pFirstPage->GetHgt() ); in CalculateHandoutAreas()
3066 if( aSize.Height() > aPartArea.Height() ) in CalculateHandoutAreas()
3069 aSize.Height() = aPartArea.Height(); 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()
3078 nY += (aPartArea.Height()- aSize.Height())/ 2; in CalculateHandoutAreas()
3082 aSize = aPartArea; in CalculateHandoutAreas()
3098 rAreas[*pOffsets++] = Rectangle(aPos, aSize); in CalculateHandoutAreas()