Home
last modified time | relevance | path

Searched refs:xValueBinding (Results 1 – 2 of 2) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/binding/
H A D_XBindableValue.java36 protected XValueBinding xValueBinding = null; field in _XBindableValue
42 xValueBinding = oObj.getValueBinding(); in _getValueBinding()
43 res &= checkValueBinding(xValueBinding); in _getValueBinding()
67 protected boolean checkValueBinding(XValueBinding xValueBinding) { in checkValueBinding() argument
69 Type[] types = xValueBinding.getSupportedValueTypes(); in checkValueBinding()
75 boolean localRes = xValueBinding.supportsType(types[i]); in checkValueBinding()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx1427 Reference< XValueBinding > xValueBinding(_rDesc.xPropSet,UNO_QUERY); in implCreateXFormsControl() local
1432 xBindableValue->setValueBinding(xValueBinding); in implCreateXFormsControl()

Completed in 18 milliseconds