Searched refs:m_aCatalog (Results 1 – 3 of 3) sorted by relevance
102 OSQLNameComboBox m_aCatalog; member in dbaui::OSaveAsDlgImpl143 ,m_aCatalog(_pParent, ModuleRes (ET_CATALOG), ::rtl::OUString()) in OSaveAsDlgImpl()164 m_aCatalog.setAllowedChars( sExtraNameChars ); in OSaveAsDlgImpl()169 m_aCatalog.SetDropDownLineCount( 10 ); in OSaveAsDlgImpl()179 ,m_aCatalog(_pParent, ModuleRes (ET_CATALOG)) in OSaveAsDlgImpl()194 m_aCatalog.SetDropDownLineCount( 10 ); in OSaveAsDlgImpl()263 m_pImpl->m_aCatalog.Hide(); in OSaveAsDlg()309 m_pImpl->m_aCatalog.SelectEntryPos(nPos); in OSaveAsDlg()332 m_pImpl->m_aCatalog.SetMaxTextLen(nLength); in OSaveAsDlg()414 m_pImpl->m_aCatalog.Hide(); in implInitOnlyTitle()[all …]
44 ,m_aCatalog(_pCatalog) in OCatalog()50 if(m_aCatalog.IsValid()) in ~OCatalog()51 m_aCatalog.putref_ActiveConnection(NULL); in ~OCatalog()52 m_aCatalog.clear(); in ~OCatalog()59 WpADOTables aTables(m_aCatalog.get_Tables()); in refreshTables()87 WpADOViews aViews = m_aCatalog.get_Views(); in refreshViews()100 WpADOGroups aGroups = m_aCatalog.get_Groups(); in refreshGroups()113 WpADOUsers aUsers = m_aCatalog.get_Users(); in refreshUsers()
37 WpADOCatalog m_aCatalog; member in connectivity::ado::OCatalog52 WpADOCatalog getCatalog() const { return m_aCatalog; } in getCatalog()
Completed in 26 milliseconds