Home
last modified time | relevance | path

Searched refs:_bStart (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx793 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 …]
/aoo4110/main/forms/source/component/
H A DButton.cxx573 bool _bStart
582 bool _bStart ) in DoPropertyListening() argument
585 ,m_bStartListening( _bStart ) in DoPropertyListening()
604 void OButtonControl::startOrStopModelPropertyListening( bool _bStart ) in startOrStopModelPropertyListening() argument
606 DoPropertyListening aListeningHandler( getModel(), this, _bStart ); in startOrStopModelPropertyListening()
H A DFormComponent.cxx1582 void OBoundControlModel::doFormListening( const bool _bStart ) in doFormListening() argument
1586 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()
H A DButton.hxx198 void startOrStopModelPropertyListening( bool _bStart );
/aoo4110/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx1004 void ExtMgrDialog::showProgress( bool _bStart ) in showProgress() argument
1008 bool bStart = _bStart; in showProgress()
1414 void UpdateRequiredDialog::showProgress( bool _bStart ) in showProgress() argument
1418 bool bStart = _bStart; in showProgress()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx327 …const ::comphelper::NamedValueCollection& _rArguments, DocumentGuard& _rGuard, const bool _bStart ) in lcl_triggerStatusIndicator_throw() argument
336 if ( _bStart ) in lcl_triggerStatusIndicator_throw()
/aoo4110/main/forms/source/inc/
H A DFormComponent.hxx1206 void doFormListening( const bool _bStart );

Completed in 66 milliseconds