/aoo4110/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XWizard.idl | 48 depending on the current situation in the wizard, see below).</p> 50 …<p>A sequence of steps in a wizard dialog is called a <em>path</em>. A given wizard can support on… 51 which are declared at the time of construction of the wizard.</p> 65 first page which effectively decide about which path to take in the wizard.</p> 83 /** is the help URL of the wizard's main window. 90 /** provides access to the current page of the wizard 95 /** enables or disables a certain button in the wizard 109 /** sets a button in the wizard as default button 111 … <p>In general, the default button in a wizard is the one which is activated when the user presses 152 /** updates the wizard elements which are related to traveling. [all …]
|
H A D | WizardTravelType.idl | 37 /// indicates the wizard page is left due to forward traveling through the wizard 39 /// indicates the wizard page is left due to backward traveling through the wizard 41 /// indicates the wizard page is left since the wizard is about to be finished
|
H A D | XWizardController.idl | 42 … wizard. Effectively, this means the method is called at most once for each possible page ID.</p> 55 <p>The page titles are displayed in the wizard's roadmap.</p> 61 /** called when a new page in the wizard is being activated 65 /** called when a page in the wizard is being deactivated 69 /** called when the wizard is about to be finished. 71 …ethod allows the controller to do any final checks, and ultimatively veto finishing the wizard.</p>
|
H A D | WizardButton.idl | 37 /// denotes none of the buttons in the wizard 39 /// denotes the button used to travel forward through the wizard 41 /// denotes the button used to travel backward through the wizard 43 /// denotes the button used to finish the wizard 45 /// denotes the button used to cancel the wizard
|
H A D | XWizardPage.idl | 45 <p>Within a wizard, no two pages are allowed to have the same ID.</p> 64 /** determines whether it is allowed to travel to a later page in the wizard 66 …uld base this decision on the state of the page only, not on a global state of the wizard. Usually, 71 …than a disabled <code>Next</code> button in the wizard, then move your checks to the <member>commi…
|
H A D | Wizard.idl | 38 /** provides a framework for implementing a wizard dialog. 42 /** creates a wizard with a single execution path 53 /** creates a wizard with a multiple possible execution paths
|
/aoo4110/main/migrationanalysis/src/wizard/ |
H A D | ProAnalysisWizard.vbp | 11 Module=modWizard; ..\..\..\src\wizard\Wizard.bas 12 Form=..\..\..\src\wizard\Wizard.frm 13 Designer=..\..\..\src\wizard\Wizard.Dsr 15 Class=CollectedFiles; ..\..\..\src\wizard\CollectedFiles.cls 16 Module=IniSupport; ..\..\..\src\wizard\IniSupport.bas 17 Module=Utilities; ..\..\..\src\wizard\Utilities.bas 18 Module=Office10Issues; ..\..\..\src\wizard\Office10Issues.bas 19 Module=Analyse; ..\..\..\src\wizard\Analyse.bas 20 Form=..\..\..\src\wizard\ScanFolders.frm 21 Form=..\..\..\src\wizard\SearchDocs.frm [all …]
|
H A D | wizard.ulf | 50 en-US = "The document analysis has not been run yet.<CR><CR>Click on OK to leave wizard now.<CR>Pre… 80 en-US = "The wizard cannot run the analysis if Excel is open. The wizard needs<CR>exclusive access … 110 en-US = "The wizard requires Microsoft Office version 9.0 or above to be installed.<CR><CR>The curr… 122 en-US = "The wizard needs to write to the results spreadsheet:<CR><TOPIC><CR><CR>Excel currently ha… 128 en-US = "To run this wizard, Windows 2000 or newer is required.<CR><CR>The current operating system… 134 en-US = "The wizard requires Microsoft <TOPIC> version 9.0 or above to be installed.<CR><CR>Please … 152 en-US = "The wizard will remain on screen while the analysis is carried out." 284 en-US = "Where a workaround is available for a migration issue, the wizard will enable you to prepa… 347 en-US = "Please wait while wizard is analysing Microsoft Office documents." 350 en-US = "Please wait while wizard is aborting the analysis." [all …]
|
/aoo4110/main/scripting/workben/installer/ |
H A D | IdeFinal.java | 43 public IdeFinal(InstallWizard wizard) { in IdeFinal() argument 44 this.wizard = wizard; in IdeFinal() 68 nav = new NavPanel(wizard, true, true, true, InstallWizard.IDEVERSIONS, ""); in initComponents() 91 ArrayList locations = wizard.getLocations(); in actionPerformed() 113 int answer = JOptionPane.showConfirmDialog(wizard, "Are you sure you want to exit?"); in actionPerformed() 116 wizard.exitForm(null); in actionPerformed() 140 private InstallWizard wizard; field in IdeFinal
|
H A D | NavPanel.java | 29 …NavPanel(InstallWizard wizard, boolean bBack, boolean bNext, boolean bCancel, String prev, String … in NavPanel() argument 32 this.wizard = wizard; in NavPanel() 81 wizard.show(next); in actionPerformed() 84 wizard.show(prev); in actionPerformed() 88 wizard.show(InstallWizard.IDEWELCOME); in actionPerformed() 91 wizard.exitForm(null); in actionPerformed() 130 private InstallWizard wizard; field in NavPanel
|
H A D | Final.java | 43 public Final(InstallWizard wizard) { in Final() argument 44 this.wizard = wizard; in Final() 68 nav = new NavPanel(wizard, true, true, true, InstallWizard.VERSIONS, ""); in initComponents() 94 ArrayList locations = wizard.getLocations(); in actionPerformed() 115 int answer = JOptionPane.showConfirmDialog(wizard, "Are you sure you want to exit?"); in actionPerformed() 118 wizard.exitForm(null); in actionPerformed() 152 private InstallWizard wizard; field in Final
|
H A D | Version.java | 47 public Version(InstallWizard wizard) { in Version() argument 48 this.wizard=wizard; in Version() 74 wizard.exitForm(null); in initComponents() 84 wizard.exitForm(null); in initComponents() 91 wizard.exitForm(null); in initComponents() 153 nav = new NavPanel(wizard, true, false, true, InstallWizard.WELCOME, InstallWizard.FINAL); in initComponents() 225 wizard.clearLocations(); in actionPerformed() 230 wizard.storeLocation((String)list.get(2)); in actionPerformed() 248 private InstallWizard wizard; field in Version
|
H A D | Welcome.java | 43 public Welcome(InstallWizard wizard) { in Welcome() argument 44 this.wizard = wizard; in Welcome() 90 NavPanel nav = new NavPanel(wizard, false, nextButtonEnable, true, "", InstallWizard.VERSIONS); in setUpWelcomePanel() 114 wizard.exitForm(null); in validateCurrentUserDir() 124 wizard.exitForm(null); in validateCurrentUserDir() 171 private InstallWizard wizard; field in Welcome
|
H A D | IdeVersion.java | 47 public IdeVersion(InstallWizard wizard) { in IdeVersion() argument 48 this.wizard=wizard; in IdeVersion() 179 … nav = new NavPanel(wizard, true, false, true, InstallWizard.IDEWELCOME, InstallWizard.IDEFINAL); in initComponents() 192 wizard.clearLocations(); in actionPerformed() 197 wizard.storeLocation((String)list.get(2)); in actionPerformed() 275 private InstallWizard wizard; field in IdeVersion
|
H A D | IdeWelcome.java | 43 public IdeWelcome(InstallWizard wizard) { in IdeWelcome() argument 44 this.wizard = wizard; in IdeWelcome() 75 NavPanel nav = new NavPanel(wizard, false, true, true, "", InstallWizard.IDEVERSIONS); in initComponents() 97 private InstallWizard wizard; field in IdeWelcome
|
/aoo4110/main/offapi/com/sun/star/sdb/application/ |
H A D | CopyTableWizard.idl | 52 /** describes a wizard which can be used to copy table like data from one 57 <p>There are various cases where the wizard needs to interact with the user (except of 64 registered at the wizard, or none of the registered listener handles an error during 65 copying a row, or a registered listeners explicitly tells the wizard to ask the user 80 <p>There's one exception to the above, however: Upon creating the copy table wizard, 101 /** creates an executable wizard dialog, which is to guide the user through copying 108 <p>If the connection has been newly created by the wizard (e.g. because the 110 then this connection will be disposed upon disposal of the wizard.</p> 172 are passed unchanged to the creator of the wizard. 191 /** creates an executable wizard dialog, which is to guide the user through copying [all …]
|
H A D | XCopyTableWizard.idl | 45 /** describes a wizard which can be used to copy table like data from one 53 <p>The <code>copy table wizard</code> described by this interfaces cares for those, 60 /** specifies the basic operation for the wizard to execute. 65 initial operation in the wizard.</p> 67 <p>After the wizard has finished, you can use this attribute to determine 89 <p>After the wizard has finished, you can use this attribute to determine 104 by the wizard, after it finished. The reason is that during the wizard run, the 114 <p>When a primary key is to be created by the wizard, it will be be an auto-increment
|
H A D | CopyTableOperation.idl | 40 /** specifies that the wizard should copy the source table to the target database, 45 /** specifies that the wizard should copy the source table to the target database, 50 /** specifies the wizard should create the source table as view 56 /** specifies the wizard should append the source table's data to an existing
|
/aoo4110/main/extras/prj/ |
H A D | build.lst | 31 er extras\source\templates\wizard\agenda\lang nmake - all er_twagl NU… 32 er extras\source\templates\wizard\bitmap nmake - all er_twbmp NU… 33 er extras\source\templates\wizard\desktop\lang nmake - all er_twdkl NU… 34 er extras\source\templates\wizard\fax\lang nmake - all er_twfal NU… 35 er extras\source\templates\wizard\letter\lang nmake - all er_twlel NU… 36 er extras\source\templates\wizard\report\lang nmake - all er_twrel NU… 37 er extras\source\templates\wizard\styles\lang nmake - all er_stls NULL
|
/aoo4110/main/extras/source/misc_config/ |
H A D | makefile.mk | 36 ZIP1LIST = wizard$/* wizard$/*$/* wizard$/*$/*$/* wizard$/*$/*$/*$/*
|
/aoo4110/main/instsetoo_native/inc_openoffice/windows/msi_languages/ |
H A D | Control.ulf | 59 …erver image of [ProductName] at the specified network location or click Cancel to exit the wizard." 410 en-US = "The wizard is ready to begin installation." 416 …o review or change any of your installation settings, click Back. Click Cancel to exit the wizard." 464 en-US = "Click Finish to exit the wizard." 470 en-US = "Click Restore or Continue Later to exit the wizard." 476 en-US = "The wizard was interrupted before [ProductName] could be completely installed." 500 …The Installation Wizard has successfully installed [ProductName]. Click Finish to exit the wizard." 503 …e Installation Wizard has successfully uninstalled [ProductName]. Click Finish to exit the wizard." 566 en-US = "Click Finish to exit the wizard." 572 en-US = "Click Restore or Continue Later to exit the wizard." [all …]
|
/aoo4110/main/ |
H A D | rat-excludes | 139 main/migrationanalysis/src/wizard/Wizard.FRX 263 main/migrationanalysis/src/wizard/Wizard.DCA 407 main/migrationanalysis/src/wizard/ScanFolders.frm 408 main/migrationanalysis/src/wizard/SearchDocs.frm 409 main/migrationanalysis/src/wizard/Terminate.frm 410 main/migrationanalysis/src/wizard/Wizard.frm 827 main/extras/source/templates/wizard/bitmap/delzip 828 main/extras/source/templates/wizard/desktop/delzip 830 main/extras/source/templates/wizard/fax/lang/delzip 869 main/migrationanalysis/src/wizard/res_defines.h [all …]
|
/aoo4110/main/desktop/source/migration/ |
H A D | makefile.mk | 44 $(SLO)$/wizard.obj \ 48 SRS1NAME= wizard 49 SRC1FILES= wizard.src
|
H A D | wizard.src | 28 #include "wizard.hrc" 79 …Text [ en-US ] = "This wizard will guide you through the license agreement, the transfer of user d… 85 …Text [ en-US ] = "This wizard will guide you through the registration of %PRODUCTNAME.\n\nClick 'N… 145 …Text [ en-US ] = "This wizard will guide you through the license agreement and the registration of… 433 …Text [ en-US ] = "We hope you enjoy working with %PRODUCTNAME.\n\nTo exit the wizard, click 'Finis…
|
/aoo4110/main/reportbuilder/template/ |
H A D | makefile.mk | 58 $(ZIP1DIR)$/template$/wizard$/report$/finance.odr \ 59 $(ZIP1DIR)$/template$/wizard$/report$/finance_2.odr \ 60 $(ZIP1DIR)$/template$/wizard$/report$/yellow.odr
|