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

#include <optpage.hxx>

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

Public Member Functions

 SwRedlineOptionsTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SwRedlineOptionsTabPage () 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 (AttribHdl, weld::ComboBox &, void)
 
void ChangedMaskPrev ()
 
 DECL_LINK (ChangedMaskPrevHdl, weld::ComboBox &, void)
 
 DECL_LINK (ChangedMaskColorPrevHdl, ColorListBox &, void)
 
 DECL_LINK (ColorHdl, ColorListBox &, void)
 

Static Private Member Functions

static void InitFontStyle (SvxFontPrevWindow &rExampleWin, const OUString &rText)
 

Private Attributes

std::unique_ptr< weld::ComboBoxm_xInsertLB
 
std::unique_ptr< ColorListBoxm_xInsertColorLB
 
std::unique_ptr< SvxFontPrevWindowm_xInsertedPreviewWN
 
std::unique_ptr< weld::CustomWeldm_xInsertedPreview
 
std::unique_ptr< weld::ComboBoxm_xDeletedLB
 
std::unique_ptr< ColorListBoxm_xDeletedColorLB
 
std::unique_ptr< SvxFontPrevWindowm_xDeletedPreviewWN
 
std::unique_ptr< weld::CustomWeldm_xDeletedPreview
 
std::unique_ptr< weld::ComboBoxm_xChangedLB
 
std::unique_ptr< ColorListBoxm_xChangedColorLB
 
std::unique_ptr< SvxFontPrevWindowm_xChangedPreviewWN
 
std::unique_ptr< weld::CustomWeldm_xChangedPreview
 
std::unique_ptr< weld::ComboBoxm_xMarkPosLB
 
std::unique_ptr< ColorListBoxm_xMarkColorLB
 
std::unique_ptr< SwMarkPreviewm_xMarkPreviewWN
 
std::unique_ptr< weld::CustomWeldm_xMarkPreview
 

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 290 of file optpage.hxx.

Constructor & Destructor Documentation

◆ SwRedlineOptionsTabPage()

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

Definition at line 1525 of file optpage.cxx.

References SfxTabPage::GetDialogController(), and rSet.

◆ ~SwRedlineOptionsTabPage()

SwRedlineOptionsTabPage::~SwRedlineOptionsTabPage ( )
overridevirtual

Member Function Documentation

◆ ChangedMaskPrev()

void SwRedlineOptionsTabPage::ChangedMaskPrev ( )
private

Definition at line 1908 of file optpage.cxx.

References m_xMarkColorLB, m_xMarkPosLB, and m_xMarkPreviewWN.

Referenced by Reset().

◆ Create()

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

Definition at line 1604 of file optpage.cxx.

References rSet.

Referenced by SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ DECL_LINK() [1/4]

SwRedlineOptionsTabPage::DECL_LINK ( AttribHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [2/4]

SwRedlineOptionsTabPage::DECL_LINK ( ChangedMaskColorPrevHdl  ,
ColorListBox ,
void   
)
private

◆ DECL_LINK() [3/4]

SwRedlineOptionsTabPage::DECL_LINK ( ChangedMaskPrevHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [4/4]

SwRedlineOptionsTabPage::DECL_LINK ( ColorHdl  ,
ColorListBox ,
void   
)
private

◆ FillItemSet()

bool SwRedlineOptionsTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ InitFontStyle()

void SwRedlineOptionsTabPage::InitFontStyle ( SvxFontPrevWindow rExampleWin,
const OUString &  rText 
)
staticprivate

◆ Reset()

void SwRedlineOptionsTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_xChangedColorLB

std::unique_ptr<ColorListBox> SwRedlineOptionsTabPage::m_xChangedColorLB
private

Definition at line 303 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and ~SwRedlineOptionsTabPage().

◆ m_xChangedLB

std::unique_ptr<weld::ComboBox> SwRedlineOptionsTabPage::m_xChangedLB
private

Definition at line 302 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xChangedPreview

std::unique_ptr<weld::CustomWeld> SwRedlineOptionsTabPage::m_xChangedPreview
private

Definition at line 305 of file optpage.hxx.

Referenced by ~SwRedlineOptionsTabPage().

◆ m_xChangedPreviewWN

std::unique_ptr<SvxFontPrevWindow> SwRedlineOptionsTabPage::m_xChangedPreviewWN
private

Definition at line 304 of file optpage.hxx.

Referenced by Reset(), and ~SwRedlineOptionsTabPage().

◆ m_xDeletedColorLB

std::unique_ptr<ColorListBox> SwRedlineOptionsTabPage::m_xDeletedColorLB
private

Definition at line 298 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and ~SwRedlineOptionsTabPage().

◆ m_xDeletedLB

std::unique_ptr<weld::ComboBox> SwRedlineOptionsTabPage::m_xDeletedLB
private

Definition at line 297 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xDeletedPreview

std::unique_ptr<weld::CustomWeld> SwRedlineOptionsTabPage::m_xDeletedPreview
private

Definition at line 300 of file optpage.hxx.

Referenced by ~SwRedlineOptionsTabPage().

◆ m_xDeletedPreviewWN

std::unique_ptr<SvxFontPrevWindow> SwRedlineOptionsTabPage::m_xDeletedPreviewWN
private

Definition at line 299 of file optpage.hxx.

Referenced by Reset(), and ~SwRedlineOptionsTabPage().

◆ m_xInsertColorLB

std::unique_ptr<ColorListBox> SwRedlineOptionsTabPage::m_xInsertColorLB
private

Definition at line 293 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and ~SwRedlineOptionsTabPage().

◆ m_xInsertedPreview

std::unique_ptr<weld::CustomWeld> SwRedlineOptionsTabPage::m_xInsertedPreview
private

Definition at line 295 of file optpage.hxx.

Referenced by ~SwRedlineOptionsTabPage().

◆ m_xInsertedPreviewWN

std::unique_ptr<SvxFontPrevWindow> SwRedlineOptionsTabPage::m_xInsertedPreviewWN
private

Definition at line 294 of file optpage.hxx.

Referenced by Reset(), and ~SwRedlineOptionsTabPage().

◆ m_xInsertLB

std::unique_ptr<weld::ComboBox> SwRedlineOptionsTabPage::m_xInsertLB
private

Definition at line 292 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xMarkColorLB

std::unique_ptr<ColorListBox> SwRedlineOptionsTabPage::m_xMarkColorLB
private

Definition at line 308 of file optpage.hxx.

Referenced by ChangedMaskPrev(), FillItemSet(), Reset(), and ~SwRedlineOptionsTabPage().

◆ m_xMarkPosLB

std::unique_ptr<weld::ComboBox> SwRedlineOptionsTabPage::m_xMarkPosLB
private

Definition at line 307 of file optpage.hxx.

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

◆ m_xMarkPreview

std::unique_ptr<weld::CustomWeld> SwRedlineOptionsTabPage::m_xMarkPreview
private

Definition at line 310 of file optpage.hxx.

Referenced by ~SwRedlineOptionsTabPage().

◆ m_xMarkPreviewWN

std::unique_ptr<SwMarkPreview> SwRedlineOptionsTabPage::m_xMarkPreviewWN
private

Definition at line 309 of file optpage.hxx.

Referenced by ChangedMaskPrev(), and ~SwRedlineOptionsTabPage().


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