Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Dswframeexample.cxx141aPagePrtArea = Rectangle(Point(nLBorder, nTBorder), Point((nOutWPix - 1) - nRBorder, (nOutHPix - 1… in InitAllRects_Impl()
145 aTextLine = aPagePrtArea; in InitAllRects_Impl()
152 sal_uInt16 nLines = (sal_uInt16)((aPagePrtArea.GetHeight() / 2 - nTTxtBorder - nBTxtBorder) in InitAllRects_Impl()
154 aPara = aPagePrtArea; in InitAllRects_Impl()
195 …aFrameAtFrame.SetPos(Point(aFrameAtFrame.Left() + 2, (aPagePrtArea.Bottom() - aFrameAtFrame.GetHei… in InitAllRects_Impl()
224 sal_uIntPtr nFreeWidth = aPagePrtArea.GetWidth() - GetTextWidth(C2S(DEMOTEXT)); in InitAllRects_Impl()
249 rRect.Left() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
250 rRect.Right() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
255 rRect.Right() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
259 rRect.Left() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dswframeexample.hxx47 Rectangle aPagePrtArea; member in SvxSwFrameExample