Home
last modified time | relevance | path

Searched refs:wizard (Results 1 – 25 of 178) sorted by relevance

12345678

/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXWizard.idl37 …accomplish either sequentially or out-of-order. For this, a wizard is comprised of a number of tab…
43 depending on the current situation in the wizard, see below).</p>
45 …<p>A sequence of steps in a wizard dialog is called a <em>path</em>. A given wizard can support on…
46 which are declared at the time of construction of the wizard.</p>
60 first page which effectively decide about which path to take in the wizard.</p>
80 /** is the help URL of the wizard's main window.
87 /** provides access to the current page of the wizard
92 /** enables or disables a certain button in the wizard
106 /** sets a button in the wizard as default button
149 /** updates the wizard elements which are related to traveling.
[all …]
H A DWizardTravelType.idl33 /// indicates the wizard page is left due to forward traveling through the wizard
35 /// indicates the wizard page is left due to backward traveling through the wizard
37 /// indicates the wizard page is left since the wizard is about to be finished
H A DXWizardController.idl38wizard. Effectively, this means the method is called at most once for each possible page ID.</p>
51 <p>The page titles are displayed in the wizard's roadmap.</p>
57 /** called when a new page in the wizard is being activated
61 /** called when a page in the wizard is being deactivated
65 /** called when the wizard is about to be finished.
67 …ethod allows the controller to do any final checks, and ultimatively veto finishing the wizard.</p>
H A DWizardButton.idl33 /// denotes none of the buttons in the wizard
35 /// denotes the button used to travel forward through the wizard
37 /// denotes the button used to travel backward through the wizard
39 /// denotes the button used to finish the wizard
41 /// denotes the button used to cancel the wizard
H A DXWizardPage.idl41 <p>Within a wizard, no two pages are allowed to have the same ID.</p>
60 /** determines whether it is allowed to travel to a later page in the wizard
62 …uld base this decision on the state of the page only, not on a global state of the wizard. Usually,
67 …than a disabled <code>Next</code> button in the wizard, then move your checks to the <member>commi…
H A DWizard.idl32 /** provides a framework for implementing a wizard dialog.
38 /** creates a wizard with a single execution path
49 /** creates a wizard with a multiple possible execution paths
/trunk/main/migrationanalysis/src/wizard/
H A DProAnalysisWizard.vbp11 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 Dwizard.ulf50 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 …]
/trunk/main/scripting/workben/installer/
H A DIdeFinal.java43 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 DNavPanel.java29 …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 DVersion.java47 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 DFinal.java43 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 DWelcome.java43 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 DIdeVersion.java47 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 DIdeWelcome.java43 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
/trunk/main/offapi/com/sun/star/sdb/application/
H A DCopyTableWizard.idl52 /** 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 DXCopyTableWizard.idl45 /** 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 an auto-increment
H A DCopyTableOperation.idl40 /** 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
/trunk/main/extras/prj/
H A Dbuild.lst30 er extras\source\templates\wizard\agenda\lang nmake - all er_twagl NULL
31 er extras\source\templates\wizard\bitmap nmake - all er_twbmp NULL
32 er extras\source\templates\wizard\desktop\lang nmake - all er_twdkl NULL
33 er extras\source\templates\wizard\fax\lang nmake - all er_twfal NULL
34 er extras\source\templates\wizard\letter\lang nmake - all er_twlel NULL
35 er extras\source\templates\wizard\report\lang nmake - all er_twrel NULL
36 er extras\source\templates\wizard\styles\lang nmake - all er_stls NULL
/trunk/main/extras/source/misc_config/
H A Dmakefile.mk36 ZIP1LIST = wizard$/* wizard$/*$/* wizard$/*$/*$/* wizard$/*$/*$/*$/*
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DControl.ulf59 …ver 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 …view 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 …e Installation Wizard has successfully installed [ProductName]. Click 'Finish' to exit the wizard."
503 …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 …]
/trunk/main/
H A Drat-excludes121 main/migrationanalysis/src/wizard/Wizard.FRX
243 main/migrationanalysis/src/wizard/Wizard.DCA
387 main/migrationanalysis/src/wizard/ScanFolders.frm
388 main/migrationanalysis/src/wizard/SearchDocs.frm
389 main/migrationanalysis/src/wizard/Terminate.frm
390 main/migrationanalysis/src/wizard/Wizard.frm
811 main/extras/source/templates/wizard/bitmap/delzip
812 main/extras/source/templates/wizard/desktop/delzip
814 main/extras/source/templates/wizard/fax/lang/delzip
853 main/migrationanalysis/src/wizard/res_defines.h
[all …]
/trunk/main/desktop/source/migration/
H A Dmakefile.mk44 $(SLO)$/wizard.obj \
48 SRS1NAME= wizard
49 SRC1FILES= wizard.src
H A Dwizard.src28 #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 setup of %PRODUCTNAME.\n\nClick 'Next' to…
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…
/trunk/main/reportbuilder/template/
H A Dmakefile.mk58 $(ZIP1DIR)$/template$/wizard$/report$/finance.odr \
59 $(ZIP1DIR)$/template$/wizard$/report$/finance_2.odr \
60 $(ZIP1DIR)$/template$/wizard$/report$/yellow.odr

Completed in 81 milliseconds

12345678