Home
last modified time | relevance | path

Searched refs:aPartArea (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/core/
H A Dsdpage.cxx1006 Size aPartArea = aTitleSize; in GetTitleRect() local
1025 double fH = (double) aPartArea.Width() / pRefPage->GetWdt(); in GetTitleRect()
1026 double fV = (double) aPartArea.Height() / pRefPage->GetHgt(); in GetTitleRect()
1033 aPos.X() += (aPartArea.Width() - aSize.Width()) / 2; in GetTitleRect()
1034 aPos.Y() += (aPartArea.Height()- aSize.Height())/ 2; in GetTitleRect()
3055 Size aPartArea, aSize; in CalculateHandoutAreas() local
3056 aPartArea.Width() = ((aArea.Width() - ((nColCnt-1) * nGapW) ) / nColCnt); in CalculateHandoutAreas()
3057 aPartArea.Height() = ((aArea.Height() - ((nRowCnt-1) * nGapH) ) / nRowCnt); in CalculateHandoutAreas()
3063 double fScale = (double)aPartArea.Width() / (double)pFirstPage->GetWdt(); in CalculateHandoutAreas()
3066 if( aSize.Height() > aPartArea.Height() ) in CalculateHandoutAreas()
[all …]
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx280 Size aPartArea = aTitleSize; in ImpXMLAutoLayoutInfo() local
284 double fH = (double) aPartArea.Width() / aPageSize.Width(); in ImpXMLAutoLayoutInfo()
285 double fV = (double) aPartArea.Height() / aPageSize.Height(); in ImpXMLAutoLayoutInfo()
292 aPos.X() += (aPartArea.Width() - aSize.Width()) / 2; in ImpXMLAutoLayoutInfo()
293 aPos.Y() += (aPartArea.Height()- aSize.Height())/ 2; in ImpXMLAutoLayoutInfo()