Home
last modified time | relevance | path

Searched refs:selection (Results 51 – 75 of 237) sorted by relevance

12345678910

/aoo4110/main/offapi/com/sun/star/sheet/
H A DSpreadsheetView.idl111 /** provides access to the view's selection.
112 <p>The selection in a spreadsheet view can be a
H A DDataPilotFieldShowItemsMode.idl33 /** These constants select different types of showing a selection of items.
H A DRangeSelectionEvent.idl36 /** specifies an event from range selection.
/aoo4110/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 …]
/aoo4110/main/offapi/com/sun/star/text/
H A DPrintSettings.idl94 /** specifies if the printer paper tray selection of the system
100 then the paper tray selection of the page styles is used.</p>
H A DAccessibleParagraphView.idl140 possible to set the caret or start a selection within generated text.
186 selection is supported only for children that are multi selectable
/aoo4110/main/sw/source/ui/uiview/
H A Dview.src168 Text [ en-US ] = "Printing selection";
172 Text [ en-US ] = "Do you want to print the selection or the entire document?";
/aoo4110/main/sfx2/qa/complex/sfx2/undo/
H A DChartDocumentTest.java81 final Object selection = selSupplier.getSelection(); in ChartDocumentTest() local
82 final XTextRange textRange = getAssociatedTextRange( selection ); in ChartDocumentTest()
/aoo4110/main/offapi/com/sun/star/awt/tree/
H A DTreeControl.idl55 <p>If you are interested in knowing when the selection changes implement a
58 You than will be notified for any selection change.
/aoo4110/main/offapi/com/sun/star/drawing/
H A DSlideSorter.idl78 /** Set this flag to <TRUE/> in order to visualize the selection of
133 in a document, and allows the selection, reordering, creation, and
/aoo4110/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.hxx329 void implChangeType( GtkTreeSelection *selection );
344 static void type_changed_cb( GtkTreeSelection *selection, SalGtkFilePicker *pobjFP );
/aoo4110/main/offapi/com/sun/star/form/control/
H A DGridControl.idl129 /** used to control the selection of rows in the grid control.
131 …<p>The selection used with the methods <method scope="com::sun::star::view">XSelectionSupplier::ge…
/aoo4110/main/oox/source/dump/
H A Doledumper.ini306 0x00000080=hide-selection
384 0x00200000=keep-selection
391 0x20000000=hide-selection
501 0x0000000000200000=selection-type
/aoo4110/main/offapi/com/sun/star/form/component/
H A DGridControl.idl121 /** gives access to the currently selection.
124 For various unfortunate reaons, this selection is an aspect of the model, not of the
/aoo4110/main/sw/source/ui/ribbar/
H A Dworkctrl.src316 Text [ en-US ] = "Next selection" ;
393 Text [ en-US ] = "Previous selection" ;
/aoo4110/main/sc/source/ui/dbgui/
H A Dvalidate.src211 Text [ en-US ] = "Show selection ~list" ;
229 …Text [ en-US ] = "A valid source can only consist of a contiguous selection of rows and columns, o…
/aoo4110/main/offapi/com/sun/star/accessibility/
H A DAccessibleEventId.idl147 /** Events of this type indicate changes of the selection. The
250 /** Events of this type signal changes of the selection. The old or new
251 selection is <em>not</em> available through the event object. You
/aoo4110/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl1132 /** Indicates an object which supports text selection.
2409 /** @brief Adds a text selection
2413 Offset of first character after new selection (0 based).
2596 Index of selection (0 based).
2604 [propget] HRESULT selection
2785 Index of selection to remove (0 based).
2822 /** @brief Changes the bounds of an existing selection.
2824 Index of selection to change (0 based)
3138 The selection is set to the specified offsets and then selection is copied into
3210 The selection is set to the specified offsets, the selection is then copied into
[all …]
/aoo4110/main/vcl/unx/generic/dtrans/
H A DX11_transferable.hxx46 …r& rManager, const com::sun::star::uno::Reference< XInterface >& xCreator, Atom selection = None );
/aoo4110/main/svx/source/sidebar/
H A DEmptyPanel.src31 …S] = "Properties for the task that you are performing are not available for the current selection";
/aoo4110/main/extensions/source/bibliography/
H A Dbib.src27 Text [ en-US ] = "Field selection:";
/aoo4110/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGridModel.idl124 /** Specifies the selection mode that is enabled for this grid control.
198 selection color.</p>
/aoo4110/main/offapi/com/sun/star/ui/
H A DXAcceleratorConfiguration.idl219 is bound to a command - a selection is done inside this method.
220 This internal selection cant be influenced from outside.
/aoo4110/main/winaccessibility/source/UAccCOM/
H A DAccText.h98 STDMETHOD(get_selection)(long selection, long * startOffset, long * endOffset);
/aoo4110/main/offapi/com/sun/star/frame/
H A DTemplateAccess.idl49 /** provides selection of sets of localized templates

Completed in 96 milliseconds

12345678910