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

#include <sharedocdlg.hxx>

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

Public Member Functions

 ScShareDocumentDlg (weld::Window *pParent, const ScViewData *pViewData)
 
virtual ~ScShareDocumentDlg () override
 
bool IsShareDocumentChecked () const
 
void UpdateView ()
 
- 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 (ToggleHandle, weld::Toggleable &, void)
 
 DECL_LINK (SizeAllocated, const Size &, void)
 

Private Attributes

OUString m_aStrNoUserData
 
OUString m_aStrUnknownUser
 
OUString m_aStrExclusiveAccess
 
ScDocShellmpDocShell
 
std::unique_ptr< weld::CheckButtonm_xCbShare
 
std::unique_ptr< weld::Labelm_xFtWarning
 
std::unique_ptr< weld::TreeViewm_xLbUsers
 

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 28 of file sharedocdlg.hxx.

Constructor & Destructor Documentation

◆ ScShareDocumentDlg()

ScShareDocumentDlg::ScShareDocumentDlg ( weld::Window pParent,
const ScViewData pViewData 
)

◆ ~ScShareDocumentDlg()

ScShareDocumentDlg::~ScShareDocumentDlg ( )
overridevirtual

Definition at line 88 of file sharedocdlg.cxx.

Member Function Documentation

◆ DECL_LINK() [1/2]

ScShareDocumentDlg::DECL_LINK ( SizeAllocated  ,
const Size ,
void   
)
private

◆ DECL_LINK() [2/2]

ScShareDocumentDlg::DECL_LINK ( ToggleHandle  ,
weld::Toggleable ,
void   
)
private

◆ IsShareDocumentChecked()

bool ScShareDocumentDlg::IsShareDocumentChecked ( ) const

Definition at line 97 of file sharedocdlg.cxx.

References m_xCbShare.

Referenced by ScDocShell::Execute().

◆ UpdateView()

void ScShareDocumentDlg::UpdateView ( )

Member Data Documentation

◆ m_aStrExclusiveAccess

OUString ScShareDocumentDlg::m_aStrExclusiveAccess
private

Definition at line 33 of file sharedocdlg.hxx.

Referenced by UpdateView().

◆ m_aStrNoUserData

OUString ScShareDocumentDlg::m_aStrNoUserData
private

Definition at line 31 of file sharedocdlg.hxx.

Referenced by UpdateView().

◆ m_aStrUnknownUser

OUString ScShareDocumentDlg::m_aStrUnknownUser
private

Definition at line 32 of file sharedocdlg.hxx.

Referenced by UpdateView().

◆ m_xCbShare

std::unique_ptr<weld::CheckButton> ScShareDocumentDlg::m_xCbShare
private

Definition at line 37 of file sharedocdlg.hxx.

Referenced by IsShareDocumentChecked(), and ScShareDocumentDlg().

◆ m_xFtWarning

std::unique_ptr<weld::Label> ScShareDocumentDlg::m_xFtWarning
private

Definition at line 38 of file sharedocdlg.hxx.

Referenced by ScShareDocumentDlg().

◆ m_xLbUsers

std::unique_ptr<weld::TreeView> ScShareDocumentDlg::m_xLbUsers
private

Definition at line 39 of file sharedocdlg.hxx.

Referenced by ScShareDocumentDlg(), and UpdateView().

◆ mpDocShell

ScDocShell* ScShareDocumentDlg::mpDocShell
private

Definition at line 35 of file sharedocdlg.hxx.

Referenced by ScShareDocumentDlg(), and UpdateView().


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