Lines Matching refs:aPartArea
1018 Size aPartArea = aTitleSize; in GetTitleRect() local
1037 double fH = (double) aPartArea.Width() / pRefPage->GetWdt(); in GetTitleRect()
1038 double fV = (double) aPartArea.Height() / pRefPage->GetHgt(); in GetTitleRect()
1045 aPos.X() += (aPartArea.Width() - aSize.Width()) / 2; in GetTitleRect()
1046 aPos.Y() += (aPartArea.Height()- aSize.Height())/ 2; in GetTitleRect()
3109 Size aPartArea, aSize; in CalculateHandoutAreas() local
3110 aPartArea.Width() = ((aArea.Width() - ((nColCnt-1) * nGapW) ) / nColCnt); in CalculateHandoutAreas()
3111 aPartArea.Height() = ((aArea.Height() - ((nRowCnt-1) * nGapH) ) / nRowCnt); in CalculateHandoutAreas()
3117 double fScale = (double)aPartArea.Width() / (double)pFirstPage->GetWdt(); 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()
3128 aSize.Width() = aPartArea.Width(); in CalculateHandoutAreas()
3131 nX += (aPartArea.Width() - aSize.Width()) / 2; in CalculateHandoutAreas()
3132 nY += (aPartArea.Height()- aSize.Height())/ 2; in CalculateHandoutAreas()
3136 aSize = aPartArea; in CalculateHandoutAreas()
3143 const long nOffsetX = (aPartArea.Width() + nGapW) * (bRTL ? -1 : 1); in CalculateHandoutAreas()
3144 const long nOffsetY = aPartArea.Height() + nGapH; in CalculateHandoutAreas()