/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleKeyBinding.idl | 39 /** 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 D | XAccessibleAction.idl | 44 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 D | XAccessibleComponent.idl | 86 <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
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | RDFRepositoryTest.java | 782 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()
|
/aoo42x/main/offapi/com/sun/star/xforms/ |
H A D | XModel.idl | 164 // 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
|
/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentMetadataAccess.java | 1142 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()
|
/aoo42x/main/offapi/com/sun/star/form/binding/ |
H A D | BindableDataAwareControlModel.idl | 75 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 D | BindableDatabaseTextField.idl | 46 bindings supporting string exchange will be accepted in
|
H A D | BindableDatabaseComboBox.idl | 47 bindings supporting string exchange will be accepted in
|
H A D | BindableDatabaseRadioButton.idl | 77 possible external value bindings as soon as the radio button is selected. With the member
|
H A D | BindableDatabaseCheckBox.idl | 80 possible external value bindings as soon as the check box is checked. With the member
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | layout.hxx | 45 …SfxDialog (::Window* parent, char const* xml_file, char const* id, SfxBindings* bindings=0, SfxChi…
|
/aoo42x/main/scripting/examples/ |
H A D | makefile.mk | 51 ZIP5DIR=$(PRJ)$/workben$/bindings
|
/aoo42x/main/sfx2/ |
H A D | Package_inc.mk | 34 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/bindings.hxx,sfx2/bindings.hxx))
|
/aoo42x/main/offapi/com/sun/star/ui/ |
H A D | XAcceleratorConfiguration.idl | 109 accelerator bindings.</li> 188 the command, where key bindings are searched for.
|
/aoo42x/main/udkapi/com/sun/star/ |
H A D | udk-modules.idl | 61 /// Scripting language bindings.
|
/aoo42x/main/offapi/com/sun/star/rdf/ |
H A D | XQuerySelectResult.idl | 44 each being a list of bindings for the above variables</li>
|
H A D | XRepository.idl | 375 bindings, i.e., a query beginning with "SELECT". 388 each being a list of bindings for the above variables</li>
|
/aoo42x/main/udkapi/com/sun/star/bridge/oleautomation/ |
H A D | Currency.idl | 34 But a typedef cannot be expressed in all language bindings. In the case
|
H A D | Date.idl | 33 do. But a typedef cannot be expressed in all language bindings. In the
|
H A D | SCode.idl | 35 cannot be expressed in all language bindings. In the case where no typedefs
|
/aoo42x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | AccessibleKeyBinding.idl | 31 /// get number of key bindings for this object
|
/aoo42x/main/offapi/com/sun/star/form/inspection/ |
H A D | XMLFormsPropertyHandler.idl | 38 which provides properties related to binding form control models to XForm bindings.
|
H A D | XSDValidationPropertyHandler.idl | 38 … which provides properties related to binding form control models to XForm bindings and validating
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | Makefile | 154 @echo "$(QM)$(APP2_NAME)$(QM)" demonstrates the use of value bindings for form controls.
|