Lines Matching refs:_rxForm

1280 …static bool lcl_shouldUseDynamicControlBorder( const Reference< XInterface >& _rxForm, const Any& …  in lcl_shouldUseDynamicControlBorder()  argument
1285 DocumentType eDocType = DocumentClassification::classifyHostDocument( _rxForm ); in lcl_shouldUseDynamicControlBorder()
2776 void FormController::startFormListening( const Reference< XPropertySet >& _rxForm, sal_Bool _bPrope… in startFormListening() argument
2782 _rxForm->addPropertyChangeListener( FM_PROP_ISNEW, this ); in startFormListening()
2783 _rxForm->addPropertyChangeListener( FM_PROP_ISMODIFIED, this ); in startFormListening()
2788 Reference< XRowSetApproveBroadcaster > xApprove( _rxForm, UNO_QUERY ); in startFormListening()
2793 Reference< XRowSet > xRowSet( _rxForm, UNO_QUERY ); in startFormListening()
2799 Reference< XPropertySetInfo > xInfo = _rxForm->getPropertySetInfo(); in startFormListening()
2801 _rxForm->addPropertyChangeListener( FM_PROP_DYNAMIC_CONTROL_BORDER, this ); in startFormListening()
2810 void FormController::stopFormListening( const Reference< XPropertySet >& _rxForm, sal_Bool _bProper… in stopFormListening() argument
2816 _rxForm->removePropertyChangeListener( FM_PROP_ISNEW, this ); in stopFormListening()
2817 _rxForm->removePropertyChangeListener( FM_PROP_ISMODIFIED, this ); in stopFormListening()
2821 Reference< XRowSetApproveBroadcaster > xApprove( _rxForm, UNO_QUERY ); in stopFormListening()
2825 Reference< XRowSet > xRowSet( _rxForm, UNO_QUERY ); in stopFormListening()
2831 Reference< XPropertySetInfo > xInfo = _rxForm->getPropertySetInfo(); in stopFormListening()
2833 _rxForm->removePropertyChangeListener( FM_PROP_DYNAMIC_CONTROL_BORDER, this ); in stopFormListening()
3685 sal_Bool lcl_shouldValidateRequiredFields_nothrow( const Reference< XInterface >& _rxForm ) in lcl_shouldValidateRequiredFields_nothrow() argument
3694 Reference< XPropertySet > xFormProps( _rxForm, UNO_QUERY_THROW ); in lcl_shouldValidateRequiredFields_nothrow()