Home
last modified time | relevance | path

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

123

/AOO41X/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
/AOO41X/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:
/AOO41X/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." ;
/AOO41X/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()
/AOO41X/main/offapi/com/sun/star/view/ !
H A DXScreenCursor.idl37 /** makes it possible to page through the document in steps of the displayed size.
/AOO41X/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 …
/AOO41X/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.
/AOO41X/main/offapi/com/sun/star/auth/ !
H A DSSOManagerFactory.idl39 between the two parties. The steps which should be followed to
/AOO41X/main/cui/source/options/ !
H A Doptmemory.src46 Text [ en-US ] = "Number of steps";
/AOO41X/main/extensions/source/preload/ !
H A Dpreload.src154 Text [ en-US ] = "Please follow these steps to proceed with the installation:" ;
/AOO41X/main/udkapi/com/sun/star/bridge/ !
H A DXBridgeSupplier2.idl62 if necessary take the appropriate steps. The process ID argument to the createBridge
/AOO41X/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.
/AOO41X/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.
/AOO41X/main/offapi/com/sun/star/rdf/ !
H A DXDocumentRepository.idl67 This method will do the following steps:
/AOO41X/main/framework/source/classes/ !
H A Dresource.src191 Text [ en-US ] = "Please follow these steps to proceed with the installation:" ;
/AOO41X/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:";
/AOO41X/main/offapi/com/sun/star/drawing/ !
H A DTextProperties.idl288 of the animation steps.
/AOO41X/main/desktop/source/migration/ !
H A Dwizard.src160 Text [ en-US ] = "Please follow these steps to accept the license";
/AOO41X/main/offapi/com/sun/star/frame/ !
H A DXFrame.idl165 comparing these names with <var>TargetFrameName</var>; further steps are
/AOO41X/main/svx/source/svdraw/ !
H A Dsvdstr.src1737 Text [ en-US ] = "Number of gradient steps" ;
/AOO41X/main/libxmlsec/ !
H A Dxmlsec1-customkeymanage.patch2800 + /* steps 4 and 5: get IV and decrypt second time, result is WKCKS */
2815 + /* steps 6 and 7: calculate SHA1 and validate it */

123