LibreOffice Module sc (master) 1
|
#include <pvfundlg.hxx>
Public Member Functions | |
ScDPShowDetailDlg (weld::Window *pParent, ScDPObject &rDPObj, css::sheet::DataPilotFieldOrientation nOrient) | |
virtual | ~ScDPShowDetailDlg () override |
virtual short | run () override |
OUString | GetDimensionName () const |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Types | |
typedef std::unordered_map< OUString, tools::Long > | DimNameIndexMap |
Private Member Functions | |
DECL_LINK (DblClickHdl, weld::TreeView &, bool) | |
Private Attributes | |
DimNameIndexMap | maNameIndexMap |
ScDPObject & | mrDPObj |
std::unique_ptr< weld::TreeView > | mxLbDims |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 188 of file pvfundlg.hxx.
|
private |
Definition at line 208 of file pvfundlg.hxx.
|
explicit |
Definition at line 912 of file pvfundlg.cxx.
References aName, ScDPObject::GetDimCount(), ScDPObject::GetDimName(), ScDPSaveData::GetExistingDimensionByName(), ScDPSaveDimension::GetLayoutName(), ScDPSaveDimension::GetOrientation(), ScDPObject::GetSaveData(), ScDPObject::IsDuplicated(), ScDPObject::IsOrientationAllowed(), LINK, maNameIndexMap, mxLbDims, and nDimCount.
|
overridevirtual |
Definition at line 946 of file pvfundlg.cxx.
|
private |
OUString ScDPShowDetailDlg::GetDimensionName | ( | ) | const |
Definition at line 955 of file pvfundlg.cxx.
References ScDPObject::GetDimName(), maNameIndexMap, mrDPObj, and mxLbDims.
|
overridevirtual |
Reimplemented from weld::DialogController.
Definition at line 950 of file pvfundlg.cxx.
References mxLbDims, and RET_CANCEL.
|
private |
Definition at line 209 of file pvfundlg.hxx.
Referenced by GetDimensionName(), and ScDPShowDetailDlg().
|
private |
Definition at line 210 of file pvfundlg.hxx.
Referenced by GetDimensionName().
|
private |
Definition at line 212 of file pvfundlg.hxx.
Referenced by GetDimensionName(), run(), and ScDPShowDetailDlg().