Searched refs:GetEditor (Results 1 – 5 of 5) sorted by relevance
378 if ( GetEditor()->GetMode() == DLGED_SELECT ) in GetState()453 GetEditor()->Cut(); in ExecuteCommand()462 GetEditor()->Delete(); in ExecuteCommand()469 GetEditor()->Copy(); in ExecuteCommand()474 GetEditor()->Paste(); in ExecuteCommand()490 GetEditor()->SetMode( DLGED_INSERT ); in ExecuteCommand()491 GetEditor()->SetInsertObj( OBJ_DLG_PUSHBUTTON ); in ExecuteCommand()496 GetEditor()->SetMode( DLGED_INSERT ); in ExecuteCommand()497 GetEditor()->SetInsertObj( OBJ_DLG_RADIOBUTTON ); in ExecuteCommand()502 GetEditor()->SetMode( DLGED_INSERT ); in ExecuteCommand()[all …]
840 DlgEditor* pWinEditor = pDlgWin->GetEditor(); in handleSetCurrentLocale()877 DlgEditor* pWinEditor = pDlgWin->GetEditor(); in FindDialogWindowForEditor()
202 xExistingDialog = ((DialogWindow*)pWin)->GetEditor()->GetDialog(); in RenameDialog()
85 DlgEditor* GetEditor() const { return pEditor; } in GetEditor() function in DialogWindow
146 m_pDlgEditor = m_pDialogWindow->GetEditor(); in AccessibleDialogWindow()