Home
last modified time | relevance | path

Searched refs:OQueryTableView (Results 1 – 16 of 16) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx175 void addUndoAction( OQueryTableView* _pView, in addUndoAction()
191 …sal_Bool openJoinDialog(OQueryTableView* _pView,const TTableConnectionData::value_type& _pConnecti… in openJoinDialog()
211 void connectionModified(OQueryTableView* _pView, in connectionModified()
231 void addConnections(OQueryTableView* _pView, in addConnections()
303 DBG_NAME(OQueryTableView) in DBG_NAME() argument
305 OQueryTableView::OQueryTableView( Window* pParent,OQueryDesignView* pView) in DBG_NAME()
308 DBG_CTOR(OQueryTableView,NULL); in DBG_NAME()
313 OQueryTableView::~OQueryTableView() in ~OQueryTableView()
315 DBG_DTOR(OQueryTableView,NULL); in ~OQueryTableView()
319 sal_Int32 OQueryTableView::CountTableAlias(const String& rName, sal_Int32& rMax) in CountTableAlias()
[all …]
H A DQueryTabConnUndoAction.cxx63 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()
[all …]
H A DQTableWindow.cxx134 OQueryTableView* pContainer = static_cast<OQueryTableView*>(getTableView()); in Init()
221 static_cast<OQueryTableView*>(getTableView())->InsertField(aInfo); in OnEntryDoubleClicked()
269 return static_cast<const OQueryTableView*>(getTableView())->ExistsAVisitedConn(this); in ExistsAVisitedConn()
H A DQueryAddTabConnUndoAction.hxx35 class OQueryTableView;
39 OQueryAddTabConnUndoAction(OQueryTableView* pOwner);
51 OQueryDelTabConnUndoAction(OQueryTableView* pOwner);
H A Dquerydlg.hxx56 class OQueryTableView;
70 OQueryTableView* m_pTableView;
87 DlgQryJoin( OQueryTableView * pParent,
H A DQueryDesignView.cxx210 OQueryTableView* pTableView = static_cast<OQueryTableView*>(_pView->getTableView()); in insertConnection()
341 …OQueryTableWindow* pSTW = static_cast<OQueryTableView*>(_pView->getTableView())->FindTable( aTabl… in FillDragInfo()
346 …bErg = static_cast<OQueryTableView*>(_pView->getTableView())->FindTableFromField(aColumnName, _rDr… in FillDragInfo()
647 …OQueryTableWindow* pLeftWindow = static_cast<OQueryTableView*>(_pView->getTableView())->FindTable… in InsertJoinConnection()
1093 const OQueryTableView::OTableWindowMap* pTabList, in GenerateFromClause()
1201 OQueryTableView::OTableWindowMap::const_iterator aTabIter = pTabList->begin(); in GenerateFromClause()
1202 OQueryTableView::OTableWindowMap::const_iterator aTabEnd = pTabList->end(); in GenerateFromClause()
1887 …OQueryTableWindow* pTabWin = static_cast<OQueryTableView*>(_pView->getTableView())->FindTable(aTab… in InsertColumnRef()
1989 …OQueryTableWindow* pLeftWindow = static_cast<OQueryTableView*>(_pView->getTableView())->FindTable… in InsertJoin()
1990 …OQueryTableWindow* pRightWindow = static_cast<OQueryTableView*>(_pView->getTableView())->FindTabl… in InsertJoin()
[all …]
H A DQueryTabWinShowUndoAct.hxx39 OQueryTabWinShowUndoAct(OQueryTableView* pOwner);
52 OQueryTabWinDelUndoAct(OQueryTableView* pOwner);
H A DQueryTabConnUndoAction.hxx33 class OQueryTableView;
42 OQueryTabConnUndoAction(OQueryTableView* pOwner, sal_uInt16 nCommentID);
H A DQTableConnection.hxx39 class OQueryTableView;
44 …OQueryTableConnection(OQueryTableView* pContainer, const TTableConnectionData::value_type& pTabCon…
H A DQueryTabWinUndoAct.hxx43 class OQueryTableView;
53 OQueryTabWinUndoAct(OQueryTableView* pOwner, sal_uInt16 nCommentID);
H A Dquerydlg.cxx93 DlgQryJoin::DlgQryJoin( OQueryTableView * pParent, in DBG_NAME()
168 if ( static_cast<OQueryTableView*>(pParent)->getDesignView()->getController().isReadOnly() ) in DBG_NAME()
H A DQTableConnection.cxx45 OQueryTableConnection::OQueryTableConnection(OQueryTableView* pContainer, const TTableConnectionDat… in DBG_NAME()
H A DQueryTabWinUndoAct.cxx71 OQueryTabWinUndoAct::OQueryTabWinUndoAct(OQueryTableView* pOwner, sal_uInt16 nCommentID) in DBG_NAME()
H A DSelectionBrowseBox.cxx688 …if ( !static_cast<OQueryTableView*>(getDesignView()->getTableView())->FindTableFromField(_sColumnN… in fillColumnRef()
717 …if ( static_cast<OQueryTableView*>(getDesignView()->getTableView())->FindTableFromField(_sFieldNam… in saveField()
H A Dquerycontroller.cxx581 static_cast<OQueryTableView*>(pView->getTableView())->createNewConnection(); in Execute()
/trunk/main/dbaccess/source/ui/inc/
H A DQueryTableView.hxx54 class OQueryTableView : public OJoinTableView class
71 OQueryTableView(Window* pParent,OQueryDesignView* pView);
72 virtual ~OQueryTableView();