LibreOffice Module cui (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SvxEMailTabPage Class Reference

#include <optinet2.hxx>

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

Public Member Functions

 SvxEMailTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SvxEMailTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
- 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 ()
 

Static Public Member Functions

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

Private Member Functions

 DECL_LINK (FileDialogHdl_Impl, weld::Button &, void)
 

Private Attributes

OUString m_sDefaultFilterName
 
std::unique_ptr< SvxEMailTabPage_ImplpImpl
 
std::unique_ptr< weld::Containerm_xMailContainer
 
std::unique_ptr< weld::Imagem_xMailerURLFI
 
std::unique_ptr< weld::Entrym_xMailerURLED
 
std::unique_ptr< weld::Buttonm_xMailerURLPB
 
std::unique_ptr< weld::Containerm_xSuppressHiddenContainer
 
std::unique_ptr< weld::Imagem_xSuppressHiddenFI
 
std::unique_ptr< weld::CheckButtonm_xSuppressHidden
 
std::unique_ptr< weld::Labelm_xDefaultFilterFT
 

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
 
TypedWhichId< T > GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const
 
const SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 

Detailed Description

Definition at line 135 of file optinet2.hxx.

Constructor & Destructor Documentation

◆ SvxEMailTabPage()

SvxEMailTabPage::SvxEMailTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)

Definition at line 891 of file optinet2.cxx.

References LINK, m_sDefaultFilterName, m_xDefaultFilterFT, m_xMailerURLPB, and rSet.

◆ ~SvxEMailTabPage()

SvxEMailTabPage::~SvxEMailTabPage ( )
overridevirtual

Definition at line 909 of file optinet2.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 915 of file optinet2.cxx.

Referenced by CreateGeneralTabPage().

◆ DECL_LINK()

SvxEMailTabPage::DECL_LINK ( FileDialogHdl_Impl  ,
weld::Button ,
void   
)
private

◆ FillItemSet()

bool SvxEMailTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 922 of file optinet2.cxx.

References comphelper::ConfigurationChanges::create(), m_xMailerURLED, m_xSuppressHidden, and pImpl.

◆ Reset()

void SvxEMailTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_sDefaultFilterName

OUString SvxEMailTabPage::m_sDefaultFilterName
private

Definition at line 137 of file optinet2.hxx.

Referenced by SvxEMailTabPage().

◆ m_xDefaultFilterFT

std::unique_ptr<weld::Label> SvxEMailTabPage::m_xDefaultFilterFT
private

Definition at line 148 of file optinet2.hxx.

Referenced by SvxEMailTabPage().

◆ m_xMailContainer

std::unique_ptr<weld::Container> SvxEMailTabPage::m_xMailContainer
private

Definition at line 141 of file optinet2.hxx.

Referenced by Reset().

◆ m_xMailerURLED

std::unique_ptr<weld::Entry> SvxEMailTabPage::m_xMailerURLED
private

Definition at line 143 of file optinet2.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xMailerURLFI

std::unique_ptr<weld::Image> SvxEMailTabPage::m_xMailerURLFI
private

Definition at line 142 of file optinet2.hxx.

Referenced by Reset().

◆ m_xMailerURLPB

std::unique_ptr<weld::Button> SvxEMailTabPage::m_xMailerURLPB
private

Definition at line 144 of file optinet2.hxx.

Referenced by Reset(), and SvxEMailTabPage().

◆ m_xSuppressHidden

std::unique_ptr<weld::CheckButton> SvxEMailTabPage::m_xSuppressHidden
private

Definition at line 147 of file optinet2.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xSuppressHiddenContainer

std::unique_ptr<weld::Container> SvxEMailTabPage::m_xSuppressHiddenContainer
private

Definition at line 145 of file optinet2.hxx.

Referenced by Reset().

◆ m_xSuppressHiddenFI

std::unique_ptr<weld::Image> SvxEMailTabPage::m_xSuppressHiddenFI
private

Definition at line 146 of file optinet2.hxx.

Referenced by Reset().

◆ pImpl

std::unique_ptr<SvxEMailTabPage_Impl> SvxEMailTabPage::pImpl
private

Definition at line 139 of file optinet2.hxx.

Referenced by FillItemSet(), and Reset().


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