Searched refs:GetEEIndex (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/editeng/source/uno/ |
| H A D | unoedprx.cxx | 106 sal_uInt16 GetEEIndex() const; 152 rStart.GetEEIndex() <= rEnd.GetEEIndex()) ) in MakeEESelection() 155 return ESelection( rStart.GetParagraph(), rStart.GetEEIndex(), in MakeEESelection() 156 rEnd.GetParagraph(), rEnd.GetEEIndex()+1 ); in MakeEESelection() 160 rStart.GetEEIndex() > rEnd.GetEEIndex()) ) in MakeEESelection() 163 return ESelection( rStart.GetParagraph(), rStart.GetEEIndex()+1, in MakeEESelection() 164 rEnd.GetParagraph(), rEnd.GetEEIndex() ); in MakeEESelection() 167 return ESelection( rStart.GetParagraph(), rStart.GetEEIndex(), in MakeEESelection() 168 rEnd.GetParagraph(), rEnd.GetEEIndex() ); in MakeEESelection() 173 return ESelection( rIndex.GetParagraph(), rIndex.GetEEIndex(), in MakeEESelection() [all …]
|