Searched refs:bNoteMarks (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | prevloc.cxx | 448 …eviewLocationData::GetNoteCountInRange( const Rectangle& rVisiblePixel, sal_Bool bNoteMarks ) const in GetNoteCountInRange() 450 ScPreviewLocationType eType = bNoteMarks ? SC_PLOC_NOTEMARK : SC_PLOC_NOTETEXT; in GetNoteCountInRange() 463 …viewLocationData::GetNoteInRange( const Rectangle& rVisiblePixel, long nIndex, sal_Bool bNoteMarks, in GetNoteInRange() argument 466 ScPreviewLocationType eType = bNoteMarks ? SC_PLOC_NOTEMARK : SC_PLOC_NOTETEXT; in GetNoteInRange() 487 …ata::GetNoteInRangeOutputRect(const Rectangle& rVisiblePixel, sal_Bool bNoteMarks, const ScAddress… in GetNoteInRangeOutputRect() argument 489 ScPreviewLocationType eType = bNoteMarks ? SC_PLOC_NOTEMARK : SC_PLOC_NOTETEXT; in GetNoteInRangeOutputRect()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | prevloc.hxx | 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,
|
Completed in 10 milliseconds