Home
last modified time | relevance | path

Searched refs:mpParagraph (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx446 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()
[all …]