Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/dialog/
H A Dswframeexample.cxx137aPagePrtArea = Rectangle(Point(nLBorder, nTBorder), Point((nOutWPix - 1) - nRBorder, (nOutHPix - 1… in InitAllRects_Impl()
141 aTextLine = aPagePrtArea; in InitAllRects_Impl()
148 sal_uInt16 nLines = (sal_uInt16)((aPagePrtArea.GetHeight() / 2 - nTTxtBorder - nBTxtBorder) in InitAllRects_Impl()
150 aPara = aPagePrtArea; in InitAllRects_Impl()
191 …aFrameAtFrame.SetPos(Point(aFrameAtFrame.Left() + 2, (aPagePrtArea.Bottom() - aFrameAtFrame.GetHei… in InitAllRects_Impl()
220 sal_uIntPtr nFreeWidth = aPagePrtArea.GetWidth() - GetTextWidth(C2S(DEMOTEXT)); in InitAllRects_Impl()
245 rRect.Left() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
246 rRect.Right() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
251 rRect.Right() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
255 rRect.Left() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
[all …]
/AOO42X/main/svx/inc/svx/
H A Dswframeexample.hxx47 Rectangle aPagePrtArea; member in SvxSwFrameExample