Home
last modified time | relevance | path

Searched refs:m_pLists (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx324 m_pLists[i] = NULL; in DBG_NAME()
343 if ( m_pLists[i] ) in ~OAppDetailPageHelper()
346 m_pLists[i]->Hide(); in ~OAppDetailPageHelper()
349 m_pLists[i] = NULL; in ~OAppDetailPageHelper()
362 if ( m_pLists[i] && m_pLists[i]->IsVisible() ) in getVisibleControlIndex()
696 if ( !m_pLists[E_TABLE] ) in createTablesPage()
778 if ( !m_pLists[_eType] ) in createPage()
783 if ( m_pLists[_eType] ) in createPage()
920 if ( m_pLists[i] ) in clearPages()
921 m_pLists[i]->Clear(); in clearPages()
[all …]
H A DAppDetailPageHelper.hxx110 DBTreeListBox* m_pLists[ELEMENT_COUNT]; member in dbaui::OAppDetailPageHelper
240 return (eType != E_NONE ) ? m_pLists[static_cast<sal_Int32>(eType)] : NULL; in getCurrentView()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx170 m_pLists[i] = NULL; in SalGtkFilePicker()
239 m_pLists[i] = gtk_combo_box_new_text(); in SalGtkFilePicker()
259 gtk_container_add( GTK_CONTAINER( m_pAligns[i]), m_pLists[i] ); in SalGtkFilePicker()
1121 pWidget = m_pLists[elem]; tType = GTK_TYPE_COMBO_BOX; \ in getWidget()
1778 gtk_widget_set_sensitive( m_pLists[ nTVIndex ], false ); in initialize()
1779 gtk_widget_show( m_pLists[ nTVIndex ] ); in initialize()
H A DSalGtkFilePicker.hxx305 GtkWidget *m_pLists[ LIST_LAST ]; member in SalGtkFilePicker

Completed in 24 milliseconds