Home
last modified time | relevance | path

Searched refs:binding (Results 26 – 50 of 192) sorted by relevance

12345678

/aoo41x/main/offapi/com/sun/star/table/
H A DCellValueBinding.idl28 #include <com/sun/star/form/binding/ValueBinding.idl>
43 /** defines the binding to a single cell in a table document
48 <p>The binding supports exchanging <em>double</em> values, <em>string</em>
58 /** ensures the basic functionality for binding to a value
60 service com::sun::star::form::binding::ValueBinding;
63 by the binding.
70 underlying service (<type scope="com::sun::star::form::binding">ValueBinding</type>),
/aoo41x/main/offapi/com/sun/star/form/binding/
H A DBindableIntegerValueRange.idl28 #include <com/sun/star/form/binding/BindableControlModel.idl>
33 module com { module sun { module star { module form { module binding {
47 … <p>Any binding used with the control model (see <member>XBindableValue::setValueBinding</member>)
51 into an double value and propagated to the binding.</p>
63 service com::sun::star::form::binding::BindableControlModel;
H A DListEntrySource.idl28 #include <com/sun/star/form/binding/XListEntrySource.idl>
39 module com { module sun { module star { module form { module binding {
59 which the binding reflected died). For this reason, a <type>ListEntrySource</type>
/aoo41x/main/forms/qa/integration/forms/
H A DXMLFormSettings.java28 import com.sun.star.form.binding.IncompatibleTypesException;
29 import com.sun.star.form.binding.XBindableValue;
30 import com.sun.star.form.binding.XValueBinding;
137 XValueBinding binding = (XValueBinding)UnoRuntime.queryInterface( in impl_bind() local
139 bindableControl.setValueBinding( binding ); in impl_bind()
H A DValueBinding.java33 import com.sun.star.form.binding.XValueBinding;
34 import com.sun.star.form.binding.XBindableValue;
/aoo41x/main/offapi/com/sun/star/form/inspection/
H A DXMLFormsPropertyHandler.idl38 which provides properties related to binding form control models to XForm bindings.
42 it introduces properties which reflect the different facets of the binding (e.g.
51 interface), this document is used to do XML binding related work.</p>
54 @see com::sun::star::form::binding::BindableControlModel
55 @see com::sun::star::form::binding::ValueBinding
H A DXSDValidationPropertyHandler.idl38 … which provides properties related to binding form control models to XForm bindings and validating
53 interface), this document is used to do XML binding related work.</p>
56 @see com::sun::star::form::binding::BindableControlModel
57 @see com::sun::star::form::binding::ValueBinding
H A DCellBindingPropertyHandler.idl44 …interface), this document is used to create the <type scope="com::sun::star::form::binding">ValueB…
48 @see com::sun::star::form::binding::BindableControlModel
49 @see com::sun::star::form::binding::ValueBinding
/aoo41x/main/more_fonts/fonts/
H A Dfc_local.conf27 <alias binding="same">
33 <alias binding="same">
42 <alias binding="same">
48 <alias binding="same">
/aoo41x/main/offapi/com/sun/star/xforms/
H A DXModel.idl167 /** create a binding element for this model
169 <p>The returned binding still needs to be inserted into the bindings container.</p>
175 /** clone an arbitrary binding element for this model; still needs
177 <p>The returned binding still needs to be inserted into the bindings container.</p>
181 …m::sun::star::beans::XPropertySet cloneBinding( [in] com::sun::star::beans::XPropertySet binding );
183 /** get a binding with a certain ID
H A DXFormsUIHelper1.idl91 // Creates a new binding based on the one passed as argument.
92 // The new binding does *not* contribute to the MIPs table and acts
94 …:star::beans::XPropertySet cloneBindingAsGhost( [in] com::sun::star::beans::XPropertySet binding );
/aoo41x/main/xmloff/source/xforms/
H A Dxformsimport.cxx57 using com::sun::star::form::binding::XValueBinding;
58 using com::sun::star::form::binding::XBindableValue;
59 using com::sun::star::form::binding::XListEntrySource;
60 using com::sun::star::form::binding::XListEntrySink;
/aoo41x/main/forms/source/xforms/
H A Dbinding.hxx86 com::sun::star::form::binding::XValueBinding,
87 com::sun::star::form::binding::XListEntrySource,
104 …typedef com::sun::star::uno::Reference<com::sun::star::form::binding::XListEntryListener> XListEnt…
311 typedef com::sun::star::form::binding::IncompatibleTypesException IncompatibleTypesException_t;
312 …typedef com::sun::star::form::binding::InvalidBindingStateException InvalidBindingStateException_t;
/aoo41x/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.hxx53 typedef ::cppu::WeakAggComponentImplHelper5 < ::com::sun::star::form::binding::XValueBinding
103 …onst ::com::sun::star::uno::Type& aType ) throw (::com::sun::star::form::binding::IncompatibleType…
104 …onst ::com::sun::star::uno::Any& aValue ) throw (::com::sun::star::form::binding::IncompatibleType…
139 SAL_THROW( ( ::com::sun::star::form::binding::IncompatibleTypesException ) );
H A Dcelllistsource.hxx52 … typedef ::cppu::WeakAggComponentImplHelper4 < ::com::sun::star::form::binding::XListEntrySource
98 …istener( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XListEntryListen…
99 …istener( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XListEntryListen…
/aoo41x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleKeyBinding.idl42 <p>There can be zero, one, or more key bindings. Each key binding consists
44 objects. The association of an action with a key binding is established
48 <p>A key binding describes alternative ways how to invoke an action with
79 not be; better not to return such a key binding at all).
/aoo41x/main/forms/qa/org/openoffice/xforms/
H A DModel.java82 XPropertySet binding = m_helper.getBindingForNode(_node, true); in createBindingForNode() local
87 binding.setPropertyValue( "Type", basicTypeName ); in createBindingForNode()
93 return binding; in createBindingForNode()
/aoo41x/main/winaccessibility/source/UAccCOM/
H A DAccActionBase.cpp220 …Reference< XAccessibleKeyBinding > binding = GetXInterface()->getAccessibleActionKeyBinding(action… in get_keyBinding() local
221 if( !binding.is() ) in get_keyBinding()
224 long nCount = (binding.get())->getAccessibleKeyBindingCount(); in get_keyBinding()
237 GetkeyBindingStrByXkeyBinding( (binding.get())->getAccessibleKeyBinding(index), wString ); in get_keyBinding()
/aoo41x/main/offapi/com/sun/star/ui/
H A DXAcceleratorConfiguration.idl126 /** modify or create a key - command - binding.
165 /** remove a key-command-binding from this configuration set.
246 /** search for an key-command-binding inside this configuration set,
250 If such binding could be located, the command will be removed
251 from it. If as result of that the key binding will be empty,
263 the command, which should be removed from any key binding.
/aoo41x/main/extensions/source/propctrlr/
H A Deformshelper.hxx61 ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XBindableValue >
164 ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XListEntrySource >
170 …Binding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XListEntrySource…
/aoo41x/main/forms/source/resource/
H A Dstrings.src116 …Text [ en-US ] = "The value types supported by the binding cannot be used for exchanging data with…
126 …s connected to an external value binding, which at the same time acts as validator. You need to re…
/aoo41x/main/forms/source/inc/
H A DFormComponent.hxx613 typedef ::cppu::ImplHelper2 < ::com::sun::star::form::binding::XBindableValue
654 ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >
1096 …o::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding ) throw (::com::sun::st…
1097 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding > SAL_CAL…
1249 …const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBindi…
1295 …const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBindi…
/aoo41x/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.OCheckBoxModel.csv3 "OCheckBoxModel";"com::sun::star::form::binding::BindableDatabaseCheckBox";"SecondaryRefValue"
68 "OCheckBoxModel";"com::sun::star::form::binding::XBindableValue";"setValueBinding()"
69 "OCheckBoxModel";"com::sun::star::form::binding::XBindableValue";"getValueBinding()"
H A Dcom.sun.star.comp.forms.ORadioButtonModel.csv11 "ORadioButtonModel";"com::sun::star::form::binding::BindableDatabaseRadioButton";"SecondaryRefValue"
89 "ORadioButtonModel";"com::sun::star::form::binding::XBindableValue";"setValueBinding()"
90 "ORadioButtonModel";"com::sun::star::form::binding::XBindableValue";"getValueBinding()"
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DValueBinding.java32 import com.sun.star.form.binding.XValueBinding;
33 import com.sun.star.form.binding.XBindableValue;

Completed in 91 milliseconds

12345678