LibreOffice Module sfx2 (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SfxDocumentPage Class Referencefinal

#include <dinfdlg.hxx>

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

Public Member Functions

 SfxDocumentPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &)
 
virtual ~SfxDocumentPage () override
 
void EnableUseUserData ()
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () const
 
virtual bool FillItemSet (SfxItemSet *)
 
virtual void Reset (const SfxItemSet *)
 
virtual bool DeferResetToFirstActivation ()
 
bool HasExchangeSupport () const
 
void SetExchangeSupport ()
 
virtual void ActivatePage (const SfxItemSet &)
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet)
 
void SetUserData (const OUString &rString)
 
const OUString & GetUserData () const
 
virtual void FillUserData ()
 
virtual bool IsReadOnly () const
 
virtual void PageCreated (const SfxAllItemSet &aSet)
 
virtual void ChangesApplied ()
 
void SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame)
 
css::uno::Reference< css::frame::XFrame > GetFrame () const
 
const SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 
- Public Member Functions inherited from BuilderPage
 BuilderPage (weld::Widget *pParent, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, bool bIsMobile=false)
 
virtual ~BuilderPage () COVERITY_NOEXCEPT_FALSE
 
void SetPageTitle (const OUString &rPageTitle)
 
const OUString & GetPageTitle () const
 
virtual void Activate ()
 
virtual void Deactivate ()
 
void SetHelpId (const OUString &rHelpId)
 
OUString GetHelpId () const
 

Static Public Member Functions

static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
template<class T >
static const T * GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 

Private Member Functions

 DECL_LINK (DeleteHdl, weld::Button &, void)
 
 DECL_LINK (SignatureHdl, weld::Button &, void)
 
 DECL_LINK (ChangePassHdl, weld::Button &, void)
 
 DECL_LINK (ImagePreferredDPICheckBoxClicked, weld::Toggleable &, void)
 
void ImplUpdateSignatures ()
 
void ImplCheckPasswordState ()
 
virtual bool FillItemSet (SfxItemSet *) override
 
virtual void Reset (const SfxItemSet *) override
 

Private Attributes

OUString m_aUnknownSize
 
OUString m_aMultiSignedStr
 
bool bEnableUseUserData: 1
 
bool bHandleDelete: 1
 
std::unique_ptr< weld::Imagem_xBmp
 
std::unique_ptr< weld::Labelm_xNameED
 
std::unique_ptr< weld::Buttonm_xChangePassBtn
 
std::unique_ptr< weld::Labelm_xShowTypeFT
 
std::unique_ptr< weld::LinkButtonm_xFileValEd
 
std::unique_ptr< weld::Labelm_xShowSizeFT
 
std::unique_ptr< weld::Labelm_xCreateValFt
 
std::unique_ptr< weld::Labelm_xChangeValFt
 
std::unique_ptr< weld::Labelm_xSignedValFt
 
std::unique_ptr< weld::Buttonm_xSignatureBtn
 
std::unique_ptr< weld::Labelm_xPrintValFt
 
std::unique_ptr< weld::Labelm_xTimeLogValFt
 
std::unique_ptr< weld::Labelm_xDocNoValFt
 
std::unique_ptr< weld::CheckButtonm_xUseUserDataCB
 
std::unique_ptr< weld::Buttonm_xDeleteBtn
 
std::unique_ptr< weld::CheckButtonm_xUseThumbnailSaveCB
 
std::unique_ptr< weld::Labelm_xTemplFt
 
std::unique_ptr< weld::Labelm_xTemplValFt
 
std::unique_ptr< weld::CheckButtonm_xImagePreferredDpiCheckButton
 
std::unique_ptr< weld::ComboBoxm_xImagePreferredDpiComboBox
 
VclPtr< AbstractPasswordToOpenModifyDialogm_xPasswordDialog
 

Additional Inherited Members

- Protected Member Functions inherited from SfxTabPage
 SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet)
 
sal_uInt16 GetWhich (sal_uInt16 nSlot, bool bDeep=true) const
 
template<class T >
TypedWhichId< T > GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const
 
const SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
template<class T >
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 
- Protected Attributes inherited from BuilderPage
weld::DialogControllerm_pDialogController
 
std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Containerm_xContainer
 

Detailed Description

Definition at line 157 of file dinfdlg.hxx.

Constructor & Destructor Documentation

◆ SfxDocumentPage()

SfxDocumentPage::SfxDocumentPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rItemSet 
)

◆ ~SfxDocumentPage()

SfxDocumentPage::~SfxDocumentPage ( )
overridevirtual

Member Function Documentation

◆ Create()

std::unique_ptr< SfxTabPage > SfxDocumentPage::Create ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rItemSet 
)
static

Definition at line 872 of file dinfdlg.cxx.

Referenced by SfxDocumentInfoDialog::SfxDocumentInfoDialog().

◆ DECL_LINK() [1/4]

SfxDocumentPage::DECL_LINK ( ChangePassHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/4]

SfxDocumentPage::DECL_LINK ( DeleteHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [3/4]

SfxDocumentPage::DECL_LINK ( ImagePreferredDPICheckBoxClicked  ,
weld::Toggleable ,
void   
)
private

References Reset.

◆ DECL_LINK() [4/4]

SfxDocumentPage::DECL_LINK ( SignatureHdl  ,
weld::Button ,
void   
)
private

◆ EnableUseUserData()

void SfxDocumentPage::EnableUseUserData ( )

Definition at line 877 of file dinfdlg.cxx.

References bEnableUseUserData, m_xDeleteBtn, and m_xUseUserDataCB.

◆ FillItemSet()

bool SfxDocumentPage::FillItemSet ( SfxItemSet rSet)
overrideprivatevirtual

◆ ImplCheckPasswordState()

void SfxDocumentPage::ImplCheckPasswordState ( )
private

◆ ImplUpdateSignatures()

void SfxDocumentPage::ImplUpdateSignatures ( )
private

◆ Reset()

void SfxDocumentPage::Reset ( const SfxItemSet rSet)
overrideprivatevirtual

Member Data Documentation

◆ bEnableUseUserData

bool SfxDocumentPage::bEnableUseUserData
private

Definition at line 163 of file dinfdlg.hxx.

Referenced by EnableUseUserData(), FillItemSet(), and Reset().

◆ bHandleDelete

bool SfxDocumentPage::bHandleDelete
private

Definition at line 164 of file dinfdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_aMultiSignedStr

OUString SfxDocumentPage::m_aMultiSignedStr
private

Definition at line 161 of file dinfdlg.hxx.

Referenced by ImplUpdateSignatures(), and SfxDocumentPage().

◆ m_aUnknownSize

OUString SfxDocumentPage::m_aUnknownSize
private

Definition at line 160 of file dinfdlg.hxx.

Referenced by Reset(), and SfxDocumentPage().

◆ m_xBmp

std::unique_ptr<weld::Image> SfxDocumentPage::m_xBmp
private

Definition at line 166 of file dinfdlg.hxx.

Referenced by Reset().

◆ m_xChangePassBtn

std::unique_ptr<weld::Button> SfxDocumentPage::m_xChangePassBtn
private

Definition at line 168 of file dinfdlg.hxx.

Referenced by ImplCheckPasswordState(), Reset(), and SfxDocumentPage().

◆ m_xChangeValFt

std::unique_ptr<weld::Label> SfxDocumentPage::m_xChangeValFt
private

Definition at line 175 of file dinfdlg.hxx.

Referenced by Reset().

◆ m_xCreateValFt

std::unique_ptr<weld::Label> SfxDocumentPage::m_xCreateValFt
private

Definition at line 174 of file dinfdlg.hxx.

Referenced by Reset().

◆ m_xDeleteBtn

std::unique_ptr<weld::Button> SfxDocumentPage::m_xDeleteBtn
private

Definition at line 183 of file dinfdlg.hxx.

Referenced by EnableUseUserData(), Reset(), and SfxDocumentPage().

◆ m_xDocNoValFt

std::unique_ptr<weld::Label> SfxDocumentPage::m_xDocNoValFt
private

Definition at line 180 of file dinfdlg.hxx.

Referenced by Reset().

◆ m_xFileValEd

std::unique_ptr<weld::LinkButton> SfxDocumentPage::m_xFileValEd
private

Definition at line 171 of file dinfdlg.hxx.

Referenced by Reset().

◆ m_xImagePreferredDpiCheckButton

std::unique_ptr<weld::CheckButton> SfxDocumentPage::m_xImagePreferredDpiCheckButton
private

Definition at line 188 of file dinfdlg.hxx.

Referenced by FillItemSet(), Reset(), and SfxDocumentPage().

◆ m_xImagePreferredDpiComboBox

std::unique_ptr<weld::ComboBox> SfxDocumentPage::m_xImagePreferredDpiComboBox
private

Definition at line 189 of file dinfdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xNameED

std::unique_ptr<weld::Label> SfxDocumentPage::m_xNameED
private

Definition at line 167 of file dinfdlg.hxx.

Referenced by Reset().

◆ m_xPasswordDialog

VclPtr<AbstractPasswordToOpenModifyDialog> SfxDocumentPage::m_xPasswordDialog
private

Definition at line 201 of file dinfdlg.hxx.

Referenced by ~SfxDocumentPage().

◆ m_xPrintValFt

std::unique_ptr<weld::Label> SfxDocumentPage::m_xPrintValFt
private

Definition at line 178 of file dinfdlg.hxx.

Referenced by Reset().

◆ m_xShowSizeFT

std::unique_ptr<weld::Label> SfxDocumentPage::m_xShowSizeFT
private

Definition at line 172 of file dinfdlg.hxx.

Referenced by Reset(), and SfxDocumentPage().

◆ m_xShowTypeFT

std::unique_ptr<weld::Label> SfxDocumentPage::m_xShowTypeFT
private

Definition at line 170 of file dinfdlg.hxx.

Referenced by Reset().

◆ m_xSignatureBtn

std::unique_ptr<weld::Button> SfxDocumentPage::m_xSignatureBtn
private

Definition at line 177 of file dinfdlg.hxx.

Referenced by SfxDocumentPage().

◆ m_xSignedValFt

std::unique_ptr<weld::Label> SfxDocumentPage::m_xSignedValFt
private

Definition at line 176 of file dinfdlg.hxx.

Referenced by ImplUpdateSignatures(), and SfxDocumentPage().

◆ m_xTemplFt

std::unique_ptr<weld::Label> SfxDocumentPage::m_xTemplFt
private

Definition at line 186 of file dinfdlg.hxx.

Referenced by Reset().

◆ m_xTemplValFt

std::unique_ptr<weld::Label> SfxDocumentPage::m_xTemplValFt
private

Definition at line 187 of file dinfdlg.hxx.

Referenced by Reset().

◆ m_xTimeLogValFt

std::unique_ptr<weld::Label> SfxDocumentPage::m_xTimeLogValFt
private

Definition at line 179 of file dinfdlg.hxx.

Referenced by Reset().

◆ m_xUseThumbnailSaveCB

std::unique_ptr<weld::CheckButton> SfxDocumentPage::m_xUseThumbnailSaveCB
private

Definition at line 184 of file dinfdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xUseUserDataCB

std::unique_ptr<weld::CheckButton> SfxDocumentPage::m_xUseUserDataCB
private

Definition at line 182 of file dinfdlg.hxx.

Referenced by EnableUseUserData(), FillItemSet(), Reset(), and SfxDocumentPage().


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