Home
last modified time | relevance | path

Searched refs:control (Results 151 – 175 of 589) sorted by relevance

12345678910>>...24

/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridControl.idl36 /** An interface to a control that displays a tabular data.
68 …<p>If the grid control's does not contain any cells (which happens if the grid column model does n…
75 …<p>If the grid control's does not contain any cells (which happens if the grid column model does n…
H A DXGridDataModel.idl38 retrieve the content data that is displayed in the actual control.
46 /** implements life time control for the component
85 … <p>A grid control will usually paint a row's title in the header column of the respective row.</p>
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableDatabaseRadioButton.idl46 boolean values. The following mapping between external values and control states apply:
73 /** specifies a value which is to be associated with the control when it's <em>not</em>
79 the <em>not selected</em> state of the control.</p>
H A DBindableDatabaseCheckBox.idl46 boolean values. The following mapping between external values and control states apply:
76 /** specifies a value which is to be associated with the control when it's <em>not</em>
82 the <em>not checked</em> state of the control.</p>
/trunk/main/oox/source/dump/
H A Doledumper.ini397 0=no-control,on,off,disabled
487 0x0000000000000040=control-type
725 0x00002000=control-source
778 0x00000008=click-control-mode
779 0x00000010=dblclick-control-mode
793 0x00000400=inherit-click-control-mode
794 0x00000800=inherit-dblclick-control-mode
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java869 public static Object getModel(Object control) in getModel() argument
871 XControl xControl = UnoRuntime.queryInterface(XControl.class, control); in getModel()
875 public static void setEnabled(Object control, boolean enabled) in setEnabled() argument
877 setEnabled(control, enabled ? Boolean.TRUE : Boolean.FALSE); in setEnabled()
880 public static void setEnabled(Object control, Boolean enabled) in setEnabled() argument
882 Helper.setUnoPropertyValue(getModel(control), PropertyNames.PROPERTY_ENABLED, enabled); in setEnabled()
/trunk/main/offapi/com/sun/star/frame/
H A DXStatusbarController.idl54 /** used to control the life-time of the component
56 Used by a status bar implementation to control the life-time of
196 field of the corresponding control.
204 into the field of the corresponding control.
H A DXDispatch.idl62 whenever this state changes or the control should re-get the value
115 /** registers a listener of a control for a specific URL
139 /** unregisters a listener from a control.
H A DXControlNotificationListener.idl41 notifications about control events.
48 /** notifies that a control event has happened
H A DControlEvent.idl40 /** describes a control event send by extended user interface
48 /** fully parsed URL describing the control that sends this
/trunk/main/dbaccess/
H A DAllLangResTarget_dbui.mk46 dbaccess/source/ui/control/TableGrantCtrl.src \
47 dbaccess/source/ui/control/tabletree.src \
48 dbaccess/source/ui/control/undosqledit.src \
/trunk/main/xmerge/source/activesync/
H A DXMergeSync.dsw10 begin source code control
13 end source code control
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx378 MemoryContainer control; \
384 &control)
567 char* fwd = (char*) control.m_pBuffer; in net_title()
568 sal_uInt32 len = (sal_uInt32) control.m_nWritePos; in net_title()
/trunk/main/offapi/com/sun/star/document/
H A DOfficeDocument.idl166 should focus the first control in the document. With this, you may
167 control if your document works primarily as a form document.
177 With this, you may control if your document works primarily as a form document.
/trunk/main/solenv/bin/
H A Dimage-sort.pl147 my $control = shift @ARGV;
160 chew_controlfile ($control);
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlFileControl.idl37 /** specifies a file control.
39 <p>A file control extends the <type>UnoControlEdit</type> with a file
H A DUnoControlSpinButton.idl41 /** specifies a spin button control.
43 <p>The model of an <type>UnoControlSpinButton</type> control must support
H A DFocusChangeReason.idl58 /** Changed Focus to the next control.
64 /** Changed Focus to the previous control.
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFormOperations.idl78 you would nee to obtain the active control of the form, and commit it.<br/>
109 which relies on the active control of the controller might be of limited use.</p>
212 case if the record or the active control of the form were modified.
222 /** commits the current control of our controller
H A DXFormControllerContext.idl38 for, and about the control container which those controls live in. However, it doesn't know
44 /** ensures the given control is visible, by scrolling the view if necessary.
/trunk/main/offapi/com/sun/star/form/control/
H A DNavigationToolBar.idl33 module com { module sun { module star { module form { module control {
37 /** This service specifies the model for control which provides controller
/trunk/main/offapi/com/sun/star/inspection/
H A DXPropertyControlContext.idl43 /** instructs the <type>XPropertyControlContext</type> to active the next control
46 denotes the control which initiated the request.
H A DXPropertyControlObserver.idl50 denotes the control whose UI representation gained the focus
58 denotes the control whose value changed.
/trunk/main/offapi/com/sun/star/form/
H A DXGridControlListener.idl35 /** specifies a listener which is to be notified about state changes in a grid control
42 /** called when the current column in a grid control changed
/trunk/main/offapi/com/sun/star/view/
H A DXControlAccess.idl56 /** is called to get the control from the specified control model.

Completed in 62 milliseconds

12345678910>>...24