Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A Ddrviewsh.cxx119 const Rectangle aInnerRectangle( in MakeVisible() local
129 if(aInnerRectangle.Left() > rRect.Right()) in MakeVisible()
135 if(aInnerRectangle.Right() < rRect.Left()) in MakeVisible()
155 if(aInnerRectangle.Top() > rRect.Bottom()) in MakeVisible()
161 if(aInnerRectangle.Bottom() < rRect.Top()) in MakeVisible()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx403 …const Rectangle aInnerRectangle(pFlyFrame->Frm().Pos() + pFlyFrame->Prt().Pos(), pFlyFrame->Prt().… in getInnerBound() local
405 if(!aInnerRectangle.IsEmpty() in getInnerBound()
406 && RECT_EMPTY != aInnerRectangle.Right() in getInnerBound()
407 && RECT_EMPTY != aInnerRectangle.Bottom()) in getInnerBound()
409 aInnerRange.expand(basegfx::B2DTuple(aInnerRectangle.Left(), aInnerRectangle.Top())); in getInnerBound()
410 aInnerRange.expand(basegfx::B2DTuple(aInnerRectangle.Right(), aInnerRectangle.Bottom())); in getInnerBound()

Completed in 22 milliseconds