Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleSelection.idl42 selected should support this interface.</p>
60 selected child is deselected first (single selection).</p>
73 /** Determines if the specified child of this object is selected.
81 if it is not selected.
91 object are selected.
105 selected.
114 no child is selected.
118 /** Returns the specified selected Accessible child.
129 number of selected children, then a valid reference to the
141 selected children. Note that not all applications support
[all …]
H A DXAccessibleTable.idl198 /** Returns a list of the indices of completely selected rows in a
203 selected rows in the table. This sequence is in ascending
204 order. If no row is selected then the sequence is empty.
214 order. If no column is selected then the sequence is empty.
219 completely selected.
237 is completely selected.
241 selected.
303 specified row and column is selected.
307 object that spans that cell is selected.
311 accessible object that spans that cell is selected.
[all …]
H A DAccessibleStateType.idl142 /** More than one child may be selected at the same time.
145 selected at the same time.</p>
165 children to be selected, and that this child is one of those
166 children that can be selected.</p>
170 /** Object is selected.
173 children to be selected, and that this child is one of those
174 children that has been selected.</p>
H A DXAccessibleText.idl263 /** Return the selected text.
265 <p>Returns the portion of the text that is selected.</p>
268 The returned text is the selected portion of the object's text.
269 If no text is selected when this method is called or when
276 <p>Returns the index of the start of the selected text.</p>
287 <p>Returns the index of the end of the selected text.</p>
298 <p>Sets the selected text portion according to the given indices.
303 selected. See there for details.</p>
484 copied is the same text that would have been selected by the
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DImageList.java87 private int selected = -1; field in ImageList
444 if (selected < pageStart || selected >= (pageStart + rows * cols)) in refreshSelection()
450 moveSelection(getImageIndexFor(selected)); in refreshSelection()
549 if (event.getIndex0() <= selected) in intervalAdded()
551 if (event.getIndex1() <= selected) in intervalAdded()
685 return selected; in getSelected()
783 if (selected == i) in setSelected()
787 selected = i; in setSelected()
816 Object item = selected >= 0 ? getListModel().getElementAt(selected) : null; in refreshImageText()
963 return selected >= 0 ? getListModel().getElementAt(selected) : null; in getSelectedObject()
[all …]
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePicker.idl53 may be selected by the user else only one file selection at a time is possible</p>
96 /** Returns a sequence of the selected files including path information in
102 <p>If the dialog is in execution mode and a single file is selected
104 <p>If the dialog is in execution mode and multiple files are selected
106 <p>If the dialog is in execution mode and the selected file name is false
110 <p> The complete path of the file or directory currently selected
118 If only one file is selected, the first entry
120 If multiple files are selected, the first entry of the sequence contains
121 the path in URL format, and the other entries contains the names of the selected
128 a checkbox "Automatic File Extension" which is checked and a valid filter is currently selected
[all …]
H A DXFilePicker2.idl41 /** Returns a sequence of the selected files including path information in
47 <p>If the user closed the dialog with OK a list of all selected files will be returned.</p>
52 full qualified URL's for every selected file.
56 <p>A list of all selected file as complete URL's.</p>
60 … a checkbox "Automatic File Extension" which is checked and a valid filter is currently selected
61 the dialog may automatically add an extension to the selected file name(s).</p>
H A DControlActions.idl79 /** Returns the currently selected item. The returned item is an empty
80 string if the listbox is empty or no item is selected.
85 /** Returns the zero based index of the currently selected item.
86 If the listbox is empty or there is no item selected -1 will be
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableDatabaseListBox.idl49 the indexes of the selected entries of the list box.</li>
50 … <li><em>integer values</em>: When used, the value will represent the index of the selected entry.
51 … If no entry is selected, -1 will be transferred. If more than one entry is selected, <NULL/>
54 of the selected entries of the list box.</li>
55 … <li><em>string values</em>: When used. the value will represent the text of the selected entry.
56 … If no entry is selected, an empty string will be transferred. If more than one entry is selected,
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.src366 // image when selected
369 ImageBitmap = Bitmap {File = "symphony/selected-line1.png" ;} ;
373 ImageBitmap = Bitmap {File = "symphony/selected-line2.png" ;} ;
377 ImageBitmap = Bitmap {File = "symphony/selected-line3.png" ;} ;
381 ImageBitmap = Bitmap {File = "symphony/selected-line4.png" ;} ;
385 ImageBitmap = Bitmap {File = "symphony/selected-line5.png" ;} ;
389 ImageBitmap = Bitmap {File = "symphony/selected-line6.png" ;} ;
393 ImageBitmap = Bitmap {File = "symphony/selected-line7.png" ;} ;
397 ImageBitmap = Bitmap {File = "symphony/selected-line8.png" ;} ;
401 ImageBitmap = Bitmap {File = "symphony/selected-line9.png" ;} ;
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DXListBox.idl115 /** returns the position of the currently selected item.
121 /** returns the positions of all currently selected items.
127 /** returns the currently selected item.
133 /** returns all currently selected items.
160 /** returns <true/> if multiple items can be selected,
161 <false/> if only one item can be selected.
167 /** determines if only a single item or multiple items can be selected.
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridRowSelection.idl56 /** Deselects all selected rows.
68 /** Returns the indices of all selected rows.
74 /** Returns whether rows are selected.
76 <true/> if and only if at least one row is selected.
80 /** Returns whether a specific row is selected.
87 <true/> if and only if there is a row with the given index, and it is selected currently.
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java211 …short[] selected = (short[]) Helper.getUnoPropertyValue(getModel(lstLoadSettings), PropertyNames.S… in delSession() local
212 if (selected.length == 0) in delSession()
216 if (selected[0] == 0) in delSession()
225 String name = (String) settings.cp_SavedSessions.getKey(selected[0]); in delSession()
231 settings.cp_SavedSessions.remove(selected[0]); in delSession()
232 settings.savedSessions.remove(selected[0] - 1); in delSession()
239 if (settings.cp_SavedSessions.getSize() > selected[0]) in delSession()
241 nextSelected[0] = selected[0]; in delSession()
247 …nextSelected[0] = (short) (selected[0] - 1); // if the <none> session will be selec… in delSession()
/trunk/main/cui/source/tabpages/
H A Dstrings.src37 …Text [ en-US ] = "The gradient was modified without saving. \nModify the selected gradient or add …
53 …Text [ en-US ] = "The bitmap was modified without saving. \nModify the selected bitmap or add a ne…
65 …Text [ en-US ] = "The line style was modified without saving. \nModify the selected line style or …
77 …Text [ en-US ] = "The hatching type was modified but not saved. \nModify the selected hatching typ…
97 …Text [ en-US ] = "The color was modified without saving.\nModify the selected color or add a new c…
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.src52 QuickHelpText [ en-US ] = "Enter a width for the selected object.";
73 QuickHelpText [ en-US ] = "Enter a height for the selected object.";
89 QuickHelpText [ en-US ] = "Maintain proportions when you resize the selected object.";
195 Text [ en-US ] = "Flip the selected object horizontally.";
199 Text [ en-US ] = "Flip the selected object vertically.";
/trunk/main/scripting/examples/beanshell/Capitalise/
H A Dcapitalise.bsh52 // get the number of regions selected
56 // get the i-th region selected
60 // get the selected string
63 // sadly we can have a selection where nothing is selected
77 // get the selected string
/trunk/main/extensions/source/propctrlr/
H A Dlistselectiondlg.cxx153 for ( sal_uInt16 selected = 0; selected < nSelectedCount; ++selected, ++pSelection ) in collectSelection() local
154 *pSelection = static_cast< sal_Int16 >( m_aEntries.GetSelectEntryPos( selected ) ); in collectSelection()
/trunk/main/offapi/com/sun/star/frame/
H A DXToolbarControllerListener.idl40 /** gets called to notify a controller that a toolbar function has been selected.
43 a string which identifies the toolbar where the function has been selected.
46 a string which identifies the function that has been selected.
51 the sub-toolbar, with the one that has been selected on the sub-toolbar.
H A DXSubToolbarController.idl40 button, that opened the sub-toolbar, with the one that has been selected
74 selected.
77 a string which identifies the function that has been selected by
84 represents the current selected function.
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DListModelBinder.java83 short[] selected = getSelectedItems(); in contentsChanged() local
88 setSelectedItems(selected); in contentsChanged()
122 protected void setSelectedItems(short[] selected) in setSelectedItems() argument
124 Helper.setUnoPropertyValue(unoListModel, PropertyNames.SELECTED_ITEMS, selected); in setSelectedItems()
H A DRadioDataAware.java55 int selected = ((Number) value).intValue(); in setToUI() local
56 if (selected == -1) in setToUI()
65 radioButtons[selected].setState(true); in setToUI()
/trunk/main/javainstaller2/src/Localization/
H A Dsetupstrings.ulf274 en-US = "The Uninstallation Wizard has successfully removed the selected components of ${PRODUCT_NA…
379 …k or unmark the component.<p>All already installed components cannot be selected for installation."
412 en-US = "No components have been selected for installation."
418 en-US = "No languages have been selected for installation."
424 en-US = "No applications have been selected for installation."
433 en-US = "No components have been selected for uninstallation."
439 en-US = "All language components have been selected for uninstallation."
445 en-US = "All application components have been selected for uninstallation."
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl4119 completely selected.
4134 selected.
4187 /** @brief Unselects one row, leaving other selected rows selected (if any).
4198 /** @brief Unselects one column, leaving other selected columns selected (if any).
4516 completely selected.
4531 selected.
4552 are also selected.
4570 are also selected.
4581 /** @brief Unselects one row, leaving other selected rows selected (if any).
4598 /** @brief Unselects one column, leaving other selected columns selected (if any).
[all …]
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DControl.ulf158 en-US = "Multiline description of the currently selected item"
161 en-US = "<selected feature path>"
248 en-US = "The disk space required for the installation of the selected features."
251 en-US = "The highlighted volumes do not have enough disk space available for the currently selected
377 en-US = "The highlighted volumes do not have enough disk space available for the currently selected
590 en-US = "The program features you selected are being installed."
593 en-US = "The program features you selected are being uninstalled."
737 en-US = "No languages have been selected for installation. Click 'OK' to select one or more languag…
740 en-US = "No applications have been selected for installation. Click 'OK' to select one or more appl…
/trunk/main/offapi/com/sun/star/view/
H A DXMultiSelectionSupplier.idl63 objects that are forbidden to be selected together with <var>Selection</var>
84 objects that are forbidden to be selected together with <var>Selection</var>.
101 /** returns the number of selected objects of this <type>XMultiSelectionSupplier</type>.
116 in reverse order. If the order of the selected objects

Completed in 116 milliseconds

12345678910>>...12