Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx303 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()
321 DBG_CHKTHIS(OQueryTableView,NULL); in CountTableAlias()
340 void OQueryTableView::ReSync() in ReSync()
342 DBG_CHKTHIS(OQueryTableView,NULL); in ReSync()
408 void OQueryTableView::ClearAll() in ClearAll()
410 DBG_CHKTHIS(OQueryTableView,NULL); in ClearAll()
[all …]
H A DQueryTabConnUndoAction.cxx71 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()
[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( aTable… in FillDragInfo()
346 …bErg = static_cast<OQueryTableView*>(_pView->getTableView())->FindTableFromField(aColumnName, _rDr… in FillDragInfo()
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()
1990 …OQueryTableWindow* pRightWindow = static_cast<OQueryTableView*>(_pView->getTableView())->FindTable… in InsertJoin()
2092 OQueryTableView* pTableView = static_cast<OQueryTableView*>(_pView->getTableView()); in InitFromParseNodeImpl()
2654 m_pTableView = new OQueryTableView(m_pScrollWindow,this); in Construct()
[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()
/aoo42x/main/dbaccess/source/ui/inc/
H A DQueryTableView.hxx54 class OQueryTableView : public OJoinTableView class
71 OQueryTableView(Window* pParent,OQueryDesignView* pView);
72 virtual ~OQueryTableView();

Completed in 97 milliseconds