Home
last modified time | relevance | path

Searched refs:GetWinName (Results 1 – 13 of 13) sorted by relevance

/aoo41x/main/dbaccess/source/ui/control/
H A DRelationControl.cxx201 InsertDataColumn( SOURCE_COLUMN, m_pConnData->getReferencingTable()->GetWinName(), 100); in lateInit()
202 InsertDataColumn( DEST_COLUMN, m_pConnData->getReferencedTable()->GetWinName(), 100); in lateInit()
683 fillEntryAndDisable(m_lmbLeftTable,_pConnectionData->getReferencingTable()->GetWinName()); in fillAndDisable()
684 fillEntryAndDisable(m_lmbRightTable,_pConnectionData->getReferencedTable()->GetWinName()); in fillAndDisable()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx391 String strTabExistenceTest = pTabConnData->getReferencingTable()->GetWinName(); in ReSync()
393 strTabExistenceTest = pTabConnData->getReferencedTable()->GetWinName(); in ReSync()
550 …if (pNewTabWinData && pNewTabWinData->GetWinName() == strAlias && pNewTabWinData->GetComposedName(… in AddTabWin()
764 …pSourceWin = static_cast< OQueryTableWindow*>((*pMap)[pData->getReferencingTable()->GetWinName()]); in createNewConnection()
765 …* pDestWin = static_cast< OQueryTableWindow*>((*pMap)[pData->getReferencedTable()->GetWinName()]); in createNewConnection()
H A DQTableConnectionData.cxx136 return nWhich == JTCS_FROM ? m_pReferencingTable->GetWinName() : m_pReferencedTable->GetWinName(); in GetAliasName()
H A DTableConnection.cxx156 OTableWindow* pRet = m_pParent->GetTabWindow( pRef->GetWinName() ); in GetSourceWin()
167 OTableWindow* pRet = m_pParent->GetTabWindow( pRef->GetWinName() ); in GetDestWin()
H A Dquerydlg.cxx212 String sFirstWinName = m_pConnData->getReferencingTable()->GetWinName();
213 String sSecondWinName = m_pConnData->getReferencedTable()->GetWinName();
H A DQTableWindowData.hxx49 ::rtl::OUString GetAliasName() { return GetWinName(); } in GetAliasName()
H A DQTableWindow.hxx67 virtual ::rtl::OUString GetName() const { return GetWinName(); } in GetName()
H A DQTableWindow.cxx161 m_aTitle.SetText( pWinData->GetWinName() ); in Init()
H A DJoinController.cxx517 aWindowData.put( "WindowName", (*aIter)->GetWinName() ); in saveTableWindows()
H A DTableWindow.cxx317 m_aTitle.SetText( m_pData->GetWinName() ); in Init()
H A DJoinTableView.cxx458 String aWinName = pTabWin->GetWinName(); in RemoveTabWin()
/aoo41x/main/dbaccess/source/ui/inc/
H A DTableWindow.hxx152 ::rtl::OUString GetWinName() const { return m_pData->GetWinName(); } in GetWinName() function in dbaui::OTableWindow
H A DTableWindowData.hxx77 inline ::rtl::OUString GetWinName() const { return m_aWinName; } in GetWinName() function in dbaui::OTableWindowData

Completed in 70 milliseconds