Lines Matching refs:EditWindow

54 EditWindow::EditWindow (Window* pParentWindow, SfxItemPool* pItemPool)  in EditWindow()  function in sd::notes::EditWindow
87 EditWindow::~EditWindow (void) in ~EditWindow()
132 EditEngine * EditWindow::GetEditEngine (void) in GetEditEngine()
142 EditEngine* EditWindow::CreateEditEngine (void) in CreateEditEngine()
231 void EditWindow::DataChanged (const DataChangedEvent&) in DataChanged()
294 void EditWindow::Resize (void) in Resize()
323 void EditWindow::MouseButtonUp(const MouseEvent &rEvt) in MouseButtonUp()
337 void EditWindow::MouseButtonDown(const MouseEvent &rEvt) in MouseButtonDown()
350 void EditWindow::Command(const CommandEvent& rCEvt) in Command()
385 IMPL_LINK_INLINE_START( EditWindow, MenuSelectHdl, Menu *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
395 IMPL_LINK_INLINE_END( EditWindow, MenuSelectHdl, Menu *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
397 void EditWindow::KeyInput(const KeyEvent& ) in IMPL_LINK_INLINE_END()
464 void EditWindow::Paint(const Rectangle& rRect) in Paint()
474 void EditWindow::CreateEditView (void) in CreateEditView()
493 mpVerticalScrollBar->SetScrollHdl(LINK(this, EditWindow, ScrollHdl)); in CreateEditView()
494 mpHorizontalScrollBar->SetScrollHdl(LINK(this, EditWindow, ScrollHdl)); in CreateEditView()
505 LINK(this, EditWindow, EditStatusHdl)); in CreateEditView()
515 IMPL_LINK( EditWindow, EditStatusHdl, EditStatus *, EMPTYARG ) in IMPL_LINK() argument
526 IMPL_LINK_INLINE_START( EditWindow, ScrollHdl, ScrollBar *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
538 IMPL_LINK_INLINE_END( EditWindow, ScrollHdl, ScrollBar *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
540 Rectangle EditWindow::AdjustScrollBars() in IMPL_LINK_INLINE_END()
565 void EditWindow::SetScrollBarRanges() in SetScrollBarRanges()
585 void EditWindow::InitScrollBars() in InitScrollBars()
616 XubString EditWindow::GetText() in GetText()
627 void EditWindow::SetText(const XubString& rText) in SetText()
651 void EditWindow::GetFocus() in GetFocus()
659 LINK(this, EditWindow, EditStatusHdl)); in GetFocus()
663 void EditWindow::LoseFocus() in LoseFocus()
672 sal_Bool EditWindow::IsAllSelected() const in IsAllSelected()
675 EditEngine *pEditEngine = ((EditWindow *) this)->GetEditEngine(); in IsAllSelected()
695 void EditWindow::SelectAll() in SelectAll()
705 void EditWindow::MarkError(const Point &rPos) in MarkError()
718 void EditWindow::SelNextMark() in SelNextMark()
748 void EditWindow::SelPrevMark() in SelPrevMark()
789 sal_Bool EditWindow::HasMark(const String& rText) const in HasMark()
795 void EditWindow::MouseMove(const MouseEvent &rEvt) in MouseMove()
801 sal_Int8 EditWindow::AcceptDrop( const AcceptDropEvent& ) in AcceptDrop()
806 sal_Int8 EditWindow::ExecuteDrop( const ExecuteDropEvent& ) in ExecuteDrop()
811 ESelection EditWindow::GetSelection() const in GetSelection()
822 void EditWindow::SetSelection(const ESelection &rSel) in SetSelection()
829 sal_Bool EditWindow::IsEmpty() const in IsEmpty()
831 EditEngine *pEditEngine = ((EditWindow *) this)->GetEditEngine(); in IsEmpty()
835 sal_Bool EditWindow::IsSelected() const in IsSelected()
840 void EditWindow::Cut() in Cut()
847 void EditWindow::Copy() in Copy()
854 void EditWindow::Paste() in Paste()
861 void EditWindow::Delete() in Delete()
868 void EditWindow::InsertText(const String& Text) in InsertText()