Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dflylay.cxx403 SwRect aFrmRect( Frm() ); in CheckClip() local
409 nDiff = aFrmRect.Height() - nDiff; in CheckClip()
410 aFrmRect.Height( aFrmRect.Height() - nDiff ); in CheckClip()
417 nDiff = aFrmRect.Width() - nDiff; in CheckClip()
418 aFrmRect.Width( aFrmRect.Width() - nDiff ); in CheckClip()
443 aFrmRect.Height( aOldSize.Height() ); in CheckClip()
445 aFrmRect.Width( aOldSize.Width() ); in CheckClip()
451 aFrmRect.Height( aFrmRect.Width() * aOldSize.Height() / in CheckClip()
458 aFrmRect.Width( aFrmRect.Height() * aOldSize.Width() / in CheckClip()
471 if ( aFrmRect.HasArea() && in CheckClip()
[all …]
H A Dpaintfrm.cxx5989 SwRect aFrmRect; in PaintBackground() local
5998 aFrmRect = pFrm->PaintArea(); in PaintBackground()
5999 if ( aFrmRect.IsOver( aBorderRect ) ) in PaintBackground()
6007 aFrmRect.IsOver( aRect ) ) in PaintBackground()
6013 !aShortCut.Stop( aFrmRect ) ); in PaintBackground()
/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx597 Rectangle aFrmRect(Point(lXPos, lYPos), aFrmSize); in Paint() local
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()
664 aTxt.Right() = aFrmRect.Left(); in Paint()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx427 Rectangle aFrmRect(aTL, m_aFrmSize); in Paint() local
432 aFrmRect.Left() = nSum + pCol->GetLeft(); // nSum + pCol->GetLeft() + aTL.X(); in Paint()
434 aFrmRect.Right() = nSum - pCol->GetRight(); in Paint()
435 DrawRect(aFrmRect); in Paint()

Completed in 70 milliseconds