Lines Matching refs:GetEEIndex
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()
174 rIndex.GetParagraph(), rIndex.GetEEIndex() + 1 ); in MakeEESelection()
177 sal_uInt16 SvxAccessibleTextIndex::GetEEIndex() const in GetEEIndex() function in SvxAccessibleTextIndex
693 return aIndex.GetEEIndex(); in CalcEditEngineIndex()
716 return mrTextForwarder->GetLanguage( nPara, aIndex.GetEEIndex() ); in GetLanguage()
756 … aRect = mrTextForwarder->GetCharBounds( nPara, static_cast< sal_uInt16 >( aIndex.GetEEIndex() ) ); in GetCharBounds()
794 …rtRect = mrTextForwarder->GetCharBounds( nPara, static_cast< sal_uInt16 >( aIndex.GetEEIndex() ) ); in GetCharBounds()
902 Rectangle aRect = mrTextForwarder->GetCharBounds( nPara, aIndex.GetEEIndex() ); in GetIndexAtPoint()
923 nIndex = aIndex.GetEEIndex(); in GetWordIndices()
977 nIndex = aIndex.GetEEIndex(); in GetAttributeRun()