| /AOO41X/main/dbaccess/source/ui/app/ |
| H A D | AppView.cxx | 187 OApplicationSwapWindow* pSwap = getPanel(); in Resize() 247 OApplicationSwapWindow* OAppBorderWindow::getPanel() const in getPanel() function in OAppBorderWindow 304 if ( m_pWin && m_pWin->getPanel() ) in createIconAutoMnemonics() 305 m_pWin->getPanel()->createIconAutoMnemonics( _rMnemonics ); in createIconAutoMnemonics() 352 if( m_pWin && getPanel() && getPanel()->HasChildPathFocus() ) in PreNotify() 364 if ( getPanel() && getPanel()->interceptKeyInput( *pKeyEvent ) ) in PreNotify() 474 OSL_ENSURE(m_pWin && getDetailView() && getPanel(),"Detail view is NULL! -> GPF"); in getElementType() 475 …return getDetailView()->HasChildPathFocus() ? getDetailView()->getElementType() : getPanel()->getE… in getElementType() 536 OSL_ENSURE(m_pWin && getDetailView() && getPanel(),"Detail view is NULL! -> GPF"); in clearPages() 537 getPanel()->clearSelection(); in clearPages() [all …]
|
| H A D | AppView.hxx | 88 OApplicationSwapWindow* getPanel() const; 156 inline OApplicationSwapWindow* getPanel() const { return m_pWin->getPanel(); } in getPanel() function in dbaui::OApplicationView
|
| /AOO41X/main/scripting/java/org/openoffice/netbeans/modules/office/utils/ |
| H A D | NagDialog.java | 53 result.setDescriptor(new NotifyDescriptor.Message(result.getPanel(), in createInformationDialog() 65 result.getPanel(), NotifyDescriptor.OK_CANCEL_OPTION, in createConfirmationDialog() 84 private JPanel getPanel() { in getPanel() method in NagDialog
|
| /AOO41X/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ |
| H A D | UninstallationImminentCtrl.java | 80 UninstallationImminent panel = (UninstallationImminent)getPanel(); in beforeShow() 89 UninstallationImminent panel = (UninstallationImminent)getPanel(); in duringShow()
|
| H A D | ChooseUninstallationTypeCtrl.java | 66 ChooseUninstallationType panel = (ChooseUninstallationType)getPanel(); in beforeShow() 75 ChooseUninstallationType panel = (ChooseUninstallationType)getPanel(); in afterShow()
|
| H A D | UninstallationOngoingCtrl.java | 64 UninstallationOngoing panel = (UninstallationOngoing)getPanel(); in beforeShow() 88 UninstallationOngoing panel = (UninstallationOngoing)getPanel(); in duringShow()
|
| H A D | ChooseInstallationTypeCtrl.java | 85 ChooseInstallationType panel = (ChooseInstallationType)getPanel(); in beforeShow() 93 ChooseInstallationType panel = (ChooseInstallationType)getPanel(); in afterShow()
|
| H A D | InstallationImminentCtrl.java | 111 InstallationImminent panel = (InstallationImminent)getPanel(); in beforeShow() 124 InstallationImminent panel = (InstallationImminent)getPanel(); in duringShow()
|
| H A D | ChooseDirectoryCtrl.java | 98 ChooseDirectory panel = (ChooseDirectory)getPanel(); in beforeShow() 121 ChooseDirectory panel = (ChooseDirectory)getPanel(); in afterShow()
|
| H A D | InstallationOngoingCtrl.java | 70 InstallationOngoing panel = (InstallationOngoing)getPanel(); in beforeShow() 99 InstallationOngoing panel = (InstallationOngoing)getPanel(); in duringShow()
|
| H A D | UninstallationCompletedCtrl.java | 57 UninstallationCompleted panel = (UninstallationCompleted)getPanel(); in beforeShow()
|
| H A D | InstallationCompletedCtrl.java | 58 installationCompleted panel = (installationCompleted)getPanel(); in beforeShow()
|
| H A D | ChooseComponentsCtrl.java | 93 ChooseComponents panel = (ChooseComponents)getPanel(); in beforeShow()
|
| /AOO41X/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ |
| H A D | PanelController.java | 44 public final JPanel getPanel () { in getPanel() method in PanelController
|
| H A D | SetupFrame.java | 111 mCardPanel.add(panel.getPanel(), name); in addPanel()
|