Lines Matching refs:GetSelectedConn
731 DeselectConn(GetSelectedConn()); in NotifyTitleClicked()
951 DeselectConn(GetSelectedConn()); in MouseButtonUp()
981 if (GetSelectedConn()) in KeyInput()
982 RemoveConnection( GetSelectedConn() ,sal_True); in KeyInput()
1012 DeselectConn(GetSelectedConn()); in SelectConn()
1088 if (GetSelectedConn()) in DrawConnections()
1089 GetSelectedConn()->Draw( rRect ); in DrawConnections()
1307 OTableConnection* pSelConnection = GetSelectedConn(); in Command()
1494 if ( (*connectionIter) == GetSelectedConn() ) in PreNotify()
1505 DeselectConn(GetSelectedConn()); in PreNotify()
1545 if (!pKeyEvent->GetKeyCode().IsShift() && GetSelectedConn() && HasFocus()) in PreNotify()
1546 ConnDoubleClicked(GetSelectedConn()); in PreNotify()
1709 DeselectConn(GetSelectedConn()); in LoseFocus()
1716 if ( !m_aTableMap.empty() && !GetSelectedConn() ) in GetFocus()