Home
last modified time | relevance | path

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

/AOO41X/main/sdext/source/presenter/
H A DPresenterTextView.cxx84 mpCaret(new PresenterTextCaret( in PresenterTextView()
129 mpCaret(new PresenterTextCaret( in PresenterTextView()
1361 PresenterTextCaret::PresenterTextCaret ( in PresenterTextCaret() function in sdext::presenter::PresenterTextCaret
1378 PresenterTextCaret::~PresenterTextCaret (void) in ~PresenterTextCaret()
1386 void PresenterTextCaret::ShowCaret (void) in ShowCaret()
1391 ::boost::bind(&PresenterTextCaret::InvertCaret, this), in ShowCaret()
1401 void PresenterTextCaret::HideCaret (void) in HideCaret()
1417 sal_Int32 PresenterTextCaret::GetParagraphIndex (void) const in GetParagraphIndex()
1425 sal_Int32 PresenterTextCaret::GetCharacterIndex (void) const in GetCharacterIndex()
1433 void PresenterTextCaret::SetPosition ( in SetPosition()
[all …]
H A DPresenterTextView.hxx47 class PresenterTextCaret class
50 PresenterTextCaret (
55 ~PresenterTextCaret (void);
90 typedef ::boost::shared_ptr<PresenterTextCaret> SharedPresenterTextCaret;