Searched refs:aFrmRect (Results 1 – 4 of 4) sorted by relevance
390 SwRect aFrmRect( Frm() ); in CheckClip() local395 nDiff -= aFrmRect.Top(); //nDiff ist die verfügbare Strecke. in CheckClip()396 nDiff = aFrmRect.Height() - nDiff; in CheckClip()397 aFrmRect.Height( aFrmRect.Height() - nDiff ); in CheckClip()403 nDiff -= aFrmRect.Left();//nDiff ist die verfügbare Strecke. in CheckClip()404 nDiff = aFrmRect.Width() - nDiff; in CheckClip()405 aFrmRect.Width( aFrmRect.Width() - nDiff ); in CheckClip()425 if ( aFrmRect.Width() != aOldSize.Width() && in CheckClip()426 aFrmRect.Height()!= aOldSize.Height() ) in CheckClip()428 if ( (aOldSize.Width() - aFrmRect.Width()) > in CheckClip()[all …]
5939 SwRect aFrmRect; in PaintBackground() local5948 aFrmRect = pFrm->PaintArea(); in PaintBackground()5949 if ( aFrmRect.IsOver( aBorderRect ) ) in PaintBackground()5957 aFrmRect.IsOver( aRect ) ) in PaintBackground()5963 !aShortCut.Stop( aFrmRect ) ); in PaintBackground()
593 Rectangle aFrmRect(Point(lXPos, lYPos), aFrmSize); in Paint() local600 if (aFrmRect.Left() < pOuterFrame->Left()) in Paint()601 aFrmRect.Move(pOuterFrame->Left() - aFrmRect.Left(), 0); in Paint()602 if (aFrmRect.Right() > pOuterFrame->Right()) in Paint()603 aFrmRect.Move(pOuterFrame->Right() - aFrmRect.Right(), 0); in Paint()605 if (aFrmRect.Top() < pOuterFrame->Top()) in Paint()606 aFrmRect.Move(0, pOuterFrame->Top() - aFrmRect.Top()); in Paint()607 if (aFrmRect.Bottom() > pOuterFrame->Bottom()) in Paint()608 aFrmRect.Move(0, pOuterFrame->Bottom() - aFrmRect.Bottom()); in Paint()650 … if (aTxt.IsOver(aFrmRect) && nAnchor != TextContentAnchorType_AS_CHARACTER && !bIgnoreWrap) 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()