Searched refs:aLogBounds (Results 1 – 3 of 3) sorted by relevance
245 SwRect aLogBounds( rLower.GetBounds( rAccMap ) ); in GetChildAtPixel() local246 if( !aLogBounds.IsEmpty() ) in GetChildAtPixel()248 Rectangle aPixBounds( rAccMap.CoreToPixel( aLogBounds.SVRect() ) ); in GetChildAtPixel()276 SwRect aLogBounds( rLower.GetBounds( rAccMap ) ); in GetChildAtPixel() local277 if( !aLogBounds.IsEmpty() ) in GetChildAtPixel()279 Rectangle aPixBounds( rAccMap.CoreToPixel( aLogBounds.SVRect() ) ); in GetChildAtPixel()
867 SwRect aLogBounds( GetBounds( *(GetMap()), GetFrm() ) ); // twip rel to doc root in getAccessibleAtPoint() local868 Point aPixPos( GetMap()->CoreToPixel( aLogBounds.SVRect() ).TopLeft() ); in getAccessibleAtPoint()922 SwRect aLogBounds( GetBounds( *(GetMap()), GetFrm() ) ); // twip rel to doc root in getBoundsImpl()933 aLogBounds.SSize( GetMap()->GetPreViewPageSize( nPageNum ) ); in getBoundsImpl()936 if( !aLogBounds.IsEmpty() ) in getBoundsImpl()938 aPixBounds = GetMap()->CoreToPixel( aLogBounds.SVRect() ); in getBoundsImpl()
2737 SwRect aLogBounds( GetBounds( *(GetMap()), GetFrm() ) ); // twip rel to doc root in getIndexAtPoint() local2738 Point aPixPos( GetMap()->CoreToPixel( aLogBounds.SVRect() ).TopLeft() ); in getIndexAtPoint()2743 if( !aLogBounds.IsInside( aCorePoint ) ) in getIndexAtPoint()
Completed in 42 milliseconds