Home
last modified time | relevance | path

Searched refs:selection (Results 26 – 50 of 258) sorted by relevance

1234567891011

/aoo42x/main/offapi/com/sun/star/rendering/
H A DXTextLayout.idl337 Start of the selection range.
340 End of the selection range.
359 of the selection, the might be parts visually between start
363 Start of the selection range.
366 End of the selection range.
/aoo42x/main/offapi/com/sun/star/sheet/
H A DAccessiblePageHeaderFooterAreasView.idl102 false, because in a page preview a selection is not
113 because in the page preview is no selection possible. So it
117 because in the page preview is no selection possible. So it
H A DAccessibleSpreadsheetPageView.idl137 false, because in a page preview a selection is not
148 because in the page preview is no selection possible. So
152 because in the page preview is no selection possible. So
/aoo42x/main/offapi/com/sun/star/awt/tree/
H A DXTreeControl.idl54 /** This interfaces provides access to the selection of tree nodes for this control.
56 <p>valid selection values for this interface are
60 returns an emtpy any for no selection, an any with <type>XTreeNode</type> for
61 a single selection and a sequence&lt;<type>XTreeNode</type>&gt; for a multiselection.
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl1239 …; "" retrieves those without a catalog; <VOID/> means drop catalog name from the selection criteria
1337 …; "" retrieves those without a catalog; <VOID/> means drop catalog name from the selection criteria
1388 …; "" retrieves those without a catalog; <VOID/> means drop catalog name from the selection criteria
1546 …; "" retrieves those without a catalog; <VOID/> means drop catalog name from the selection criteria
1601 …; "" retrieves those without a catalog; <VOID/> means drop catalog name from the selection criteria
1656 …; "" retrieves those without a catalog; <VOID/> means drop catalog name from the selection criteria
1721 …; "" retrieves those without a catalog; <VOID/> means drop catalog name from the selection criteria
1783 …; "" retrieves those without a catalog; <VOID/> means drop catalog name from the selection criteria
1824 …; "" retrieves those without a catalog; <VOID/> means drop catalog name from the selection criteria
1939 …; "" retrieves those without a catalog; <VOID/> means drop catalog name from the selection criteria
[all …]
/aoo42x/main/svx/source/dialog/
H A Dprtqry.src29 Text [ en-US ] = "Printing selection";
33 Text [ en-US ] = "Do you want to print the selection or the entire document?";
/aoo42x/main/sc/source/ui/src/
H A Dsortdlg.src336 …Text [ en-US ] = "The cells next to the current selection also contain data. Do you want to extend…
352 Text [ en-US ] = "Extend selection" ;
360 Text [ en-US ] = "Current selection" ;
/aoo42x/main/offapi/com/sun/star/chart2/data/
H A DRangeHighlightListener.idl39 /** A selection change listener that is attached to a
41 selection changes that affect range hightlighting.
/aoo42x/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java717 Selection selection = getSelection(control);
733 setSelection(guiRow + (scroll ? 0 : 1), control, selection);
744 Selection selection = getSelection(control);
754 setSelection(guiRow - (scroll ? 0 : 1), control, selection);
/aoo42x/main/vcl/unx/generic/dtrans/
H A DX11_transferable.cxx50 Atom selection in X11Transferable() argument
54 m_aSelection( selection ) in X11Transferable()
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DXGridSelectionListener.idl41 get notifications about selection changes.
46 /** Invoked after a selection was changed.
H A DXGridRowSelection.idl35 /** This interfaces provides access to the selection of row for <type>UnoControlGrid</type>.
60 /** removes the selection for a given row
/aoo42x/main/offapi/com/sun/star/frame/
H A DXModel.idl71 <type scope="com::sun::star::view">XSelectionSupplier</type>, it has a current selection too.
219 /** provides read access on current selection on controller
222 the current selection in the current controller.
/aoo42x/main/offapi/com/sun/star/text/
H A DTextSortDescriptor2.idl53 /** determines if the content of a table or a selection of
60 when a selection of paragraphs is to be sorted.
H A DXRubySelection.idl53 if Automatic is set the selection is parsed for words and applied ruby attributes
57 /** applies the RubyList to the current selection. The number of elements must be
H A DXTextCursor.idl67 specifies if the current selection of the cursor should
90 specifies if the current selection of the cursor should
/aoo42x/main/winaccessibility/source/UAccCOM/
H A DAccText.cpp126 STDMETHODIMP CAccText::get_selection(long selection, long * startOffset, long * endOffset) in get_selection() argument
129 return CAccTextBase::get_selection(selection, startOffset, endOffset); in get_selection()
H A DAccHypertext.cpp129 STDMETHODIMP CAccHypertext::get_selection(long selection, long * startOffset, long * endOffset) in get_selection() argument
132 return CAccTextBase::get_selection(selection, startOffset, endOffset); in get_selection()
/aoo42x/main/offapi/com/sun/star/view/
H A DOfficeDocumentView.idl49 /** This mandatory interface gives access to the current user selection
52 <p>The type of the selection depends on the actual document type.</p>
/aoo42x/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java343 ISelection selection = viewer.getSelection(); in makeActions()
344 if (selection == null) in makeActions()
347 … final ControlInfo controlInfo = (ControlInfo)((IStructuredSelection) selection).getFirstElement(); in makeActions()
/aoo42x/main/offapi/com/sun/star/task/
H A DInteractionClassification.idl59 selection of an
69 selection of an
/aoo42x/main/offapi/com/sun/star/text/textfield/
H A DDatabaseNextSet.idl35 /** specifies service of a text field that increments a database selection.
60 /** determines whether the database selection is set to the next position or not.
/aoo42x/main/offapi/com/sun/star/awt/
H A DXTextComponent.idl89 /** sets the user selection.
95 /** returns the current user selection.
/aoo42x/main/cui/source/customize/
H A Dcfg.cxx2459 SvLBoxEntry* selection = aContentsListBox->GetCurEntry(); in UpdateButtonStates() local
2461 if ( aContentsListBox->GetEntryCount() == 0 || selection == NULL ) in UpdateButtonStates()
2478 aMoveUpButton.Enable( selection != first ); in UpdateButtonStates()
2479 aMoveDownButton.Enable( selection != last ); in UpdateButtonStates()
2482 (SvxConfigEntry*) selection->GetUserData(); in UpdateButtonStates()
2821 SvxConfigEntry* selection, bool bCreateMenu ) in SvxMainMenuOrganizerDialog() argument
2854 if ( pEntry == selection ) in SvxMainMenuOrganizerDialog()
2969 SvLBoxEntry* selection = aMenuListBox.GetCurEntry(); in UpdateButtonStates() local
2973 aMoveUpButton.Enable( selection != first ); in UpdateButtonStates()
2974 aMoveDownButton.Enable( selection != last ); in UpdateButtonStates()
[all …]
/aoo42x/main/javainstaller2/src/Localization/
H A Dsetupstrings.ulf319 en-US = "Please use another directory for installation or change your module selection."
382 …based on your configuration settings. <p>If you are satisfied with your selection, click 'Install …
385 …based on your configuration settings. <p>If you are satisfied with your selection, click 'Remove N…
451 en-US = "Please change selection"

Completed in 90 milliseconds

1234567891011