Lines Matching refs:OQueryTableView
63 OQueryTabConnUndoAction::OQueryTabConnUndoAction(OQueryTableView* pOwner, sal_uInt16 nCommentID) in OQueryTabConnUndoAction()
71 OQueryAddTabConnUndoAction::OQueryAddTabConnUndoAction(OQueryTableView* pOwner) in OQueryAddTabConnUndoAction()
78 static_cast<OQueryTableView*>(m_pOwner)->DropConnection(m_pConnection); in Undo()
84 static_cast<OQueryTableView*>(m_pOwner)->GetConnection(m_pConnection); in Redo()
88 OQueryDelTabConnUndoAction::OQueryDelTabConnUndoAction(OQueryTableView* pOwner) in OQueryDelTabConnUndoAction()
95 static_cast<OQueryTableView*>(m_pOwner)->GetConnection(m_pConnection); in Undo()
101 static_cast<OQueryTableView*>(m_pOwner)->DropConnection(m_pConnection); in Redo()
105 OQueryTabWinShowUndoAct::OQueryTabWinShowUndoAct(OQueryTableView* pOwner) in OQueryTabWinShowUndoAct()
116 static_cast<OQueryTableView*>(m_pOwner)->HideTabWin(m_pTabWin, this); in Undo()
122 static_cast<OQueryTableView*>(m_pOwner)->ShowTabWin(m_pTabWin, this,sal_True); in Redo()
126 OQueryTabWinDelUndoAct::OQueryTabWinDelUndoAct(OQueryTableView* pOwner) in OQueryTabWinDelUndoAct()
137 static_cast<OQueryTableView*>(m_pOwner)->ShowTabWin( m_pTabWin, this,sal_True ); in Undo()
143 static_cast<OQueryTableView*>(m_pOwner)->HideTabWin( m_pTabWin, this ); in Redo()