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

#include <datastreamdlg.hxx>

Inheritance diagram for sc::DataStreamDlg:
[legend]
Collaboration diagram for sc::DataStreamDlg:
[legend]

Public Member Functions

 DataStreamDlg (ScDocShell *pDocShell, weld::Window *pParent)
 
virtual ~DataStreamDlg () override
 
void Init (const DataStream &rStrm)
 
void StartStream ()
 
- 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 Member Functions

 DECL_LINK (UpdateClickHdl, weld::Toggleable &, void)
 
 DECL_LINK (UpdateHdl, weld::Entry &, void)
 
 DECL_LINK (UpdateComboBoxHdl, weld::ComboBox &, void)
 
 DECL_LINK (BrowseHdl, weld::Button &, void)
 
void UpdateEnable ()
 
ScRange GetStartRange ()
 

Private Attributes

ScDocShellm_pDocShell
 
std::unique_ptr< SvtURLBoxm_xCbUrl
 
std::unique_ptr< weld::Buttonm_xBtnBrowse
 
std::unique_ptr< weld::RadioButtonm_xRBValuesInLine
 
std::unique_ptr< weld::RadioButtonm_xRBAddressValue
 
std::unique_ptr< weld::CheckButtonm_xCBRefreshOnEmpty
 
std::unique_ptr< weld::RadioButtonm_xRBDataDown
 
std::unique_ptr< weld::RadioButtonm_xRBRangeDown
 
std::unique_ptr< weld::RadioButtonm_xRBNoMove
 
std::unique_ptr< weld::RadioButtonm_xRBMaxLimit
 
std::unique_ptr< weld::RadioButtonm_xRBUnlimited
 
std::unique_ptr< weld::Entrym_xEdRange
 
std::unique_ptr< weld::Entrym_xEdLimit
 
std::unique_ptr< weld::Buttonm_xBtnOk
 
std::unique_ptr< weld::Framem_xVclFrameLimit
 
std::unique_ptr< weld::Framem_xVclFrameMove
 

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 24 of file datastreamdlg.hxx.

Constructor & Destructor Documentation

◆ DataStreamDlg()

sc::DataStreamDlg::DataStreamDlg ( ScDocShell pDocShell,
weld::Window pParent 
)

◆ ~DataStreamDlg()

sc::DataStreamDlg::~DataStreamDlg ( )
overridevirtual

Definition at line 49 of file datastreamdlg.cxx.

Member Function Documentation

◆ DECL_LINK() [1/4]

sc::DataStreamDlg::DECL_LINK ( BrowseHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/4]

sc::DataStreamDlg::DECL_LINK ( UpdateClickHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [3/4]

sc::DataStreamDlg::DECL_LINK ( UpdateComboBoxHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [4/4]

sc::DataStreamDlg::DECL_LINK ( UpdateHdl  ,
weld::Entry ,
void   
)
private

◆ GetStartRange()

ScRange sc::DataStreamDlg::GetStartRange ( )
private

◆ Init()

void sc::DataStreamDlg::Init ( const DataStream rStrm)

◆ StartStream()

void sc::DataStreamDlg::StartStream ( )

◆ UpdateEnable()

void sc::DataStreamDlg::UpdateEnable ( )
private

Member Data Documentation

◆ m_pDocShell

ScDocShell* sc::DataStreamDlg::m_pDocShell
private

Definition at line 26 of file datastreamdlg.hxx.

Referenced by GetStartRange(), Init(), and StartStream().

◆ m_xBtnBrowse

std::unique_ptr<weld::Button> sc::DataStreamDlg::m_xBtnBrowse
private

Definition at line 29 of file datastreamdlg.hxx.

Referenced by DataStreamDlg().

◆ m_xBtnOk

std::unique_ptr<weld::Button> sc::DataStreamDlg::m_xBtnOk
private

Definition at line 40 of file datastreamdlg.hxx.

Referenced by UpdateEnable().

◆ m_xCBRefreshOnEmpty

std::unique_ptr<weld::CheckButton> sc::DataStreamDlg::m_xCBRefreshOnEmpty
private

Definition at line 32 of file datastreamdlg.hxx.

Referenced by Init(), and StartStream().

◆ m_xCbUrl

std::unique_ptr<SvtURLBox> sc::DataStreamDlg::m_xCbUrl
private

Definition at line 28 of file datastreamdlg.hxx.

Referenced by DataStreamDlg(), Init(), StartStream(), and UpdateEnable().

◆ m_xEdLimit

std::unique_ptr<weld::Entry> sc::DataStreamDlg::m_xEdLimit
private

Definition at line 39 of file datastreamdlg.hxx.

Referenced by Init(), and StartStream().

◆ m_xEdRange

std::unique_ptr<weld::Entry> sc::DataStreamDlg::m_xEdRange
private

Definition at line 38 of file datastreamdlg.hxx.

Referenced by DataStreamDlg(), GetStartRange(), Init(), and UpdateEnable().

◆ m_xRBAddressValue

std::unique_ptr<weld::RadioButton> sc::DataStreamDlg::m_xRBAddressValue
private

Definition at line 31 of file datastreamdlg.hxx.

Referenced by DataStreamDlg(), and UpdateEnable().

◆ m_xRBDataDown

std::unique_ptr<weld::RadioButton> sc::DataStreamDlg::m_xRBDataDown
private

Definition at line 33 of file datastreamdlg.hxx.

Referenced by Init().

◆ m_xRBMaxLimit

std::unique_ptr<weld::RadioButton> sc::DataStreamDlg::m_xRBMaxLimit
private

Definition at line 36 of file datastreamdlg.hxx.

Referenced by Init(), and StartStream().

◆ m_xRBNoMove

std::unique_ptr<weld::RadioButton> sc::DataStreamDlg::m_xRBNoMove
private

Definition at line 35 of file datastreamdlg.hxx.

Referenced by DataStreamDlg().

◆ m_xRBRangeDown

std::unique_ptr<weld::RadioButton> sc::DataStreamDlg::m_xRBRangeDown
private

Definition at line 34 of file datastreamdlg.hxx.

Referenced by Init(), and StartStream().

◆ m_xRBUnlimited

std::unique_ptr<weld::RadioButton> sc::DataStreamDlg::m_xRBUnlimited
private

Definition at line 37 of file datastreamdlg.hxx.

Referenced by Init().

◆ m_xRBValuesInLine

std::unique_ptr<weld::RadioButton> sc::DataStreamDlg::m_xRBValuesInLine
private

Definition at line 30 of file datastreamdlg.hxx.

Referenced by DataStreamDlg(), and StartStream().

◆ m_xVclFrameLimit

std::unique_ptr<weld::Frame> sc::DataStreamDlg::m_xVclFrameLimit
private

Definition at line 41 of file datastreamdlg.hxx.

Referenced by UpdateEnable().

◆ m_xVclFrameMove

std::unique_ptr<weld::Frame> sc::DataStreamDlg::m_xVclFrameMove
private

Definition at line 42 of file datastreamdlg.hxx.

Referenced by UpdateEnable().


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