LibreOffice Module sc (master) 1
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
ScDPShowDetailDlg Class Reference

#include <pvfundlg.hxx>

Inheritance diagram for ScDPShowDetailDlg:
[legend]
Collaboration diagram for ScDPShowDetailDlg:
[legend]

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 DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () 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::LongDimNameIndexMap
 

Private Member Functions

 DECL_LINK (DblClickHdl, weld::TreeView &, bool)
 

Private Attributes

DimNameIndexMap maNameIndexMap
 
ScDPObjectmrDPObj
 
std::unique_ptr< weld::TreeViewmxLbDims
 

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::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 188 of file pvfundlg.hxx.

Member Typedef Documentation

◆ DimNameIndexMap

typedef std::unordered_map<OUString, tools::Long> ScDPShowDetailDlg::DimNameIndexMap
private

Definition at line 208 of file pvfundlg.hxx.

Constructor & Destructor Documentation

◆ ScDPShowDetailDlg()

ScDPShowDetailDlg::ScDPShowDetailDlg ( weld::Window pParent,
ScDPObject rDPObj,
css::sheet::DataPilotFieldOrientation  nOrient 
)
explicit

◆ ~ScDPShowDetailDlg()

ScDPShowDetailDlg::~ScDPShowDetailDlg ( )
overridevirtual

Definition at line 946 of file pvfundlg.cxx.

Member Function Documentation

◆ DECL_LINK()

ScDPShowDetailDlg::DECL_LINK ( DblClickHdl  ,
weld::TreeView ,
bool   
)
private

◆ GetDimensionName()

OUString ScDPShowDetailDlg::GetDimensionName ( ) const
Returns
String internal name of the selected field. Note that this may be different from the name displayed in the dialog if the field has a layout name.

Definition at line 955 of file pvfundlg.cxx.

References ScDPObject::GetDimName(), maNameIndexMap, mrDPObj, and mxLbDims.

◆ run()

short ScDPShowDetailDlg::run ( )
overridevirtual

Reimplemented from weld::DialogController.

Definition at line 950 of file pvfundlg.cxx.

References mxLbDims, and RET_CANCEL.

Member Data Documentation

◆ maNameIndexMap

DimNameIndexMap ScDPShowDetailDlg::maNameIndexMap
private

Definition at line 209 of file pvfundlg.hxx.

Referenced by GetDimensionName(), and ScDPShowDetailDlg().

◆ mrDPObj

ScDPObject& ScDPShowDetailDlg::mrDPObj
private

Definition at line 210 of file pvfundlg.hxx.

Referenced by GetDimensionName().

◆ mxLbDims

std::unique_ptr<weld::TreeView> ScDPShowDetailDlg::mxLbDims
private

Definition at line 212 of file pvfundlg.hxx.

Referenced by GetDimensionName(), run(), and ScDPShowDetailDlg().


The documentation for this class was generated from the following files: