Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/core/
H A Dsdpage.cxx1018 Size aPartArea = aTitleSize; in GetTitleRect() local
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
3120 if( aSize.Height() > aPartArea.Height() ) 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()
[all …]
/aoo41x/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()

Completed in 38 milliseconds