Home
last modified time | relevance | path

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

/AOO41X/main/starmath/source/
H A Dview.cxx158 if ( rMEvt.IsLeft() && pViewShell->GetEditWindow() ) in MouseButtonDown()
176 { SmEditWindow *pEdit = pViewShell->GetEditWindow(); in MouseButtonDown()
313 const SmEditWindow *pEdit = pViewShell->GetEditWindow(); in Paint()
1244 SmEditWindow *SmViewShell::GetEditWindow() in GetEditWindow() function in SmViewShell
1253 SmEditWindow *pEditWin = pWrapper->GetEditWindow(); in GetEditWindow()
1279 GetEditWindow()->MarkError( Point( pErrorDesc->pNode->GetColumn(), in ShowError()
1335 SmEditWindow *pEditWin = GetEditWindow(); in Insert()
1384 SmEditWindow *pEditWin = GetEditWindow(); in InsertFrom()
1410 SmEditWindow *pWin = GetEditWindow(); in Execute()
1481 pTrans->CopyToClipboard( this ? GetEditWindow() : 0 ); in Execute()
[all …]
H A Dsmmod.cxx279 SmEditWindow *pEditWin = pSmView->GetEditWindow(); in ApplyColorConfigValues()
H A Dedit.cxx110 rCmdBox.GetEditWindow()->EnableRTL( sal_False ); in SmEditWindow()
/AOO41X/main/starmath/inc/
H A Dview.hxx176 SmEditWindow *GetEditWindow() { return (&aEdit); } in GetEditWindow() function in SmCmdBoxWindow
198 SmEditWindow *GetEditWindow() in GetEditWindow() function in SmCmdBoxWrapper
200 return (((SmCmdBoxWindow *)pWindow)->GetEditWindow()); in GetEditWindow()
273 SmEditWindow * GetEditWindow();
/AOO41X/main/svtools/source/brwbox/
H A Debbcontrols.cxx382 … return const_cast< MultiLineEditImplementation* >( this )->GetEditWindow().GetText( aSeparator ); in GetText()
388 …return const_cast< MultiLineEditImplementation* >( this )->GetEditWindow().GetSelected( aSeparator… in GetSelected()
/AOO41X/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx170 EDIT& GetEditWindow() { return static_cast< EDIT& >( GetControl() ); } in GetEditWindow() function in svt::GenericEditImplementation