Lines Matching refs:aRect

586 		Rectangle aRect( aPos, aSize );  in RecalcPos()  local
587 aRect.Left() -= 250; in RecalcPos()
588 aRect.Right() += 250; in RecalcPos()
589 aRect.Top() -= 70; in RecalcPos()
590 aRect.Bottom() += 70; in RecalcPos()
592 MirrorRectRTL( aRect ); in RecalcPos()
594 if ( pObj->GetLogicRect() != aRect ) in RecalcPos()
598 pObj->SetLogicRect(aRect); in RecalcPos()
1045 Rectangle aRect = pDoc->GetMMRect( nCol1, nRow1, nCol2, nRow2, nTab ); in MoveArea() local
1046 lcl_ReverseTwipsToMM( aRect ); in MoveArea()
1065 Point aTopLeft = aRect.TopLeft(); // Anfang beim Verkleinern in MoveArea()
1077 MoveAreaTwips( nTab, aRect, aMove, aTopLeft ); in MoveArea()
1095 Rectangle aRect; in WidthChanged() local
1099 aRect.Left() += pDoc->GetColWidth(i,nTab); in WidthChanged()
1100 aTopLeft.X() = aRect.Left(); in WidthChanged()
1101 aRect.Left() += pDoc->GetColWidth(nCol,nTab); in WidthChanged()
1103 aRect.Right() = MAXMM; in WidthChanged()
1104 aRect.Top() = 0; in WidthChanged()
1105 aRect.Bottom() = MAXMM; in WidthChanged()
1112 MirrorRectRTL( aRect ); in WidthChanged()
1117 MoveAreaTwips( nTab, aRect, Point( nDifTwips,0 ), aTopLeft ); in WidthChanged()
1138 Rectangle aRect; in HeightChanged() local
1141 aRect.Top() += pDoc->GetRowHeight( 0, nRow-1, nTab); in HeightChanged()
1142 aTopLeft.Y() = aRect.Top(); in HeightChanged()
1143 aRect.Top() += pDoc->GetRowHeight(nRow, nTab); in HeightChanged()
1145 aRect.Bottom() = MAXMM; in HeightChanged()
1146 aRect.Left() = 0; in HeightChanged()
1147 aRect.Right() = MAXMM; in HeightChanged()
1154 MirrorRectRTL( aRect ); in HeightChanged()
1158 MoveAreaTwips( nTab, aRect, Point( 0,nDifTwips ), aTopLeft ); in HeightChanged()