Home
last modified time | relevance | path

Searched refs:aViews (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx492 ::std::list< ViewDescriptor > aViews; in impl_reloadDocument_nothrow()
539 aViews.push_back( ViewDescriptor( xFrame, sViewName ) ); in impl_reloadDocument_nothrow()
550 while ( !aViews.empty() ) in impl_reloadDocument_nothrow()
552 ViewDescriptor aView( aViews.front() ); in impl_reloadDocument_nothrow()
553 aViews.pop_front(); in impl_reloadDocument_nothrow()
606 while ( !aViews.empty() ) in impl_reloadDocument_nothrow()
608 ViewDescriptor aView( aViews.front() ); in impl_reloadDocument_nothrow()
609 aViews.pop_front(); in impl_reloadDocument_nothrow()
/trunk/main/connectivity/source/drivers/ado/
H A DACatalog.cxx87 WpADOViews aViews = m_aCatalog.get_Views(); in refreshViews() local
88 aViews.fillElementNames(aVector); in refreshViews()
93 …m_pViews = new OViews(this,m_aMutex,aVector,aViews,m_pConnection->getMetaData()->supportsMixedCase… in refreshViews()
/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.cxx337 TNames::const_iterator aViews = ::std::find_if(_rTables.begin(),_rTables.end(), in UpdateTableList() local
342 if ( aViews == _rTables.end() ) in UpdateTableList()

Completed in 24 milliseconds