Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/view/
H A Dcolrowba.cxx297 if ( rMark.IsRowMarked( nPos ) ) in SetEntrySize()
302 while (nStart<MAXROW && !rMark.IsRowMarked(nStart)) in SetEntrySize()
304 if (rMark.IsRowMarked(nStart)) in SetEntrySize()
307 while (nEnd<MAXROW && rMark.IsRowMarked(nEnd)) in SetEntrySize()
309 if (!rMark.IsRowMarked(nEnd)) in SetEntrySize()
H A Dtabview2.cxx139 bBlockNeg = rMark.IsRowMarked( nCurY ); in InitBlockMode()
H A Dselect.cxx862 return rMark.IsRowMarked( nPosY ); in IsSelectionAtPoint()
/aoo4110/main/sc/inc/
H A Dmarkdata.hxx100 sal_Bool IsRowMarked( SCROW nRow ) const;
/aoo4110/main/sc/source/core/data/
H A Dmarkdata.cxx312 sal_Bool ScMarkData::IsRowMarked( SCROW nRow ) const in IsRowMarked() function in ScMarkData
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx877 if (rMarkdata.IsRowMarked(i)) in getSelectedAccessibleRows()
938 bResult = rMarkdata.IsRowMarked((SCROW)nRow); in isAccessibleRowSelected()

Completed in 44 milliseconds