Home
last modified time | relevance | path

Searched refs:GetTabWinMap (Results 1 – 11 of 11) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx324 OTableWindowMapIterator aIter = GetTabWinMap()->find(rName); in CountTableAlias()
325 while(aIter != GetTabWinMap()->end()) in CountTableAlias()
332 aIter = GetTabWinMap()->find(aNewName); in CountTableAlias()
578 OTableWindowMap* pTabWins = GetTabWinMap(); in AddTabWin()
763 OTableWindowMap* pMap = GetTabWinMap(); in createNewConnection()
816 if(aIter != GetTabWinMap()->end()) in FindTable()
826 OTableWindowMap::const_iterator aIter = GetTabWinMap()->begin(); in FindTableFromField()
827 OTableWindowMap::const_iterator aEnd = GetTabWinMap()->end(); in FindTableFromField()
840 OTableWindowMap* pTabWins = GetTabWinMap(); in ContainsTabWin()
932 OTableWindowMap* pTabWins = GetTabWinMap(); in HideTabWin()
[all …]
H A DQueryDesignView.cxx700 OJoinTableView::OTableWindowMap* pTabList = _pView->getTableView()->GetTabWinMap(); in GenerateSelectList()
1637 OJoinTableView::OTableWindowMap* pTabList = _pView->getTableView()->GetTabWinMap(); in AddFunctionCondition()
2138 OJoinTableView::OTableWindowMap aTableMap(*pTableView->GetTabWinMap()); in InitFromParseNodeImpl()
2156 if ( (eErrorCode = InstallFields(_pView,pParseTree, pTableView->GetTabWinMap())) == eOk ) in InitFromParseNodeImpl()
2852 OJoinTableView::OTableWindowMap* pTabWins = m_pTableView->GetTabWinMap(); in fillValidFields()
2951 OQueryTableView::OTableWindowMap* pTabList = m_pTableView->GetTabWinMap(); in getStatement()
3104 …rCtrl.SaveTabWinsPosSize( m_pTableView->GetTabWinMap(), m_pScrollWindow->GetHScrollBar()->GetThumb… in SaveUIConfig()
H A DJAccess.cxx102 OJoinTableView::OTableWindowMap::iterator aIter = m_pTableView->GetTabWinMap()->begin(); in getAccessibleChild()
H A DSelectionBrowseBox.cxx565 OJoinTableView::OTableWindowMap* pTabWinList = getDesignView()->getTableView()->GetTabWinMap(); in InitController()
684 OJoinTableView::OTableWindowMap* pTabWinList = getDesignView()->getTableView()->GetTabWinMap(); in fillColumnRef()
1066 OJoinTableView::OTableWindowMap* pTabWinList = getDesignView()->getTableView()->GetTabWinMap(); in SaveModified()
2782 OJoinTableView::OTableWindowMap* pTabWinList = getDesignView()->getTableView()->GetTabWinMap(); in fillEntryTable()
H A DConnectionLineAccess.cxx122 nIndex = m_pLine->GetParent()->GetTabWinMap()->size(); in getAccessibleIndexInParent()
H A DTableWindowAccess.cxx181 OJoinTableView::OTableWindowMap* pMap = m_pTable->getTableView()->GetTabWinMap(); in getAccessibleIndexInParent()
H A DJoinTableView.cxx1642 OTableWindowMap* pTabWins = GetTabWinMap(); in HideTabWins()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx150 …(*GetTabWinMap())[pData->GetComposedName()] = pTabWin; // am Anfang einfuegen, da ich die DataList… in ReSync()
183 if ( !GetTabWinMap()->empty() ) in ReSync()
184 GetTabWinMap()->begin()->second->GrabFocus(); in ReSync()
327 OJoinTableView::OTableWindowMap::iterator aIter = GetTabWinMap()->find(_rComposedName); in AddTabWin()
329 if(aIter != GetTabWinMap()->end()) in AddTabWin()
350 (*GetTabWinMap())[_rComposedName] = pNewTabWin; in AddTabWin()
H A DRelationDesignView.cxx139 if ( m_pTableView && m_pTableView->IsVisible() && !m_pTableView->GetTabWinMap()->empty() ) in GetFocus()
/trunk/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx188 OTableWindowMap* GetTabWinMap() { return &m_aTableMap; } in GetTabWinMap() function in dbaui::OJoinTableView
189 const OTableWindowMap* GetTabWinMap() const { return &m_aTableMap; } in GetTabWinMap() function in dbaui::OJoinTableView
/trunk/main/dbaccess/source/ui/dlg/
H A DRelationDlg.cxx98 ,m_pTableMap(pParent->GetTabWinMap()) in DBG_NAME()

Completed in 78 milliseconds