Lines Matching refs:_bStart

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 );
1329 void ViewObjectContactOfUnoControl_Impl::impl_switchContainerListening_nothrow( bool _bStart ) in impl_switchContainerListening_nothrow() argument
1337 if ( _bStart ) in impl_switchContainerListening_nothrow()
1349 void ViewObjectContactOfUnoControl_Impl::impl_switchControlListening_nothrow( bool _bStart ) in impl_switchControlListening_nothrow() argument
1358 if ( _bStart ) in impl_switchControlListening_nothrow()
1364 impl_switchDesignModeListening_nothrow( impl_isControlDesignMode_nothrow() && _bStart ); in impl_switchControlListening_nothrow()
1368 if ( _bStart ) in impl_switchControlListening_nothrow()
1380 void ViewObjectContactOfUnoControl_Impl::impl_switchDesignModeListening_nothrow( bool _bStart ) in impl_switchDesignModeListening_nothrow() argument
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()
1390 void ViewObjectContactOfUnoControl_Impl::impl_switchPropertyListening_nothrow( bool _bStart ) in impl_switchPropertyListening_nothrow() argument
1399 if ( _bStart ) in impl_switchPropertyListening_nothrow()