Lines Matching refs:GetEnd
171 if ( pEntry->GetStart() <= nSearchPos && pEntry->GetEnd() >= nSearchPos ) in FindEntry()
214 GetEnd() == nEndCol ) in Insert()
318 SCCOLROW nEnd = pEntry->GetEnd(); in FindTouchedLevel()
344 SCCOLROW nEnd = pEntry->GetEnd(); in RemoveSub()
374 SCCOLROW nEnd = pEntry->GetEnd(); in PromoteSub()
420 SCCOLROW nEnd = pEntry->GetEnd(); in Remove()
459 if ((pEntry->GetStart() <= nPos) && (nPos <= pEntry->GetEnd())) in GetEntryByPos()
472 if ( (pEntry->GetStart() <= nPos) && (nPos <= pEntry->GetEnd()) ) in GetEntryIndex()
486 if ( (nBlockStart <= pEntry->GetStart()) && (pEntry->GetEnd() <= nBlockEnd) ) in GetEntryIndexInRange()
498 SCCOLROW nEnd = pEntry->GetEnd(); in SetVisibleBelow()
506 if (pEntry->GetStart() >= nStart && pEntry->GetEnd() <= nEnd) in SetVisibleBelow()
531 rEnd = ((ScOutlineEntry*) aCollections[0].At(nCount-1))->GetEnd(); in GetRange()
550 nEnd = pEntry->GetEnd(); in ExtendBlock()
565 SCCOLROW nEnd = ((ScOutlineEntry*) aCollections[0].At(nCount-1))->GetEnd(); in TestInsertSpace()
582 SCCOLROW nEnd = pEntry->GetEnd(); in InsertSpace()
606 SCCOLROW nEntryEnd = pEntry->GetEnd(); in DeleteSpace()
645 SCCOLROW nEntryEnd = pEntry->GetEnd(); in ManualAction()
738 nEnd = pEntry->GetEnd(); in ScSubOutlineIterator()
761 if ( pEntry->GetStart() >= nStart && pEntry->GetEnd() <= nEnd ) in GetNext()