Lines Matching refs:m_pLists

324         m_pLists[i] = NULL;  in DBG_NAME()
343 if ( m_pLists[i] ) in ~OAppDetailPageHelper()
345 m_pLists[i]->clearCurrentSelection(); in ~OAppDetailPageHelper()
346 m_pLists[i]->Hide(); in ~OAppDetailPageHelper()
347 ::std::auto_ptr<DBTreeListBox> aTemp(m_pLists[i]); in ~OAppDetailPageHelper()
348 m_pLists[i]->clearCurrentSelection(); // why a second time? in ~OAppDetailPageHelper()
349 m_pLists[i] = NULL; in ~OAppDetailPageHelper()
362 if ( m_pLists[i] && m_pLists[i]->IsVisible() ) in getVisibleControlIndex()
373 m_pLists[nPos]->SelectAll(sal_True); in selectAll()
379 OSL_ENSURE(m_pLists[_nPos],"List can not be NULL! ->GPF"); in sort()
380 SvLBoxTreeList* pModel = m_pLists[_nPos]->GetModel(); in sort()
393 SvLBoxTreeList* pModel = m_pLists[nPos]->GetModel(); in isSortUp()
418 DBTreeListBox& rTree = *m_pLists[nPos]; in getSelectionElementNames()
452 if ( m_pLists[eType] == &_rControl ) in describeCurrentSelectionForControl()
465 DBTreeListBox* pList = ( _eType < E_ELEMENT_TYPE_COUNT ) ? m_pLists[ _eType ] : NULL; in describeCurrentSelectionForType()
536 DBTreeListBox& rTree = *m_pLists[nPos]; in selectElements()
557 OSL_ENSURE(m_pLists[nPos],"Tables tree view is NULL! -> GPF"); in getQualifiedName()
558 DBTreeListBox& rTree = *m_pLists[nPos]; in getQualifiedName()
569 … const OTableTreeListBox& rTreeView = dynamic_cast< const OTableTreeListBox& >( *m_pLists[nPos] ); in getQualifiedName()
598 DBTreeListBox& rTree = *m_pLists[nPos]; in getSelectionCount()
615 nCount = m_pLists[nPos]->GetEntryCount(); in getElementCount()
672 DBTreeListBox& rTree = *m_pLists[nPos]; in isALeafSelected()
688 pReturn = m_pLists[nPos]->GetEntry( _aPosPixel,sal_True ); in getEntry()
696 if ( !m_pLists[E_TABLE] ) in createTablesPage()
703 m_pLists[E_TABLE] = pTreeView; in createTablesPage()
714 if ( !m_pLists[E_TABLE]->GetEntryCount() ) in createTablesPage()
716 static_cast<OTableTreeListBox*>(m_pLists[E_TABLE])->UpdateTableList(_xConnection); in createTablesPage()
718 SvLBoxEntry* pEntry = m_pLists[E_TABLE]->First(); in createTablesPage()
720 m_pLists[E_TABLE]->Expand(pEntry); in createTablesPage()
721 m_pLists[E_TABLE]->SelectAll(sal_False); in createTablesPage()
724 setDetailPage(m_pLists[E_TABLE]); in createTablesPage()
778 if ( !m_pLists[_eType] ) in createPage()
780 m_pLists[_eType] = createSimpleTree( sHelpId, aFolderImage, aFolderImageHC ); in createPage()
783 if ( m_pLists[_eType] ) in createPage()
785 if ( !m_pLists[_eType]->GetEntryCount() && _xContainer.is() ) in createPage()
789 m_pLists[_eType]->SelectAll(sal_False); in createPage()
791 setDetailPage(m_pLists[_eType]); in createPage()
840 DBTreeListBox* pList = m_pLists[ _eType ]; in fillNames()
920 if ( m_pLists[i] ) in clearPages()
921 m_pLists[i]->Clear(); in clearPages()
928 for (; i < E_ELEMENT_TYPE_COUNT && !m_pLists[i]; ++i) in isFilled()
970 DBTreeListBox* pTreeView = m_pLists[_eType]; in elementAdded()
1386 if ( m_pLists[ E_TABLE ] ) in DataChanged()
1388 … OTableTreeListBox* pTableTree = dynamic_cast< OTableTreeListBox* >( m_pLists[ E_TABLE ] ); in DataChanged()