Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 25 of 67) sorted by relevance

123

/aoo4110/main/offapi/com/sun/star/ui/dialogs/
H A DXWizard.idl47steps, and allows jumping to a certain step (where the creator of the wizard can restrict the avai…
50 …<p>A sequence of steps in a wizard dialog is called a <em>path</em>. A given wizard can support on…
53 …<p>In the simplest case, where the wizard supports only one path, all available steps are displaye…
58 …paths are those whose first <em>k</em> steps are the same as in the current path. Obviously, there…
59 …in every situation: the current one. If there is more than one, then the future steps in the dialog
60 …are not finally decided. In such a case, the roadmap will display future steps up to the point whe…
61 …and then an item <quot><code>...</code></quot> indicating that the order of steps is undecided.</p>
67 …<p>Single steps in the wizard can be freely enabled and disabled, using the <member>enablePage</me…
205 …the paths in the example above, if you activate the second path, then only steps <code>0</code> and
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DInstallationPathIterator.java85 private transient String[] steps = null; field in InstallationPathIterator
88 if (steps == null) { in getSteps()
89 steps = createSteps(); in getSteps()
91 return steps; in getSteps()
H A DJavaScriptIterator.java161 String[] steps = createSteps(); in initialize() local
164 if (steps[i] == null) { in initialize()
168 steps[i] = c.getName(); in initialize()
175 jc.putClientProperty("WizardPanel_contentData", steps); // NOI18N in initialize()
H A DParcelContentsIterator.java165 String[] steps = createSteps(); in initialize() local
168 if (steps[i] == null) { in initialize()
172 steps[i] = c.getName(); in initialize()
179 jc.putClientProperty("WizardPanel_contentData", steps); // NOI18N in initialize()
H A DBundle.properties37 # Provide list of steps to show in left pane:
/aoo4110/main/dbaccess/source/ui/app/
H A Dapp.src293 Text [ en-US ] = "The wizard will guide you through the steps necessary to create a report." ;
305 Text [ en-US ] = "The wizard will guide you through the steps necessary to create a form." ;
317 Text [ en-US ] = "The wizard will guide you through the steps necessary to create a query." ;
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DWizardDialog.java536 protected void insertRoadMapItems(String[] items, int[] steps, boolean[] enabled) in insertRoadMapItems() argument
540 insertRoadmapItem(i, enabled[i], items[i], steps[i]); in insertRoadMapItems()
/aoo4110/main/offapi/com/sun/star/view/
H A DXScreenCursor.idl37 /** makes it possible to page through the document in steps of the displayed size.
/aoo4110/test/testgui/
H A Dreadme.txt22 …le stores GUI testing scripts. It's an eclipse project. Setup the project with the following steps:
/aoo4110/main/sfx2/source/dialog/
H A Drecfloat.src57 …Text [ en-US ] = "Do you really want to cancel the recording? Any steps recorded up to this point …
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DHow_to_write_my_own_driver.txt24 Pre implementation steps
/aoo4110/main/offapi/com/sun/star/awt/
H A DGradient.idl101 /** specifies the number of steps of change color.
H A DXAnimatedImages.idl48 /** specifies the time in milliseconds between two animation steps.
/aoo4110/main/offapi/com/sun/star/auth/
H A DSSOManagerFactory.idl39 between the two parties. The steps which should be followed to
/aoo4110/main/connectivity/workben/skeleton/
H A Dhow_to_write_a_driver.txt26 Pre implementation steps
/aoo4110/main/cui/source/options/
H A Doptmemory.src46 Text [ en-US ] = "Number of steps";
/aoo4110/main/udkapi/com/sun/star/bridge/
H A DXBridgeSupplier2.idl62 if necessary take the appropriate steps. The process ID argument to the createBridge
/aoo4110/main/offapi/com/sun/star/document/
H A DExtendedTypeDetection.idl93 So further steps on the whole detection process can use it and will perform her work.
/aoo4110/main/extensions/source/preload/
H A Dpreload.src154 Text [ en-US ] = "Please follow these steps to proceed with the installation:" ;
/aoo4110/main/writerfilter/source/ooxml/
H A DREADME.efforts133 …script efforts.sh. It uses status.sh to extract the status and determines the efforts in two steps.
/aoo4110/main/framework/source/classes/
H A Dresource.src191 Text [ en-US ] = "Please follow these steps to proceed with the installation:" ;
/aoo4110/main/offapi/com/sun/star/rdf/
H A DXDocumentRepository.idl67 This method will do the following steps:
/aoo4110/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog.src200 … Text [ en-US ] = "Please follow these steps to proceed with the installation of the extension:";
/aoo4110/main/offapi/com/sun/star/drawing/
H A DTextProperties.idl288 of the animation steps.
/aoo4110/main/desktop/source/migration/
H A Dwizard.src160 Text [ en-US ] = "Please follow these steps to accept the license";

Completed in 74 milliseconds

123