Lines Matching refs:m_sName
574 ,m_sName( _rDefaultName ) in OCopyTableWizard()
593 if ( !m_sName.getLength() ) in OCopyTableWizard()
598 m_sName = ::dbtools::createUniqueName( xSup->getTables(), sInitialTableName, sal_False ); in OCopyTableWizard()
601 m_sName = sInitialTableName; in OCopyTableWizard()
606 m_sName = sInitialTableName; in OCopyTableWizard()
632 m_sName, in OCopyTableWizard()
638 …m_sName = ::dbtools::composeTableName(m_xDestConnection->getMetaData(),sCatalog,sSchema,sTable,sal… in OCopyTableWizard()
675 ,m_sName(_rDefaultName) in OCopyTableWizard()
1270 return ::dbaui::createView( m_sName, m_xDestConnection, sCommand ); in createView()
1297 m_sName, in createTable()
1331 if(xTables->hasByName(m_sName)) in createTable()
1332 xTables->getByName(m_sName) >>= xTable; in createTable()
1340 m_sName = sComposedName; in createTable()
1349 ::dbaui::appendToFilter( m_xDestConnection, m_sName, GetFactory(), this ); in createTable()
1391 else if(xTables.is() && xTables->hasByName(m_sName)) in createTable()
1392 xTables->getByName(m_sName) >>= xTable; in createTable()