Home
last modified time | relevance | path

Searched refs:bindings (Results 1 – 25 of 74) sorted by relevance

123

/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleKeyBinding.idl39 /** This interface can be used to represent any number of key bindings which
42 <p>There can be zero, one, or more key bindings. Each key binding consists
56 /** Return the number of available key bindings.
59 bindings or the positive number of the available key bindings.
72 The index selects one of alternative key bindings. It has to
73 non-negative and smaller then the number of key bindings as
H A DXAccessibleAction.idl44 be queried for a description or associated key bindings.</p>
99 bindings for an action. See <type>XAccessibleKeyBinding</type> for
100 more information about how key bindings are represented.
107 The returned object describes a set of key bindings associated
H A DXAccessibleComponent.idl86 <p>Key bindings which are associated with an accessible component can be
88 bindings are associated with actions and directly with a component.
90 To get access to the key bindings you have to get the
/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java782 XNode[][] bindings = toSeqs(iter); in eq() local
787 if (bindings.length != i_Bindings.length) { in eq()
789 " vs " + bindings.length ); in eq()
792 java.util.Arrays.sort(bindings, new BindingComp()); in eq()
799 if (bindings[i].length != i_Vars.length) { in eq()
804 if (!eq(bindings[i][j], i_Bindings[i][j])) { in eq()
806 toS(bindings[i][j]) + " != " + toS(i_Bindings[i][j])); in eq()
/trunk/main/offapi/com/sun/star/xforms/
H A DXModel.idl164 // bindings
169 <p>The returned binding still needs to be inserted into the bindings container.</p>
177 <p>The returned binding still needs to be inserted into the bindings container.</p>
190 /** get a container containing all bindings; also supports XNameAccess
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java1142 XNode[][] bindings = toSeqs(iter); in eq() local
1147 if (bindings.length != i_Bindings.length) { in eq()
1149 " vs " + bindings.length ); in eq()
1152 java.util.Arrays.sort(bindings, new BindingComp()); in eq()
1159 if (bindings[i].length != i_Vars.length) { in eq()
1164 if (!eq(bindings[i][j], i_Bindings[i][j])) { in eq()
1166 toS(bindings[i][j]) + " != " + toS(i_Bindings[i][j])); in eq()
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableDataAwareControlModel.idl75 External value bindings overrule any active SQL-column binding. If an external
81 difference to SQL bindings, which only are effective when the parent form
87 in the external binding. This is a difference to SQL bindings of most
H A DBindableDatabaseComboBox.idl47 bindings supporting string exchange will be accepted in
H A DBindableDatabaseTextField.idl46 bindings supporting string exchange will be accepted in
H A DBindableDatabaseRadioButton.idl77 possible external value bindings as soon as the radio button is selected. With the member
H A DBindableDatabaseCheckBox.idl80 possible external value bindings as soon as the check box is checked. With the member
/trunk/main/sfx2/inc/sfx2/
H A Dlayout.hxx45 …SfxDialog (::Window* parent, char const* xml_file, char const* id, SfxBindings* bindings=0, SfxChi…
/trunk/main/scripting/examples/
H A Dmakefile.mk51 ZIP5DIR=$(PRJ)$/workben$/bindings
/trunk/main/sfx2/
H A DPackage_inc.mk34 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/bindings.hxx,sfx2/bindings.hxx))
/trunk/main/offapi/com/sun/star/ui/
H A DXAcceleratorConfiguration.idl109 accelerator bindings.</li>
188 the command, where key bindings are searched for.
/trunk/main/udkapi/com/sun/star/
H A Dudk-modules.idl61 /// Scripting language bindings.
/trunk/main/offapi/com/sun/star/rdf/
H A DXQuerySelectResult.idl44 each being a list of bindings for the above variables</li>
H A DXRepository.idl375 bindings, i.e., a query beginning with "SELECT".
388 each being a list of bindings for the above variables</li>
/trunk/main/udkapi/com/sun/star/bridge/oleautomation/
H A DDate.idl33 do. But a typedef cannot be expressed in all language bindings. In the
H A DSCode.idl35 cannot be expressed in all language bindings. In the case where no typedefs
H A DCurrency.idl34 But a typedef cannot be expressed in all language bindings. In the case
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A DAccessibleKeyBinding.idl31 /// get number of key bindings for this object
/trunk/main/offapi/com/sun/star/form/inspection/
H A DXMLFormsPropertyHandler.idl38 which provides properties related to binding form control models to XForm bindings.
H A DXSDValidationPropertyHandler.idl38 … which provides properties related to binding form control models to XForm bindings and validating
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DMakefile154 @echo "$(QM)$(APP2_NAME)$(QM)" demonstrates the use of value bindings for form controls.

Completed in 67 milliseconds

123