Searched refs:m_pLists (Results 1 – 4 of 4) sorted by relevance
324 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 …]
110 DBTreeListBox* m_pLists[ELEMENT_COUNT]; member in dbaui::OAppDetailPageHelper240 return (eType != E_NONE ) ? m_pLists[static_cast<sal_Int32>(eType)] : NULL; in getCurrentView()
170 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()1120 pWidget = m_pLists[elem]; tType = GTK_TYPE_COMBO_BOX; \ in getWidget()1777 gtk_widget_set_sensitive( m_pLists[ nTVIndex ], false ); in initialize()1778 gtk_widget_show( m_pLists[ nTVIndex ] ); in initialize()
305 GtkWidget *m_pLists[ LIST_LAST ]; member in SalGtkFilePicker
Completed in 36 milliseconds