Searched refs:aFrmRect (Results 1 – 4 of 4) sorted by relevance
403 SwRect aFrmRect( Frm() ); in CheckClip() local409 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 …]
5989 SwRect aFrmRect; in PaintBackground() local5998 aFrmRect = pFrm->PaintArea(); in PaintBackground()5999 if ( aFrmRect.IsOver( aBorderRect ) ) in PaintBackground()6007 aFrmRect.IsOver( aRect ) ) in PaintBackground()6013 !aShortCut.Stop( aFrmRect ) ); in PaintBackground()
597 Rectangle aFrmRect(Point(lXPos, lYPos), aFrmSize); in Paint() local604 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 …]
427 Rectangle aFrmRect(aTL, m_aFrmSize); in Paint() local432 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 60 milliseconds