Lines Matching refs:SCCOLROW
180 bool ScOutlineWindow::IsHidden( SCCOLROW nColRowIndex ) const in IsHidden()
187 bool ScOutlineWindow::IsFiltered( SCCOLROW nColRowIndex ) const in IsFiltered()
193 bool ScOutlineWindow::IsFirstVisible( SCCOLROW nColRowIndex ) const in IsFirstVisible()
196 for ( SCCOLROW nPos = 0; (nPos < nColRowIndex) && bAllHidden; ++nPos ) in IsFirstVisible()
201 void ScOutlineWindow::GetVisibleRange( SCCOLROW& rnColRowStart, SCCOLROW& rnColRowEnd ) const in GetVisibleRange()
265 long ScOutlineWindow::GetColRowPos( SCCOLROW nColRowIndex ) const in GetColRowPos()
286 SCCOLROW nStart = pEntry->GetStart(); in GetEntryPos()
287 SCCOLROW nEnd = pEntry->GetEnd(); in GetEntryPos()
314 SCCOLROW nPrevEnd = pPrevEntry->GetEnd(); in GetEntryPos()
338 for ( SCCOLROW nRow = nStart; (nRow <= nEnd) && !bVisible; ++nRow ) in GetEntryPos()
372 SCCOLROW nStart, nEnd; in IsButtonVisible()
385 SCCOLROW nStartIndex, nEndIndex; in ItemHit()
419 SCCOLROW nStart = pEntry->GetStart(); in ItemHit()
420 SCCOLROW nEnd = pEntry->GetEnd(); in ItemHit()
643 SCCOLROW nStartIndex, nEndIndex; in Paint()
661 SCCOLROW nStart = pEntry->GetStart(); in Paint()
662 SCCOLROW nEnd = pEntry->GetEnd(); in Paint()
694 SCCOLROW nStart = pEntry->GetStart(); in Paint()
816 SCCOLROW nStart = pEntry->GetStart(); in ImplMoveFocusByLevel()
817 SCCOLROW nEnd = pEntry->GetEnd(); in ImplMoveFocusByLevel()