Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx599 Rectangle *pOuterFrame = &aPage; in Paint() local
602 pOuterFrame = &aFrameAtFrame; in Paint()
604 if (aFrmRect.Left() < pOuterFrame->Left()) in Paint()
605 aFrmRect.Move(pOuterFrame->Left() - aFrmRect.Left(), 0); in Paint()
606 if (aFrmRect.Right() > pOuterFrame->Right()) in Paint()
607 aFrmRect.Move(pOuterFrame->Right() - aFrmRect.Right(), 0); in Paint()
609 if (aFrmRect.Top() < pOuterFrame->Top()) in Paint()
610 aFrmRect.Move(0, pOuterFrame->Top() - aFrmRect.Top()); in Paint()
611 if (aFrmRect.Bottom() > pOuterFrame->Bottom()) in Paint()
612 aFrmRect.Move(0, pOuterFrame->Bottom() - aFrmRect.Bottom()); in Paint()
[all …]

Completed in 13 milliseconds