Lines Matching refs:_rxControlModel

259 …mport_Impl::applyControlNumberStyle(const Reference< XPropertySet >& _rxControlModel, const ::rtl:…  in applyControlNumberStyle()  argument
261 OSL_ENSURE(_rxControlModel.is() && (0 != _rControlNumerStyleName.getLength()), in applyControlNumberStyle()
284 _rxControlModel->getPropertyValue(PROPERTY_FORMATSSUPPLIER) >>= xFormatsSupplier; in applyControlNumberStyle()
297 _rxControlModel->setPropertyValue(PROPERTY_FORMATKEY, makeAny(nFormatKey)); in applyControlNumberStyle()
311 …ort_Impl::registerCellValueBinding( const Reference< XPropertySet >& _rxControlModel, const ::rtl:… in registerCellValueBinding() argument
313 OSL_ENSURE( _rxControlModel.is() && _rCellAddress.getLength(), in registerCellValueBinding()
315 m_aCellValueBindings.push_back( ModelStringPair( _rxControlModel, _rCellAddress ) ); in registerCellValueBinding()
320 const Reference< XPropertySet >& _rxControlModel, in registerXFormsValueBinding()
324 OSL_ENSURE( _rxControlModel.is(), "need model" ); in registerXFormsValueBinding()
327 ModelStringPair( _rxControlModel, _rBindingID ) ); in registerXFormsValueBinding()
332 const Reference< XPropertySet >& _rxControlModel, in registerXFormsListBinding()
336 OSL_ENSURE( _rxControlModel.is(), "need model" ); in registerXFormsListBinding()
339 ModelStringPair( _rxControlModel, _rBindingID ) ); in registerXFormsListBinding()
344 const Reference< XPropertySet >& _rxControlModel, in registerXFormsSubmission()
348 OSL_ENSURE( _rxControlModel.is(), "need model" ); in registerXFormsSubmission()
351 ModelStringPair( _rxControlModel, _rSubmissionID ) ); in registerXFormsSubmission()
355 …_Impl::registerCellRangeListSource( const Reference< XPropertySet >& _rxControlModel, const ::rtl:… in registerCellRangeListSource() argument
357 OSL_ENSURE( _rxControlModel.is() && _rCellRangeAddress.getLength(), in registerCellRangeListSource()
359 m_aCellRangeListSources.push_back( ModelStringPair( _rxControlModel, _rCellRangeAddress ) ); in registerCellRangeListSource()