Searched refs:rVisiblePixel (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | prevloc.cxx | 376 sal_Bool ScPreviewLocationData::HasCellsInRange( const Rectangle& rVisiblePixel ) const in HasCellsInRange() 384 if ( pEntry->aPixelRect.IsOver( rVisiblePixel ) ) in HasCellsInRange() 448 long ScPreviewLocationData::GetNoteCountInRange( const Rectangle& rVisiblePixel, sal_Bool bNoteMark… in GetNoteCountInRange() argument 457 if ( pEntry->eType == eType && pEntry->aPixelRect.IsOver( rVisiblePixel ) ) in GetNoteCountInRange() 463 sal_Bool ScPreviewLocationData::GetNoteInRange( const Rectangle& rVisiblePixel, long nIndex, sal_Bo… in GetNoteInRange() argument 473 if ( pEntry->eType == eType && pEntry->aPixelRect.IsOver( rVisiblePixel ) ) in GetNoteInRange() 487 Rectangle ScPreviewLocationData::GetNoteInRangeOutputRect(const Rectangle& rVisiblePixel, sal_Bool … in GetNoteInRangeOutputRect() argument 496 if ( pEntry->eType == eType && pEntry->aPixelRect.IsOver( rVisiblePixel ) ) in GetNoteInRangeOutputRect() 506 void ScPreviewLocationData::GetTableInfo( const Rectangle& rVisiblePixel, ScPreviewTableInfo& rInfo… in GetTableInfo() argument 732 rInfo.LimitToArea( rVisiblePixel ); in GetTableInfo()
|
/trunk/main/sc/source/ui/inc/ |
H A D | prevloc.hxx | 121 void GetTableInfo( const Rectangle& rVisiblePixel, ScPreviewTableInfo& rInfo ) const; 131 long GetNoteCountInRange( const Rectangle& rVisiblePixel, sal_Bool bNoteMarks ) const; 132 sal_Bool GetNoteInRange( const Rectangle& rVisiblePixel, long nIndex, sal_Bool bNoteMarks, 134 Rectangle GetNoteInRangeOutputRect(const Rectangle& rVisiblePixel, sal_Bool bNoteMarks, 138 sal_Bool HasCellsInRange( const Rectangle& rVisiblePixel ) const;
|
Completed in 17 milliseconds