Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Dswframeexample.cxx159 aParaPrtArea = aPara; in InitAllRects_Impl()
160 aParaPrtArea.Left() += nLTxtBorder; in InitAllRects_Impl()
161 aParaPrtArea.Right() -= nRTxtBorder; in InitAllRects_Impl()
162 aParaPrtArea.Top() += nTTxtBorder; in InitAllRects_Impl()
163 aParaPrtArea.Bottom() -= nBTxtBorder; in InitAllRects_Impl()
176 aFont.SetSize(Size(0, aParaPrtArea.GetHeight() - 2)); in InitAllRects_Impl()
178 aParaPrtArea.SetSize(Size(GetTextWidth(C2S(DEMOTEXT)), GetTextHeight())); in InitAllRects_Impl()
182 aFont.SetSize(Size(0, aParaPrtArea.GetHeight() / 2)); in InitAllRects_Impl()
185 …aAutoCharFrame.SetPos(Point(aParaPrtArea.Left() + (aParaPrtArea.GetWidth() - aAutoCharFrame.GetWid… in InitAllRects_Impl()
186 aParaPrtArea.Top() + (aParaPrtArea.GetHeight() - aAutoCharFrame.GetHeight()) / 2)); in InitAllRects_Impl()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dswframeexample.hxx50 Rectangle aParaPrtArea; member in SvxSwFrameExample