Searched refs:aViews (Results 1 – 3 of 3) sorted by relevance
492 ::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()
87 WpADOViews aViews = m_aCatalog.get_Views(); in refreshViews() local88 aViews.fillElementNames(aVector); in refreshViews()93 …m_pViews = new OViews(this,m_aMutex,aVector,aViews,m_pConnection->getMetaData()->supportsMixedCase… in refreshViews()
337 TNames::const_iterator aViews = ::std::find_if(_rTables.begin(),_rTables.end(), in UpdateTableList() local342 if ( aViews == _rTables.end() ) in UpdateTableList()
Completed in 11 milliseconds