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

#include <optfltr.hxx>

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

Public Member Functions

 OfaMSFilterTabPage2 (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~OfaMSFilterTabPage2 () 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

void InsertEntry (const OUString &_rTxt, MSFltrPg2_CheckBoxEntries _nType)
 
void InsertEntry (const OUString &_rTxt, MSFltrPg2_CheckBoxEntries _nType, bool saveEnabled)
 
int GetEntry4Type (MSFltrPg2_CheckBoxEntries _nType) const
 

Private Attributes

OUString sChgToFromMath
 
OUString sChgToFromWriter
 
OUString sChgToFromCalc
 
OUString sChgToFromImpress
 
OUString sChgToFromSmartArt
 
OUString sChgToFromVisio
 
OUString sChgToFromPDF
 
std::unique_ptr< weld::TreeViewm_xCheckLB
 
std::unique_ptr< weld::RadioButtonm_xHighlightingRB
 
std::unique_ptr< weld::RadioButtonm_xShadingRB
 
std::unique_ptr< weld::CheckButtonm_xMSOLockFileCB
 

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

Constructor & Destructor Documentation

◆ OfaMSFilterTabPage2()

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

Definition at line 126 of file optfltr.cxx.

References m_xCheckLB, and rSet.

◆ ~OfaMSFilterTabPage2()

OfaMSFilterTabPage2::~OfaMSFilterTabPage2 ( )
overridevirtual

Definition at line 148 of file optfltr.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 152 of file optfltr.cxx.

Referenced by CreateGeneralTabPage().

◆ FillItemSet()

bool OfaMSFilterTabPage2::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ GetEntry4Type()

int OfaMSFilterTabPage2::GetEntry4Type ( MSFltrPg2_CheckBoxEntries  _nType) const
private

Definition at line 336 of file optfltr.cxx.

References i, and m_xCheckLB.

Referenced by FillItemSet(), and Reset().

◆ InsertEntry() [1/2]

void OfaMSFilterTabPage2::InsertEntry ( const OUString &  _rTxt,
MSFltrPg2_CheckBoxEntries  _nType 
)
private

Definition at line 319 of file optfltr.cxx.

References InsertEntry().

Referenced by InsertEntry(), and Reset().

◆ InsertEntry() [2/2]

void OfaMSFilterTabPage2::InsertEntry ( const OUString &  _rTxt,
MSFltrPg2_CheckBoxEntries  _nType,
bool  saveEnabled 
)
private

Definition at line 324 of file optfltr.cxx.

References m_xCheckLB, nPos, and TRISTATE_FALSE.

◆ Reset()

void OfaMSFilterTabPage2::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_xCheckLB

std::unique_ptr<weld::TreeView> OfaMSFilterTabPage2::m_xCheckLB
private

Definition at line 59 of file optfltr.hxx.

Referenced by FillItemSet(), GetEntry4Type(), InsertEntry(), OfaMSFilterTabPage2(), and Reset().

◆ m_xHighlightingRB

std::unique_ptr<weld::RadioButton> OfaMSFilterTabPage2::m_xHighlightingRB
private

Definition at line 60 of file optfltr.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xMSOLockFileCB

std::unique_ptr<weld::CheckButton> OfaMSFilterTabPage2::m_xMSOLockFileCB
private

Definition at line 62 of file optfltr.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xShadingRB

std::unique_ptr<weld::RadioButton> OfaMSFilterTabPage2::m_xShadingRB
private

Definition at line 61 of file optfltr.hxx.

Referenced by Reset().

◆ sChgToFromCalc

OUString OfaMSFilterTabPage2::sChgToFromCalc
private

Definition at line 53 of file optfltr.hxx.

Referenced by Reset().

◆ sChgToFromImpress

OUString OfaMSFilterTabPage2::sChgToFromImpress
private

Definition at line 54 of file optfltr.hxx.

Referenced by Reset().

◆ sChgToFromMath

OUString OfaMSFilterTabPage2::sChgToFromMath
private

Definition at line 51 of file optfltr.hxx.

Referenced by Reset().

◆ sChgToFromPDF

OUString OfaMSFilterTabPage2::sChgToFromPDF
private

Definition at line 57 of file optfltr.hxx.

Referenced by Reset().

◆ sChgToFromSmartArt

OUString OfaMSFilterTabPage2::sChgToFromSmartArt
private

Definition at line 55 of file optfltr.hxx.

Referenced by Reset().

◆ sChgToFromVisio

OUString OfaMSFilterTabPage2::sChgToFromVisio
private

Definition at line 56 of file optfltr.hxx.

Referenced by Reset().

◆ sChgToFromWriter

OUString OfaMSFilterTabPage2::sChgToFromWriter
private

Definition at line 52 of file optfltr.hxx.

Referenced by Reset().


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