/trunk/main/sw/source/ui/docvw/ |
H A D | SidebarTxtControl.cxx | 154 if ( GetTextView() ) in Paint() 156 GetTextView()->Paint( rRect ); in Paint() 212 bDone = GetTextView() && GetTextView()->PostKeyEvent( rKeyEvt ); in KeyInput() 236 if ( GetTextView() ) in MouseMove() 267 if ( GetTextView() ) in MouseButtonDown() 294 if ( GetTextView() ) in MouseButtonDown() 303 if ( GetTextView() ) in MouseButtonUp() 327 GetTextView() && in Command() 385 if ( GetTextView() ) in Command() 394 if( GetTextView() ) in GetSurroundingText() [all …]
|
H A D | SidebarTxtControlAcc.cxx | 76 , mTextForwarder( *(rSidebarTxtControl.GetTextView()->GetOutliner()), sal_False ) in SidebarTextEditSource() 77 , mViewForwarder( *(rSidebarTxtControl.GetTextView()) ) in SidebarTextEditSource() 79 if ( mrSidebarTxtControl.GetTextView() ) in SidebarTextEditSource() 81 …mrSidebarTxtControl.GetTextView()->GetOutliner()->SetNotifyHdl( LINK(this, SidebarTextEditSource, … in SidebarTextEditSource() 87 if ( mrSidebarTxtControl.GetTextView() ) in ~SidebarTextEditSource() 89 mrSidebarTxtControl.GetTextView()->GetOutliner()->SetNotifyHdl( Link() ); in ~SidebarTextEditSource()
|
H A D | SidebarTxtControl.hxx | 70 OutlinerView* GetTextView() const;
|
H A D | srcedtw.cxx | 598 GetTextView()->Scroll( 0, nDiff ); in IMPL_LINK() 605 GetTextView()->Scroll( nDiff, 0 ); in IMPL_LINK()
|
/trunk/main/svtools/source/edit/ |
H A D | svmedit.cxx | 417 return mpTextWindow->GetTextView()->IsReadOnly(); in IsReadOnly() 433 mpTextWindow->GetTextView()->InsertText( rStr ); in InsertText() 438 return mpTextWindow->GetTextView()->GetSelected(); in GetSelected() 515 if ( !mpTextWindow->GetTextView()->IsReadOnly() ) in Cut() 516 mpTextWindow->GetTextView()->Cut(); in Cut() 521 mpTextWindow->GetTextView()->Copy(); in Copy() 526 if ( !mpTextWindow->GetTextView()->IsReadOnly() ) in Paste() 527 mpTextWindow->GetTextView()->Paste(); in Paste() 583 mpTextWindow->GetTextView()->Scroll( 0, mpTextWindow->GetTextView()->GetStartDocPos().Y() ); in Notify() 1579 ExtTextView* MultiLineEdit::GetTextView() const in GetTextView() function in MultiLineEdit [all …]
|
H A D | svmedit2.cxx | 50 GetTextView()->InsertText( rNew, sal_False ); in InsertText() 55 GetTextView()->SetAutoScroll( bAutoScroll ); in SetAutoScroll() 60 GetTextView()->EnableCursor( bEnable ); in EnableCursor()
|
H A D | editsyntaxhighlighter.cxx | 69 TextSelection aCurrentPos = GetTextView()->GetSelection(); in DoBracketHilight() 198 GetTextView()->ShowCursor( false, true ); in UpdateData()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | mmaddressblockpage.cxx | 1508 GetTextView()->SupportProtectAttribute(sal_True); in AddressMultiLineEdit() 1611 ExtTextView* pTextView = GetTextView(); in InsertNewEntry() 1640 ExtTextView* pTextView = GetTextView(); in InsertNewEntryAtPosition() 1650 ExtTextView* pTextView = GetTextView(); in RemoveCurrentEntry() 1672 ExtTextView* pTextView = GetTextView(); in MoveCurrentItem() 1748 ExtTextView* pTextView = GetTextView(); in IsCurrentItemMoveable() 1771 ExtTextView* pTextView = GetTextView(); in HasCurrentItem() 1785 ExtTextView* pTextView = GetTextView(); in GetCurrentItem() 1804 ExtTextView* pTextView = GetTextView(); in SelectCurrentItem()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | srcview.cxx | 259 const TextSelection& rSel = aEditWin.GetTextView()->GetSelection(); in ~SwSrcView() 341 TextView* pTextView = aEditWin.GetTextView(); in Execute() 482 TextView* pTextView = aEditWin.GetTextView(); in GetState() 642 ExtTextView* pTextView = aEditWin.GetTextView(); in StartSearchAndReplace()
|
/trunk/main/sw/source/ui/inc/ |
H A D | srcedtw.hxx | 131 ExtTextView* GetTextView() in GetTextView() function in SwSrcEditWindow
|
/trunk/main/filter/source/xsltdialog/ |
H A D | xmlfileview.hxx | 123 TextView* GetTextView() { return pTextView; } in GetTextView() function in XMLFileWindow
|
H A D | xmlfileview.cxx | 398 GetTextView()->Scroll( 0, nDiff ); in IMPL_LINK() 405 GetTextView()->Scroll( nDiff, 0 ); in IMPL_LINK()
|
/trunk/main/svtools/inc/svtools/ |
H A D | svmedit.hxx | 62 ExtTextView* GetTextView() const;
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterNotesView.hxx | 95 ::boost::shared_ptr<PresenterTextView> GetTextView (void) const;
|
H A D | PresenterNotesView.cxx | 757 ::boost::shared_ptr<PresenterTextView> PresenterNotesView::GetTextView (void) const in GetTextView() function in sdext::presenter::PresenterNotesView
|
H A D | PresenterAccessibility.cxx | 689 ? pNotesView->GetTextView() in UpdateAccessibilityHierarchy()
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | license_dialog.cxx | 148 ExtTextView* pView = GetTextView(); in IsEndReached()
|
/trunk/main/extensions/source/preload/ |
H A D | oemwiz.cxx | 420 ExtTextView* pView = GetTextView(); in IsEndReached()
|
/trunk/main/svtools/source/brwbox/ |
H A D | ebbcontrols.cxx | 563 sal_Bool bHandled = GetTextView()->KeyInput( _rEvent ); in dispatchKeyEvent()
|
/trunk/main/framework/source/services/ |
H A D | license.cxx | 586 ExtTextView* pView = GetTextView(); in IsEndReached()
|