Lines Matching refs:QueryListFacade
241 class QueryListFacade : public ::cppu::BaseMutex class
251 QueryListFacade( SvTreeListBox& _rQueryList, const Reference< XConnection >& _rxConnection ) in QueryListFacade() function in QueryListFacade
257 virtual ~QueryListFacade();
267 QueryListFacade::~QueryListFacade() in ~QueryListFacade()
273 void QueryListFacade::_elementInserted( const container::ContainerEvent& _rEvent ) throw(::com::su… in _elementInserted()
280 void QueryListFacade::_elementRemoved( const container::ContainerEvent& /*_rEvent*/ ) throw(::com::… in _elementRemoved()
285 void QueryListFacade::_elementReplaced( const container::ContainerEvent& /*_rEvent*/ ) throw(::com:… in _elementReplaced()
290 void QueryListFacade::updateTableObjectList( bool /*_bAllowViews*/ ) in updateTableObjectList()
325 String QueryListFacade::getSelectedName( String& _out_rAliasName ) const in getSelectedName()
335 bool QueryListFacade::isLeafSelected() const in isLeafSelected()
429 m_pCurrentList.reset( new QueryListFacade( m_aQueryList, m_rContext.getConnection() ) ); in impl_switchTo()