Lines Matching refs:GetEnd
1614 sal_uInt16 nIndex = rSelection.GetEnd().GetIndex(); in InsertNewEntry()
1618 nIndex = pAttrib->GetEnd(); in InsertNewEntry()
1623 TextSelection aEntrySel(TextPaM(nPara, nIndex), TextPaM(nPara, pAttrib->GetEnd())); in InsertNewEntry()
1656 && pBeginAttrib->GetEnd() >= rSelection.GetEnd().GetIndex())) in RemoveCurrentEntry()
1659 …ction aEntrySel(TextPaM( nPara, pBeginAttrib->GetStart()), TextPaM(nPara, pBeginAttrib->GetEnd())); in RemoveCurrentEntry()
1677 && pBeginAttrib->GetEnd() >= rSelection.GetEnd().GetIndex())) in MoveCurrentItem()
1682 …ction aEntrySel(TextPaM( nPara, pBeginAttrib->GetStart()), TextPaM(nPara, pBeginAttrib->GetEnd())); in MoveCurrentItem()
1708 if(pEndAttrib && pEndAttrib->GetEnd() >= nIndex) in MoveCurrentItem()
1710 nIndex = pEndAttrib->GetEnd(); in MoveCurrentItem()
1735 aEntrySel = TextSelection(TextPaM(nPara, nIndex), TextPaM(nPara, pAttrib->GetEnd())); in MoveCurrentItem()
1754 && pBeginAttrib->GetEnd() >= rSelection.GetEnd().GetIndex())) in IsCurrentItemMoveable()
1776 && pBeginAttrib->GetEnd() >= rSelection.GetEnd().GetIndex())); in HasCurrentItem()
1790 && pBeginAttrib->GetEnd() >= rSelection.GetEnd().GetIndex())) in GetCurrentItem()
1793 …ction aEntrySel(TextPaM( nPara, pBeginAttrib->GetStart()), TextPaM(nPara, pBeginAttrib->GetEnd())); in GetCurrentItem()
1809 && pBeginAttrib->GetEnd() >= rSelection.GetEnd().GetIndex())) in SelectCurrentItem()
1812 …ction aEntrySel(TextPaM( nPara, pBeginAttrib->GetStart()), TextPaM(nPara, pBeginAttrib->GetEnd())); in SelectCurrentItem()