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

#include <chrdlg.hxx>

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

Public Member Functions

 SwCharURLPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SwCharURLPage () 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 (InsertFileHdl, weld::Button &, void)
 
 DECL_LINK (EventHdl, weld::Button &, void)
 

Private Attributes

std::optional< SvxMacroTableDtorm_oINetMacroTable
 
bool m_bModified
 
std::unique_ptr< weld::Entrym_xURLED
 
std::unique_ptr< weld::Labelm_xTextFT
 
std::unique_ptr< weld::Entrym_xTextED
 
std::unique_ptr< weld::Entrym_xNameED
 
std::unique_ptr< weld::ComboBoxm_xTargetFrameLB
 
std::unique_ptr< weld::Buttonm_xURLPB
 
std::unique_ptr< weld::Buttonm_xEventPB
 
std::unique_ptr< weld::ComboBoxm_xVisitedLB
 
std::unique_ptr< weld::ComboBoxm_xNotVisitedLB
 
std::unique_ptr< weld::Widgetm_xCharStyleContainer
 

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 43 of file chrdlg.hxx.

Constructor & Destructor Documentation

◆ SwCharURLPage()

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

◆ ~SwCharURLPage()

SwCharURLPage::~SwCharURLPage ( )
overridevirtual

Definition at line 199 of file chardlg.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 292 of file chardlg.cxx.

Referenced by SwCharDlg::SwCharDlg().

◆ DECL_LINK() [1/2]

SwCharURLPage::DECL_LINK ( EventHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/2]

SwCharURLPage::DECL_LINK ( InsertFileHdl  ,
weld::Button ,
void   
)
private

◆ FillItemSet()

bool SwCharURLPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void SwCharURLPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_bModified

bool SwCharURLPage::m_bModified
private

Definition at line 46 of file chrdlg.hxx.

Referenced by FillItemSet().

◆ m_oINetMacroTable

std::optional<SvxMacroTableDtor> SwCharURLPage::m_oINetMacroTable
private

Definition at line 45 of file chrdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCharStyleContainer

std::unique_ptr<weld::Widget> SwCharURLPage::m_xCharStyleContainer
private

Definition at line 57 of file chrdlg.hxx.

Referenced by SwCharURLPage().

◆ m_xEventPB

std::unique_ptr<weld::Button> SwCharURLPage::m_xEventPB
private

Definition at line 54 of file chrdlg.hxx.

Referenced by SwCharURLPage().

◆ m_xNameED

std::unique_ptr<weld::Entry> SwCharURLPage::m_xNameED
private

Definition at line 51 of file chrdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xNotVisitedLB

std::unique_ptr<weld::ComboBox> SwCharURLPage::m_xNotVisitedLB
private

Definition at line 56 of file chrdlg.hxx.

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

◆ m_xTargetFrameLB

std::unique_ptr<weld::ComboBox> SwCharURLPage::m_xTargetFrameLB
private

Definition at line 52 of file chrdlg.hxx.

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

◆ m_xTextED

std::unique_ptr<weld::Entry> SwCharURLPage::m_xTextED
private

Definition at line 50 of file chrdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xTextFT

std::unique_ptr<weld::Label> SwCharURLPage::m_xTextFT
private

Definition at line 49 of file chrdlg.hxx.

Referenced by Reset().

◆ m_xURLED

std::unique_ptr<weld::Entry> SwCharURLPage::m_xURLED
private

Definition at line 48 of file chrdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xURLPB

std::unique_ptr<weld::Button> SwCharURLPage::m_xURLPB
private

Definition at line 53 of file chrdlg.hxx.

Referenced by SwCharURLPage().

◆ m_xVisitedLB

std::unique_ptr<weld::ComboBox> SwCharURLPage::m_xVisitedLB
private

Definition at line 55 of file chrdlg.hxx.

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


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