Lines Matching refs:mpParagraph

446 	SharedPresenterTextParagraph mpParagraph;  member in sdext::presenter::PresenterAccessible::AccessibleParagraph
1803 mpParagraph(rpParagraph), in AccessibleParagraph()
1861 if (mpParagraph) in getCaretPosition()
1862 nPosition = mpParagraph->GetCaretPosition(); in getCaretPosition()
1875 if (mpParagraph) in setCaretPosition()
1877 mpParagraph->SetCaretPosition(nIndex); in setCaretPosition()
1892 if (mpParagraph) in getCharacter()
1893 return mpParagraph->GetCharacter(nIndex); in getCharacter()
1948 else if (mpParagraph) in getCharacterBounds()
1950 aCharacterBox = mpParagraph->GetCharacterBounds(nIndex, false); in getCharacterBounds()
1974 if (mpParagraph) in getCharacterCount()
1975 nCount = mpParagraph->GetCharacterCount(); in getCharacterCount()
1990 if (mpParagraph) in getIndexAtPoint()
1991 nIndex = mpParagraph->GetIndexAtPoint(rPoint); in getIndexAtPoint()
2052 if (mpParagraph) in getText()
2053 sText = mpParagraph->GetText(); in getText()
2069 if (mpParagraph) in getTextRange()
2072 mpParagraph->CreateTextSegment(nLocalStartIndex, nLocalEndIndex)); in getTextRange()
2092 if (mpParagraph) in getTextAtIndex()
2093 aSegment = mpParagraph->GetTextSegment(0, nLocalCharacterIndex, nTextType); in getTextAtIndex()
2111 if (mpParagraph) in getTextBeforeIndex()
2112 aSegment = mpParagraph->GetTextSegment(-1, nLocalCharacterIndex, nTextType); in getTextBeforeIndex()
2130 if (mpParagraph) in getTextBehindIndex()
2131 aSegment = mpParagraph->GetTextSegment(+1, nLocalCharacterIndex, nTextType); in getTextBehindIndex()
2162 if (mpParagraph) in GetRelativeLocation()
2164 const awt::Point aParagraphLocation (mpParagraph->GetRelativeLocation()); in GetRelativeLocation()
2177 if (mpParagraph) in GetSize()
2178 return mpParagraph->GetSize(); in GetSize()
2212 return mpParagraph.get()!=NULL; in GetWindowState()