Searched refs:_bStart (Results 1 – 7 of 7) sorted by relevance
793 void impl_switchControlListening_nothrow( bool _bStart );800 void impl_switchContainerListening_nothrow( bool _bStart );804 void impl_switchDesignModeListening_nothrow( bool _bStart );814 void impl_switchPropertyListening_nothrow( bool _bStart );1337 if ( _bStart ) in impl_switchContainerListening_nothrow()1358 if ( _bStart ) in impl_switchControlListening_nothrow()1368 if ( _bStart ) in impl_switchControlListening_nothrow()1382 if ( impl_isDesignModeListening_nofail() != _bStart ) in impl_switchDesignModeListening_nothrow()1384 m_bIsDesignModeListening = _bStart; in impl_switchDesignModeListening_nothrow()1385 impl_switchPropertyListening_nothrow( _bStart ); in impl_switchDesignModeListening_nothrow()[all …]
573 bool _bStart582 bool _bStart ) in DoPropertyListening() argument585 ,m_bStartListening( _bStart ) in DoPropertyListening()604 void OButtonControl::startOrStopModelPropertyListening( bool _bStart ) in startOrStopModelPropertyListening() argument606 DoPropertyListening aListeningHandler( getModel(), this, _bStart ); in startOrStopModelPropertyListening()
1582 void OBoundControlModel::doFormListening( const bool _bStart ) in doFormListening() argument1586 if ( isFormListening() == _bStart ) in doFormListening()1590 … _bStart ? m_xAmbientForm->addLoadListener( this ) : m_xAmbientForm->removeLoadListener( this ); in doFormListening()1600 …_bStart ? xRowSetBroadcaster->addRowSetChangeListener( this ) : xRowSetBroadcaster->removeRowSetCh… in doFormListening()1603 m_bFormListening = _bStart && m_xAmbientForm.is(); in doFormListening()
198 void startOrStopModelPropertyListening( bool _bStart );
1004 void ExtMgrDialog::showProgress( bool _bStart ) in showProgress() argument1008 bool bStart = _bStart; in showProgress()1414 void UpdateRequiredDialog::showProgress( bool _bStart ) in showProgress() argument1418 bool bStart = _bStart; in showProgress()
327 …const ::comphelper::NamedValueCollection& _rArguments, DocumentGuard& _rGuard, const bool _bStart ) in lcl_triggerStatusIndicator_throw() argument336 if ( _bStart ) in lcl_triggerStatusIndicator_throw()
1206 void doFormListening( const bool _bStart );
Completed in 158 milliseconds