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

#include <optfltr.hxx>

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

Public Member Functions

 OfaMSFilterTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~OfaMSFilterTabPage () 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 (LoadWordBasicCheckHdl_Impl, weld::Toggleable &, void)
 
 DECL_LINK (LoadExcelBasicCheckHdl_Impl, weld::Toggleable &, void)
 

Private Attributes

std::unique_ptr< weld::CheckButtonm_xWBasicCodeCB
 
std::unique_ptr< weld::CheckButtonm_xWBasicWbctblCB
 
std::unique_ptr< weld::CheckButtonm_xWBasicStgCB
 
std::unique_ptr< weld::CheckButtonm_xEBasicCodeCB
 
std::unique_ptr< weld::CheckButtonm_xEBasicExectblCB
 
std::unique_ptr< weld::CheckButtonm_xEBasicStgCB
 
std::unique_ptr< weld::CheckButtonm_xPBasicCodeCB
 
std::unique_ptr< weld::CheckButtonm_xPBasicStgCB
 

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 23 of file optfltr.hxx.

Constructor & Destructor Documentation

◆ OfaMSFilterTabPage()

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

Definition at line 39 of file optfltr.cxx.

References LINK, m_xEBasicCodeCB, m_xWBasicCodeCB, and rSet.

◆ ~OfaMSFilterTabPage()

OfaMSFilterTabPage::~OfaMSFilterTabPage ( )
overridevirtual

Definition at line 54 of file optfltr.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 68 of file optfltr.cxx.

Referenced by CreateGeneralTabPage().

◆ DECL_LINK() [1/2]

OfaMSFilterTabPage::DECL_LINK ( LoadExcelBasicCheckHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/2]

OfaMSFilterTabPage::DECL_LINK ( LoadWordBasicCheckHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool OfaMSFilterTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void OfaMSFilterTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_xEBasicCodeCB

std::unique_ptr<weld::CheckButton> OfaMSFilterTabPage::m_xEBasicCodeCB
private

Definition at line 28 of file optfltr.hxx.

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

◆ m_xEBasicExectblCB

std::unique_ptr<weld::CheckButton> OfaMSFilterTabPage::m_xEBasicExectblCB
private

Definition at line 29 of file optfltr.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xEBasicStgCB

std::unique_ptr<weld::CheckButton> OfaMSFilterTabPage::m_xEBasicStgCB
private

Definition at line 30 of file optfltr.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xPBasicCodeCB

std::unique_ptr<weld::CheckButton> OfaMSFilterTabPage::m_xPBasicCodeCB
private

Definition at line 31 of file optfltr.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xPBasicStgCB

std::unique_ptr<weld::CheckButton> OfaMSFilterTabPage::m_xPBasicStgCB
private

Definition at line 32 of file optfltr.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xWBasicCodeCB

std::unique_ptr<weld::CheckButton> OfaMSFilterTabPage::m_xWBasicCodeCB
private

Definition at line 25 of file optfltr.hxx.

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

◆ m_xWBasicStgCB

std::unique_ptr<weld::CheckButton> OfaMSFilterTabPage::m_xWBasicStgCB
private

Definition at line 27 of file optfltr.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xWBasicWbctblCB

std::unique_ptr<weld::CheckButton> OfaMSFilterTabPage::m_xWBasicWbctblCB
private

Definition at line 26 of file optfltr.hxx.

Referenced by FillItemSet(), and Reset().


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