Searched refs:xBindable (Results 1 – 11 of 11) sorted by relevance
/trunk/main/extensions/source/propctrlr/ |
H A D | cellbindinghelper.cxx | 429 Reference< XBindableValue > xBindable( m_xControlModel, UNO_QUERY ); in isCellIntegerBindingAllowed() local 430 if ( !xBindable.is() ) in isCellIntegerBindingAllowed() 465 Reference< XBindableValue > xBindable( m_xControlModel, UNO_QUERY ); in isCellBindingAllowed() local 466 if ( xBindable.is() ) in isCellBindingAllowed() 525 Reference< XBindableValue > xBindable( m_xControlModel, UNO_QUERY ); in getCurrentBinding() local 526 if ( xBindable.is() ) in getCurrentBinding() 527 xBinding = xBindable->getValueBinding(); in getCurrentBinding() 544 Reference< XBindableValue > xBindable( m_xControlModel, UNO_QUERY ); in setBinding() local 545 OSL_PRECOND( xBindable.is(), "CellBindingHelper::setBinding: the object is not bindable!" ); in setBinding() 546 if ( xBindable.is() ) in setBinding() [all …]
|
/trunk/main/xmloff/source/forms/ |
H A D | formcellbinding.cxx | 331 Reference< XBindableValue > xBindable( m_xControlModel, UNO_QUERY ); in isCellBindingAllowed() local 332 if ( xBindable.is() ) in isCellBindingAllowed() 382 Reference< XBindableValue > xBindable( m_xControlModel, UNO_QUERY ); in getCurrentBinding() local 383 if ( xBindable.is() ) in getCurrentBinding() 384 xBinding = xBindable->getValueBinding(); in getCurrentBinding() 401 Reference< XBindableValue > xBindable( m_xControlModel, UNO_QUERY ); in setBinding() local 402 OSL_PRECOND( xBindable.is(), "FormCellBindingHelper::setBinding: the object is not bindable!" ); in setBinding() 403 if ( xBindable.is() ) in setBinding() 404 xBindable->setValueBinding( _rxBinding ); in setBinding()
|
H A D | elementexport.cxx | 1934 Reference< XBindableValue > xBindable( m_xProps, UNO_QUERY ); in controlHasActiveDataBinding() local 1935 if ( xBindable.is() && xBindable->getValueBinding().is() ) in controlHasActiveDataBinding()
|
/trunk/main/xmloff/source/xforms/ |
H A D | xformsimport.cxx | 77 Reference<XBindableValue> xBindable( in bindXFormsValueBinding() local 84 if( xBindable.is() && xBinding.is() ) in bindXFormsValueBinding() 88 xBindable->setValueBinding( xBinding ); in bindXFormsValueBinding()
|
H A D | xformsexport.cxx | 746 Reference<XBindableValue> xBindable( xControl, UNO_QUERY ); in getXFormsBindName() local 747 return xBindable.is() in getXFormsBindName() 749 Reference<XPropertySet>( xBindable->getValueBinding(), UNO_QUERY )) in getXFormsBindName()
|
/trunk/main/svx/source/form/ |
H A D | fmundo.cxx | 691 Reference< XBindableValue > xBindable( evt.Source, UNO_QUERY ); in propertyChange() local 693 if ( xBindable.is() ) in propertyChange() 694 xBinding = xBindable->getValueBinding(); in propertyChange() 698 if ( xBindable.is() ) in propertyChange()
|
H A D | fmshimp.cxx | 3910 Reference< XBindableValue > xBindable( xCurrent, UNO_QUERY ); in smartControlReset() local 3911 if ( xBindable.is() && xBindable->getValueBinding().is() ) in smartControlReset()
|
/trunk/main/vbahelper/source/msforms/ |
H A D | vbacontrol.cxx | 277 uno::Reference< form::binding::XBindableValue > xBindable( m_xProps, uno::UNO_QUERY ); in getControlSource() local 278 if ( xBindable.is() ) in getControlSource() 284 …uno::Reference< beans::XPropertySet > xProps( xBindable->getValueBinding(), uno::UNO_QUERY_THROW ); in getControlSource()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 318 Reference< XBindableValue > xBindable( xCtrlModel, UNO_QUERY ); in ConvertSheetLinks() local 319 if( xBindable.is() ) in ConvertSheetLinks() 321 Reference< XServiceInfo > xServInfo( xBindable->getValueBinding(), UNO_QUERY ); in ConvertSheetLinks()
|
H A D | xiescher.cxx | 1886 Reference< XBindableValue > xBindable( xCtrlModel, UNO_QUERY_THROW ); in ProcessControl() local 1908 xBindable->setValueBinding( xBinding ); in ProcessControl()
|
/trunk/main/oox/source/ole/ |
H A D | axcontrol.cxx | 324 Reference< XBindableValue > xBindable( rxCtrlModel, UNO_QUERY_THROW ); in bindToSources() local 346 xBindable->setValueBinding( xBinding ); in bindToSources()
|
Completed in 116 milliseconds