Lines Matching refs:EditorWindow
159 EditorWindow::EditorWindow( Window* pParent ) : in EditorWindow() function in EditorWindow
181 __EXPORT EditorWindow::~EditorWindow() in ~EditorWindow()
198 String EditorWindow::GetWordAtCursor() in GetWordAtCursor()
246 void __EXPORT EditorWindow::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
316 void __EXPORT EditorWindow::Resize() in Resize()
344 void __EXPORT EditorWindow::MouseMove( const MouseEvent &rEvt ) in MouseMove()
352 void __EXPORT EditorWindow::MouseButtonUp( const MouseEvent &rEvt ) in MouseButtonUp()
367 void __EXPORT EditorWindow::MouseButtonDown( const MouseEvent &rEvt ) in MouseButtonDown()
376 void __EXPORT EditorWindow::Command( const CommandEvent& rCEvt ) in Command()
398 sal_Bool EditorWindow::ImpCanModify() in ImpCanModify()
418 void __EXPORT EditorWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
487 void __EXPORT EditorWindow::Paint( const Rectangle& rRect ) in Paint()
495 void __EXPORT EditorWindow::LoseFocus() in LoseFocus()
501 sal_Bool EditorWindow::SetSourceInBasic( sal_Bool bQuiet ) in SetSourceInBasic()
557 void EditorWindow::CreateEditEngine() in CreateEditEngine()
571 aSyntaxIdleTimer.SetTimeoutHdl( LINK( this, EditorWindow, SyntaxTimerHdl ) ); in CreateEditEngine()
645 void EditorWindow::DataChanged(DataChangedEvent const & rDCEvt) in DataChanged()
672 void EditorWindow::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify()
730 void EditorWindow::ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 ) in ConfigurationChanged()
735 void EditorWindow::SetScrollBarRanges() in SetScrollBarRanges()
747 void EditorWindow::InitScrollBars() in InitScrollBars()
770 void EditorWindow::ImpDoHighlight( sal_uLong nLine ) in ImpDoHighlight()
800 void EditorWindow::ImplSetFont() in ImplSetFont()
828 void EditorWindow::DoSyntaxHighlight( sal_uLong nPara ) in DoSyntaxHighlight()
841 void EditorWindow::DoDelayedSyntaxHighlight( sal_uLong nPara ) in DoDelayedSyntaxHighlight()
860 IMPL_LINK( EditorWindow, SyntaxTimerHdl, Timer *, EMPTYARG ) in IMPL_LINK() argument
895 void EditorWindow::ParagraphInsertedDeleted( sal_uLong nPara, sal_Bool bInserted ) in ParagraphInsertedDeleted()
930 void EditorWindow::CreateProgress( const String& rText, sal_uLong nRange ) in CreateProgress()
936 void EditorWindow::DestroyProgress() in DestroyProgress()
941 void EditorWindow::ForceSyntaxTimeout() in ForceSyntaxTimeout()
1761 EditorWindow::GetComponentInterface(sal_Bool bCreate) in GetComponentInterface()