Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/access/
H A Daccframe.cxx245 SwRect aLogBounds( rLower.GetBounds( rAccMap ) ); in GetChildAtPixel() local
246 if( !aLogBounds.IsEmpty() ) in GetChildAtPixel()
248 Rectangle aPixBounds( rAccMap.CoreToPixel( aLogBounds.SVRect() ) ); in GetChildAtPixel()
276 SwRect aLogBounds( rLower.GetBounds( rAccMap ) ); in GetChildAtPixel() local
277 if( !aLogBounds.IsEmpty() ) in GetChildAtPixel()
279 Rectangle aPixBounds( rAccMap.CoreToPixel( aLogBounds.SVRect() ) ); in GetChildAtPixel()
H A Dacccontext.cxx867 SwRect aLogBounds( GetBounds( *(GetMap()), GetFrm() ) ); // twip rel to doc root in getAccessibleAtPoint() local
868 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()
H A Daccpara.cxx2737 SwRect aLogBounds( GetBounds( *(GetMap()), GetFrm() ) ); // twip rel to doc root in getIndexAtPoint() local
2738 Point aPixPos( GetMap()->CoreToPixel( aLogBounds.SVRect() ).TopLeft() ); in getIndexAtPoint()
2743 if( !aLogBounds.IsInside( aCorePoint ) ) in getIndexAtPoint()

Completed in 47 milliseconds