Searched refs:SetControlActivationHandler (Results 1 – 8 of 8) sorted by relevance
108 mpFormShell->SetControlActivationHandler(Link()); in SetFormShell()118 mpFormShell->SetControlActivationHandler( in SetFormShell()
138 void SetControlActivationHandler( const Link& _rHdl );
136 … void SetControlActivationHandler( const Link& _rHdl ) { m_aControlActivationHandler = _rHdl; } in SetControlActivationHandler() function in svx::FmTextControlShell
459 void SetControlActivationHandler( const Link& _rHdl );
1337 void FmFormShell::SetControlActivationHandler( const Link& _rHdl ) in SetControlActivationHandler() function in FmFormShell1339 m_pImpl->SetControlActivationHandler( _rHdl ); in SetControlActivationHandler()
4080 void FmXFormShell::SetControlActivationHandler( const Link& _rHdl ) in SetControlActivationHandler() function in FmXFormShell4082 m_pTextShell->SetControlActivationHandler( _rHdl ); in SetControlActivationHandler()
1674 pFormShell->SetControlActivationHandler( LINK( this, ScTabViewShell, FormControlActivated ) ); in Construct()
326 pFormShell->SetControlActivationHandler( LINK( this, SwView, FormControlActivated ) ); in SelectShell()
Completed in 188 milliseconds