LibreOffice Module sc (master) 1
|
#include <pvfundlg.hxx>
Public Member Functions | |
ScDPFunctionListBox (std::unique_ptr< weld::TreeView > xControl) | |
void | SetSelection (PivotFunc nFuncMask) |
PivotFunc | GetSelection () const |
void | set_sensitive (bool sensitive) |
void | set_selection_mode (SelectionMode eMode) |
void | connect_row_activated (const Link< weld::TreeView &, bool > &rLink) |
int | get_height_rows (int nRows) const |
void | set_size_request (int nWidth, int nHeight) |
Private Member Functions | |
void | FillFunctionNames () |
Private Attributes | |
std::unique_ptr< weld::TreeView > | m_xControl |
Definition at line 33 of file pvfundlg.hxx.
ScDPFunctionListBox::ScDPFunctionListBox | ( | std::unique_ptr< weld::TreeView > | xControl | ) |
Definition at line 138 of file pvfundlg.cxx.
References FillFunctionNames(), and m_xControl.
|
inline |
Definition at line 43 of file pvfundlg.hxx.
References m_xControl.
|
private |
Definition at line 169 of file pvfundlg.cxx.
References m_xControl, nIndex, SAL_N_ELEMENTS, and ScResId().
Referenced by ScDPFunctionListBox().
Definition at line 44 of file pvfundlg.hxx.
References m_xControl.
PivotFunc ScDPFunctionListBox::GetSelection | ( | ) | const |
Definition at line 160 of file pvfundlg.cxx.
References m_xControl, and NONE.
|
inline |
Definition at line 42 of file pvfundlg.hxx.
References eMode, and m_xControl.
|
inline |
Definition at line 41 of file pvfundlg.hxx.
References m_xControl.
Definition at line 45 of file pvfundlg.hxx.
References m_xControl.
void ScDPFunctionListBox::SetSelection | ( | PivotFunc | nFuncMask | ) |
Definition at line 144 of file pvfundlg.cxx.
References Auto, m_xControl, nCount, and NONE.
|
private |
Definition at line 48 of file pvfundlg.hxx.
Referenced by connect_row_activated(), FillFunctionNames(), get_height_rows(), GetSelection(), set_selection_mode(), set_sensitive(), set_size_request(), and SetSelection().