/trunk/main/offapi/com/sun/star/view/ |
H A D | XMultiSelectionSupplier.idl | 39 /** makes it possible to append and remove objects from a selection. 46 <p>Adding an object more than once to a selection should not toggle the 47 selection for that object but only select it once</p> 62 added to the current selection. For example, if the selection already contains 67 …<p>Adding an object to the selection that is already part of the selection should not raise this e… 75 selection of this <type>XMultiSelectionSupplier</type>. 83 added to the current selection. For example, if the selection already contains 88 …<p>Removing an object from the selection that is not part of the selection should not raise this e… 95 /** clears the selection of this <type>XMultiSelectionSupplier</type>. 109 It returns NULL if there are no objects in the selection. [all …]
|
H A D | XRenderable.idl | 55 <p> If a selection is given, the count has to be calculated 56 based on this selection. The other methods of this interface 59 <p> If the selection contains a valid XModel interface, 61 If the selection is empty, nothing should be rendered. 73 <p> returns the specific renderer properties based on the given selection. 75 <p> If the selection contains a valid XModel interface, 77 If the selection is empty, nothing should be rendered. 89 <p> renders the object with the specific renderer based on the given selection. 91 <p> If the selection contains a valid XModel interface, 93 If the selection is empty, nothing should be rendered.
|
H A D | SelectionType.idl | 32 /** Specifies a selection type for a view that supports a selection model. 38 /** No selection is possible. 39 <p>The selection is always empty.</p> 45 /** The selection can only contain one or zero objects. 51 /** The selection can contain zero or more objects. 57 /** The selection can contain zero or more objects.
|
H A D | XSelectionSupplier.idl | 45 /** makes it possible to access and change the selection in a view. 60 the current selection. 62 <p>The selection is either specified by an object which is contained 69 /** registers an event listener, which is called when the selection changes.
|
H A D | XSelectionChangeListener.idl | 41 /** makes it possible to receive an event when the current selection changes. 49 /** is called when the selection changes. 51 <p>You can get the new selection via <type>XSelectionSupplier</type> from
|
H A D | DocumentZoomType.idl | 38 /** The page content width (excluding margins) at the current selection is fit into the view. 43 /** The page width at the current selection is fit into the view. 58 /** The page width at the current selection is fit into the view,
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atkselection.cxx | 57 selection_add_selection( AtkSelection *selection, in selection_add_selection() argument 61 accessibility::XAccessibleSelection* pSelection = getSelection( selection ); in selection_add_selection() 76 selection_clear_selection( AtkSelection *selection ) in selection_clear_selection() argument 79 accessibility::XAccessibleSelection* pSelection = getSelection( selection ); in selection_clear_selection() 94 selection_ref_selection( AtkSelection *selection, in selection_ref_selection() argument 98 accessibility::XAccessibleSelection* pSelection = getSelection( selection ); in selection_ref_selection() 110 selection_get_selection_count( AtkSelection *selection) in selection_get_selection_count() argument 113 accessibility::XAccessibleSelection* pSelection = getSelection( selection ); in selection_get_selection_count() 125 selection_is_child_selected( AtkSelection *selection, in selection_is_child_selected() argument 141 selection_remove_selection( AtkSelection *selection, in selection_remove_selection() argument [all …]
|
/trunk/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 538 m_aSelections.find( selection ); in getAdaptor() 935 …XConvertSelection( m_pDisplay, selection, type, selection, m_aWindow, selection == m_nXdndSelectio… in getPasteData() 988 if( aEvent.xselection.selection == selection in getPasteData() 1071 getPasteData( selection, in getPasteData() 1141 selection, in getPasteData() 1252 it = m_aSelections.find( selection ); in getPasteDataTypes() 1270 if( selection == m_nXdndSelection ) in getPasteDataTypes() 1414 it = m_aSelections.find( selection ); in getPasteDataTypes() 1648 aNotify.xselection.selection = rRequest.selection; in handleSelectionRequest() 3933 pNewSelection->m_aAtom = selection; in registerHandler() [all …]
|
H A D | X11_selection.hxx | 387 SelectionAdaptor* getAdaptor( Atom selection ); 388 PixmapHolder* getPixmapHolder( Atom selection ); 407 bool getPasteData( Atom selection, Atom type, Sequence< sal_Int8 >& rData ); 414 …a( SelectionAdaptor* pAdaptor, XLIB_Window requestor, Atom target, Atom property, Atom selection ); 443 void registerHandler( Atom selection, SelectionAdaptor& rAdaptor ); 444 void deregisterHandler( Atom selection ); 445 bool requestOwnership( Atom selection ); 457 …void convertTypeToNative( const ::rtl::OUString& rType, Atom selection, int& rFormat, ::std::list<… 458 ::rtl::OUString convertTypeFromNative( Atom nType, Atom selection, int& rFormat ); 462 …bool getPasteDataTypes( Atom selection, Sequence< ::com::sun::star::datatransfer::DataFlavor >& rT… [all …]
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleText.idl | 74 selection. In this case it should behave as if there where no 75 selection. An empty selection is used for example to express the 101 selection. A change of the selection is notified to the 274 /** Return the position of the start of the selection. 279 If there is no selection or selection is not supported the 285 /** Return the position of the end of the selection. 290 If there is no selection or selection is not supported the 296 /** Set a new selection. 299 The old selection is replaced by the new selection.</p> 301 <p>The selection encompasses the same string of text that [all …]
|
H A D | XAccessibleSelection.idl | 38 /** Implement this interface to represent a selection of accessible objects. 49 supports single or multi selection.</p> 59 current set a selected children (multi selection) or a previously 60 selected child is deselected first (single selection).</p> 63 Index of the child which is to add to the selection. This index 90 /** Clears the selection, so that no children of the 98 supports multiple selections. If multiple selection is not 124 as those enumerating all children. If only single selection is
|
/trunk/main/offapi/com/sun/star/inspection/ |
H A D | InteractiveSelectionResult.idl | 30 /** describes possible results of an interactive selection of a property value 39 /** The interactive selection of a property value was cancelled. 43 /** The interactive selection of a property value succeeded, and the 49 /** The interactive selection of a property value succeeded, a new 59 /** The interactive selection of a property value is still pending. 61 <p>This is usually used when this selection involves non-modal user interface.</p>
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | XTextTableCursor.idl | 66 determines whether the selection is to be expanded. 81 determines whether the selection is to be expanded. 94 determines whether the selection is to be expanded. 107 determines whether the selection is to be expanded. 120 determines whether the selection is to be expanded. 130 determines whether the selection is to be expanded. 139 determines whether the selection is to be expanded.
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | MoveDirection.idl | 33 /** used to specify the direction of moving the current selection i.e. 40 /** specifies that the selection moves one cell down. 46 /** specifies that the selection moves one cell right. 52 /** specifies that the selection moves one cell up. 58 /** specifies that the selection moves one cell left.
|
H A D | RangeSelectionArguments.idl | 32 /** contains the arguments for starting the range selection. 46 /** specifies if the range selection is finished when the 51 /** specifies if the range selection is limited to a single 54 <p>If <TRUE/>, the selection is restricted to a
|
H A D | XRangeSelection.idl | 49 /** starts the range selection. 53 range selection is done. 58 /** aborts the range selection. 62 /** adds a listener that is notified when range selection is completed
|
H A D | XRangeSelectionListener.idl | 41 /** allows notification when range selection is completed or aborted. 47 /** is called when range selection is completed. 51 /** is called when range selection is aborted.
|
/trunk/main/scripting/examples/beanshell/Capitalise/ |
H A D | capitalise.bsh | 21 // Change the case of a selection, or current word from upper case, 54 if(count>=1) { //ie we have a selection 63 // sadly we can have a selection where nothing is selected 64 // in this case we get the XWordCursor and make a selection! 84 // keep the current selection 92 // keep the current selection
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 901 int selection; member in SwFieldDialog 906 …_SYSTEMWINDOW | WB_NOSHADOW ), aListBox(this), aText(this, WB_RIGHT | WB_READONLY), selection(-1) { in SwFieldDialog() 940 return selection; in getSelection() 970 this->selection=pBox->GetSelectEntryPos(); in IMPL_LINK() 991 sal_Int32 selection=aFldDlg.getSelection(); in ExecFieldPopup() local 992 if (selection>=0) { in ExecFieldPopup() 993 …->GetParameters())[::rtl::OUString::createFromAscii(ODF_FORMDROPDOWN_RESULT)] = makeAny(selection); in ExecFieldPopup()
|
/trunk/main/offapi/com/sun/star/sdb/application/ |
H A D | DefaultViewController.idl | 54 …interface), but a component which descrbes the current selection of the very window where the cont… 62 …<p>For the aforementioned tree view, the selection supplied by the <code>ContextMenuEvent::Selecti… 72 … provides access to the current selection inside the application window, and allows to change it 75 <p>The selection is an array of <type>NamedDatabaseObject</type> instances.</p>
|
/trunk/main/offapi/com/sun/star/awt/grid/ |
H A D | UnoControlGrid.idl | 62 <p>If you are interested in knowing when the selection changes implement a 65 You than will be notified for any selection change.</p> 67 …<p>The <type>XGridSelection</type> interface provides a bunch of methods to set and get selection …
|
/trunk/main/offapi/com/sun/star/embed/ |
H A D | EmbedMisc.idl | 62 /** If the object is generated from a selection, the selection should not 63 be removed, the object should be inserted beside the selection.
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/ |
H A D | AccessibleTabControl.java | 241 …final XAccessibleSelection selection = (XAccessibleSelection) (XAccessibleSelection) UnoRuntime.qu… in createTestEnvironment() local 249 selection.selectAccessibleChild(1); in createTestEnvironment() 250 selection.selectAccessibleChild(0); in createTestEnvironment()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svtools/ |
H A D | AccessibleIconChoiceCtrl.java | 254 …final XAccessibleSelection selection = (XAccessibleSelection) (XAccessibleSelection) UnoRuntime.qu… in createTestEnvironment() local 262 selection.selectAccessibleChild(1); in createTestEnvironment() 263 selection.selectAccessibleChild(0); in createTestEnvironment()
|
/trunk/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 735 GtkTreeSelection* selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(m_pFilterView)); in UpdateFilterfromUI() local 738 if (gtk_tree_selection_get_selected (selection, &model, &iter)) in UpdateFilterfromUI() 879 GtkTreeSelection* selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(m_pFilterView)); in getSelectedFiles() local 882 if (gtk_tree_selection_get_selected (selection, &model, &iter)) in getSelectedFiles() 1488 void SalGtkFilePicker::implChangeType( GtkTreeSelection *selection ) in implChangeType() argument 1497 if (gtk_tree_selection_get_selected (selection, &model, &iter)) in implChangeType() 1512 void SalGtkFilePicker::type_changed_cb( GtkTreeSelection *selection, SalGtkFilePicker *pobjFP ) in type_changed_cb() argument 1514 pobjFP->implChangeType(selection); in type_changed_cb()
|