Home
last modified time | relevance | path

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

/trunk/main/basctl/source/dlged/
H A Ddlgedview.cxx171 const Rectangle aOuterRectangle(pDlgEdObj->GetLastBoundRect()); in impLocalHitCorrection() local
173 if(!aOuterRectangle.IsEmpty() in impLocalHitCorrection()
174 && RECT_EMPTY != aOuterRectangle.Right() in impLocalHitCorrection()
175 && RECT_EMPTY != aOuterRectangle.Bottom()) in impLocalHitCorrection()
178 aOuterRectangle.Left(), aOuterRectangle.Top(), in impLocalHitCorrection()
179 aOuterRectangle.Right(), aOuterRectangle.Bottom()); in impLocalHitCorrection()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx377 const Rectangle aOuterRectangle(pFlyFrame->Frm().Pos(), pFlyFrame->Frm().SSize()); in getOuterBound() local
379 if(!aOuterRectangle.IsEmpty() in getOuterBound()
380 && RECT_EMPTY != aOuterRectangle.Right() in getOuterBound()
381 && RECT_EMPTY != aOuterRectangle.Bottom()) in getOuterBound()
383 … aOuterRange.expand(basegfx::B2DTuple(aOuterRectangle.Left(), aOuterRectangle.Top())); in getOuterBound()
384 … aOuterRange.expand(basegfx::B2DTuple(aOuterRectangle.Right(), aOuterRectangle.Bottom())); in getOuterBound()

Completed in 19 milliseconds