Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx187 aFrameAtFrame = aPara; in InitAllRects_Impl()
188 aFrameAtFrame.Left() += 9; in InitAllRects_Impl()
189 aFrameAtFrame.Right() -= 5; in InitAllRects_Impl()
190 aFrameAtFrame.Bottom() += 5; in InitAllRects_Impl()
191aFrameAtFrame.SetPos(Point(aFrameAtFrame.Left() + 2, (aPagePrtArea.Bottom() - aFrameAtFrame.GetHei… in InitAllRects_Impl()
283 rRect.Left() = aFrameAtFrame.Left(); in CalcBoundRect_Impl()
284 rRect.Right() = aFrameAtFrame.Right(); in CalcBoundRect_Impl()
289 rRect.Left() = aFrameAtFrame.Left() + FLYINFLY_BORDER; in CalcBoundRect_Impl()
290 rRect.Right() = aFrameAtFrame.Right() - FLYINFLY_BORDER; in CalcBoundRect_Impl()
294 rRect.Left() = aFrameAtFrame.Left(); in CalcBoundRect_Impl()
[all …]
/trunk/main/svx/inc/svx/
H A Dswframeexample.hxx51 Rectangle aFrameAtFrame; member in SvxSwFrameExample