Lines Matching refs:aTestRect
1176 Rectangle aTestRect; in HasObjectsInRows() local
1178 aTestRect.Top() += pDoc->GetRowHeight( 0, nStartRow-1, nTab); in HasObjectsInRows()
1181 aTestRect.Bottom() = MAXMM; in HasObjectsInRows()
1184 aTestRect.Bottom() = aTestRect.Top(); in HasObjectsInRows()
1185 aTestRect.Bottom() += pDoc->GetRowHeight( nStartRow, nEndRow, nTab); in HasObjectsInRows()
1186 TwipsToMM( aTestRect.Bottom() ); in HasObjectsInRows()
1189 TwipsToMM( aTestRect.Top() ); in HasObjectsInRows()
1191 aTestRect.Left() = 0; in HasObjectsInRows()
1192 aTestRect.Right() = MAXMM; in HasObjectsInRows()
1196 MirrorRectRTL( aTestRect ); in HasObjectsInRows()
1207 … if ( (aTestRect.IsInside(aObjRect.TopLeft()) || aTestRect.IsInside(aObjRect.BottomLeft())) && in HasObjectsInRows()