/aoo42x/main/extensions/source/propctrlr/ |
H A D | cellbindinghandler.cxx | 133 Reference< XValueBinding > xBinding; in actuatingPropertyChanged() local 134 _rNewValue >>= xBinding; in actuatingPropertyChanged() 255 if ( !m_pHelper->isCellBinding( xBinding ) ) in getPropertyValue() 256 xBinding.clear(); in getPropertyValue() 258 aReturn <<= xBinding; in getPropertyValue() 303 Reference< XValueBinding > xBinding; in setPropertyValue() local 304 _rValue >>= xBinding; in setPropertyValue() 305 m_pHelper->setBinding( xBinding ); in setPropertyValue() 323 if ( xBinding.is() ) in setPropertyValue() 423 Reference< XValueBinding > xBinding; in convertToControlValue() local [all …]
|
H A D | eformshelper.cxx | 384 if ( xBinding.is() ) in getCurrentFormModel() 416 Reference< XPropertySet > xBinding; in getCurrentBinding() local 421 xBinding = xBinding.query( m_xBindableControl->getValueBinding() ); in getCurrentBinding() 428 return xBinding; in getCurrentBinding() 438 if ( xBinding.is() ) in getCurrentBindingName() 496 m_xBindableControl->setValueBinding( xBinding ); in setBinding() 520 Reference< XPropertySet > xBinding; in implGetOrCreateBinding() local 545 if ( xBinding.is() ) in implGetOrCreateBinding() 554 xBinding = xModel->createBinding( ); in implGetOrCreateBinding() 555 if ( xBinding.is() ) in implGetOrCreateBinding() [all …]
|
H A D | xsdvalidationhelper.cxx | 149 Reference< XPropertySet > xBinding( getCurrentBinding() ); in getValidatingDataTypeName() local 151 if ( xBinding.is() ) in getValidatingDataTypeName() 153 … OSL_VERIFY( xBinding->getPropertyValue( PROPERTY_XSD_DATA_TYPE ) >>= sDataTypeName ); in getValidatingDataTypeName() 251 Reference< XPropertySet > xBinding( getCurrentBinding() ); in setValidatingDataTypeByName() local 252 …OSL_ENSURE( xBinding.is(), "XSDValidationHelper::setValidatingDataTypeByName: no active binding - … in setValidatingDataTypeByName() 254 if ( xBinding.is() ) in setValidatingDataTypeByName() 258 … OSL_VERIFY( xBinding->getPropertyValue( PROPERTY_XSD_DATA_TYPE ) >>= sOldDataTypeName ); in setValidatingDataTypeByName() 263 xBinding->setPropertyValue( PROPERTY_XSD_DATA_TYPE, makeAny( _rName ) ); in setValidatingDataTypeByName() 274 … OSL_VERIFY( xBinding->getPropertyValue( PROPERTY_XSD_DATA_TYPE ) >>= sNewDataTypeName ); in setValidatingDataTypeByName()
|
H A D | cellbindinghelper.cxx | 221 Reference< XValueBinding > xBinding( createDocumentDependentInstance( in createCellBindingFromAddress() local 227 return xBinding; in createCellBindingFromAddress() 233 Reference< XValueBinding > xBinding; in createCellBindingFromStringAddress() local 236 return xBinding; in createCellBindingFromStringAddress() 241 return xBinding; in createCellBindingFromStringAddress() 524 Reference< XValueBinding > xBinding; in getCurrentBinding() local 527 xBinding = xBindable->getValueBinding(); in getCurrentBinding() 528 return xBinding; in getCurrentBinding()
|
H A D | eformspropertyhandler.cxx | 242 Reference< XPropertySet > xBinding( m_pHelper->getCurrentBinding() ); in setPropertyValue() local 243 OSL_ENSURE( xBinding.is(), "You should not reach this without an active binding!" ); in setPropertyValue() 244 if ( xBinding.is() ) in setPropertyValue() 245 xBinding->setPropertyValue( PROPERTY_BIND_EXPRESSION, _rValue ); in setPropertyValue() 514 Reference< XPropertySet > xBinding( m_pHelper->getCurrentBinding() ); in onInteractivePropertySelection() local 518 OSL_ENSURE( xModel.is() && xBinding.is() && sFacetName.getLength(), in onInteractivePropertySelection() 520 if ( !( xModel.is() && xBinding.is() && sFacetName.getLength() ) ) in onInteractivePropertySelection() 524 …tPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Binding" ) ), makeAny( xBinding ) ); in onInteractivePropertySelection()
|
/aoo42x/main/xmloff/source/xforms/ |
H A D | xformsexport.cxx | 285 const Reference<XPropertySet>& xBinding ) in exportXFormsBinding() argument 290 xBinding->getPropertyValue( OUSTRING("BindingID") ) >>= sName; in exportXFormsBinding() 296 sal_Int64 nId = reinterpret_cast<sal_uInt64>( xBinding.get() ); in exportXFormsBinding() 303 lcl_export( xBinding, rExport, aXFormsBindingTable ); in exportXFormsBinding() 308 xBinding->getPropertyValue( OUSTRING("Type") ) >>= sTypeName; in exportXFormsBinding() 315 xBinding->getPropertyValue( OUSTRING("Model") ), in exportXFormsBinding() 730 OUString lcl_getXFormsBindName( const Reference<XPropertySet>& xBinding ) in lcl_getXFormsBindName() argument 735 if( xBinding.is() && in lcl_getXFormsBindName() 736 xBinding->getPropertySetInfo()->hasPropertyByName( sProp ) ) in lcl_getXFormsBindName() 738 xBinding->getPropertyValue( sProp ) >>= sReturn; in lcl_getXFormsBindName() [all …]
|
H A D | xformsimport.cxx | 80 Reference<XValueBinding> xBinding( in bindXFormsValueBinding() local 84 if( xBindable.is() && xBinding.is() ) in bindXFormsValueBinding() 88 xBindable->setValueBinding( xBinding ); in bindXFormsValueBinding()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | formcellbinding.cxx | 164 Reference< XValueBinding > xBinding; in createCellBindingFromStringAddress() local 167 return xBinding; in createCellBindingFromStringAddress() 172 return xBinding; in createCellBindingFromStringAddress() 174 xBinding = xBinding.query( createDocumentDependentInstance( in createCellBindingFromStringAddress() 180 return xBinding; in createCellBindingFromStringAddress() 381 Reference< XValueBinding > xBinding; in getCurrentBinding() local 384 xBinding = xBindable->getValueBinding(); in getCurrentBinding() 385 return xBinding; in getCurrentBinding()
|
H A D | elementexport.cxx | 1787 Reference< XValueBinding > xBinding( aHelper.getCurrentBinding() ); in exportCellBindingAttributes() local 1788 …OSL_ENSURE( xBinding.is(), "OControlExport::exportCellBindingAttributes: invalid bindable or inval… in exportCellBindingAttributes() 1789 if ( xBinding.is() ) in exportCellBindingAttributes() 1795 aHelper.getStringAddressFromCellBinding( xBinding ) in exportCellBindingAttributes() 1801 sal_Int16 nLinkageType = aHelper.isCellIntegerBinding( xBinding ) ? 1 : 0; in exportCellBindingAttributes()
|
/aoo42x/main/forms/source/xforms/ |
H A D | model_ui.cxx | 360 OUString Model::getBindingName( const XPropertySet_t& xBinding, in getBindingName() argument 365 xBinding->getPropertyValue( OUSTRING("BindingID" ) ) >>= sID; in getBindingName() 367 xBinding->getPropertyValue( OUSTRING("BindingExpression" ) ) >>= sExpression; in getBindingName() 392 Model::XPropertySet_t Model::cloneBindingAsGhost( const XPropertySet_t &xBinding ) in cloneBindingAsGhost() argument 405 copy( xBinding, xNewBinding ); in cloneBindingAsGhost() 409 void Model::removeBindingIfUseless( const XPropertySet_t& xBinding ) in removeBindingIfUseless() argument 412 Binding* pBinding = Binding::getBinding( xBinding ); in removeBindingIfUseless() 926 const XPropertySet_t& xBinding, in getResultForExpression() argument 931 Binding* pBinding = Binding::getBinding( xBinding ); in getResultForExpression()
|
H A D | model.cxx | 653 Model::XPropertySet_t Model::cloneBinding( const XPropertySet_t& xBinding ) in cloneBinding() argument 658 copy( xBinding, xNewBinding ); in cloneBinding()
|
H A D | model.hxx | 383 const XPropertySet_t& xBinding,
|
/aoo42x/main/vcl/unx/gtk/a11y/ |
H A D | atkaction.cxx | 227 …uno::Reference< accessibility::XAccessibleKeyBinding > xBinding( pAction->getAccessibleActionKeyBi… in action_wrapper_get_keybinding() local 229 if( xBinding.is() ) in action_wrapper_get_keybinding() 233 … sal_Int32 nmax = std::min( xBinding->getAccessibleKeyBindingCount(), (sal_Int32) 3 ); in action_wrapper_get_keybinding() 236 appendKeyStrokes( aRet, xBinding->getAccessibleKeyBinding( n ) ); in action_wrapper_get_keybinding()
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xformsexport.hxx | 42 …rmsBindName( const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xBinding ); 44 …istBindName( const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xBinding ); 46 …missionName( const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xBinding );
|
/aoo42x/main/offapi/com/sun/star/xforms/ |
H A D | XFormsUIHelper1.idl | 85 string getBindingName( [in] com::sun::star::beans::XPropertySet xBinding, 96 void removeBindingIfUseless( [in] com::sun::star::beans::XPropertySet xBinding ); 140 [in] com::sun::star::beans::XPropertySet xBinding,
|
/aoo42x/main/svx/source/form/ |
H A D | fmundo.cxx | 692 Reference< XValueBinding > xBinding; in propertyChange() local 694 xBinding = xBindable->getValueBinding(); in propertyChange() 699 xBindingProps.set( xBinding, UNO_QUERY ); in propertyChange() 713 bAddUndoAction = !xBinding.is(); in propertyChange()
|
/aoo42x/main/oox/source/ole/ |
H A D | axcontrol.cxx | 344 Reference< XValueBinding > xBinding( xModelFactory->createInstanceWithArguments( in bindToSources() local 346 xBindable->setValueBinding( xBinding ); in bindToSources()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 1906 Reference< XValueBinding > xBinding( in ProcessControl() local 1908 xBindable->setValueBinding( xBinding ); in ProcessControl()
|