Searched refs:xBindableValue (Results 1 – 1 of 1) sorted by relevance
1428 Reference< XBindableValue > xBindableValue(pControl->GetUnoControlModel(),UNO_QUERY); in implCreateXFormsControl() local1430 …DBG_ASSERT( xBindableValue.is(), "FmXFormView::implCreateXFormsControl: control's not bindable!" ); in implCreateXFormsControl()1431 if ( xBindableValue.is() ) in implCreateXFormsControl()1432 xBindableValue->setValueBinding(xValueBinding); in implCreateXFormsControl()
Completed in 21 milliseconds