Home
last modified time | relevance | path

Searched refs:aCntFrm (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx1186 if ( aCntFrm.IsInside( rPoint ) ) in GetCntntPos()
1378 if ( aCntFrm.IsInside( rPt ) ) in GetCntntPosition()
1389 if ( aCntFrm.Top() > rPt.Y() ) in GetCntntPosition()
1390 aPoint.Y() = aCntFrm.Top(); in GetCntntPosition()
1392 aPoint.Y() = aCntFrm.Bottom(); in GetCntntPosition()
1395 if ( aCntFrm.Left() > rPt.X() ) in GetCntntPosition()
1396 aPoint.X() = aCntFrm.Left(); in GetCntntPosition()
1398 aPoint.X() = aCntFrm.Right(); in GetCntntPosition()
1528 SwRect aCntFrm( pCnt->UnionFrm() ); in GetNextPrevCntntPos() local
1541 return Point( aCntFrm.Right(), aCntFrm.Bottom() ); in GetNextPrevCntntPos()
[all …]

Completed in 18 milliseconds