Lines Matching refs:aCntFrm

1185                     SwRect aCntFrm( pCntnt->UnionFrm() );  in GetCntntPos()  local
1186 if ( aCntFrm.IsInside( rPoint ) ) in GetCntntPos()
1197 if ( aCntFrm.Top() > aCntntPoint.Y() ) in GetCntntPos()
1198 aCntntPoint.Y() = aCntFrm.Top(); in GetCntntPos()
1199 else if ( aCntFrm.Bottom() < aCntntPoint.Y() ) in GetCntntPos()
1200 aCntntPoint.Y() = aCntFrm.Bottom(); in GetCntntPos()
1203 if ( aCntFrm.Left() > aCntntPoint.X() ) in GetCntntPos()
1204 aCntntPoint.X() = aCntFrm.Left(); in GetCntntPos()
1205 else if ( aCntFrm.Right() < aCntntPoint.X() ) in GetCntntPos()
1206 aCntntPoint.X() = aCntFrm.Right(); in GetCntntPos()
1377 SwRect aCntFrm( pCntnt->UnionFrm() ); in GetCntntPosition() local
1378 if ( aCntFrm.IsInside( rPt ) ) in GetCntntPosition()
1389 if ( aCntFrm.Top() > rPt.Y() ) in GetCntntPosition()
1390 aPoint.Y() = aCntFrm.Top(); in GetCntntPosition()
1391 else if ( aCntFrm.Bottom() < rPt.Y() ) in GetCntntPosition()
1392 aPoint.Y() = aCntFrm.Bottom(); in GetCntntPosition()
1395 if ( aCntFrm.Left() > rPt.X() ) in GetCntntPosition()
1396 aPoint.X() = aCntFrm.Left(); in GetCntntPosition()
1397 else if ( aCntFrm.Right() < rPt.X() ) in GetCntntPosition()
1398 aPoint.X() = aCntFrm.Right(); in GetCntntPosition()
1407 else if ( aCntFrm.Top() > Frm().Bottom() ) in GetCntntPosition()
1528 SwRect aCntFrm( pCnt->UnionFrm() ); in GetNextPrevCntntPos() local
1529 if ( aCntFrm.IsInside( rPoint ) && !lcl_IsInRepeatedHeadline( pCnt )) in GetNextPrevCntntPos()
1541 return Point( aCntFrm.Right(), aCntFrm.Bottom() ); in GetNextPrevCntntPos()
1553 return Point( aCntFrm.Right(), aCntFrm.Bottom() ); in GetNextPrevCntntPos()