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

#include <swuicnttab.hxx>

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

Public Member Functions

 SwTOXEntryTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rAttrSet)
 
virtual ~SwTOXEntryTabPage () override
 
virtual bool FillItemSet (SfxItemSet *) override
 
virtual void Reset (const SfxItemSet *) override
 
virtual void ActivatePage (const SfxItemSet &) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) override
 
void SetWrtShell (SwWrtShell &rSh)
 
void PreTokenButtonRemoved (const SwFormToken &rToken)
 
void SetFocus2theAllBtn ()
 
- 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 (StyleSelectHdl, weld::ComboBox &, void)
 
 DECL_LINK (EditStyleHdl, weld::Button &, void)
 
 DECL_LINK (InsertTokenHdl, weld::Button &, void)
 
 DECL_LINK (LevelHdl, weld::TreeView &, void)
 
 DECL_LINK (AutoRightHdl, weld::Toggleable &, void)
 
 DECL_LINK (TokenSelectedHdl, SwFormToken &, void)
 
 DECL_LINK (TabPosHdl, weld::MetricSpinButton &, void)
 
 DECL_LINK (FillCharHdl, weld::ComboBox &, void)
 
 DECL_LINK (RemoveInsertAuthHdl, weld::Button &, void)
 
 DECL_LINK (SortKeyHdl, weld::Toggleable &, void)
 
 DECL_LINK (ChapterInfoHdl, weld::ComboBox &, void)
 
 DECL_LINK (ChapterInfoOutlineHdl, weld::SpinButton &, void)
 
 DECL_LINK (NumberFormatHdl, weld::ComboBox &, void)
 
 DECL_LINK (ToggleHdl, weld::Toggleable &, void)
 
 DECL_LINK (AllLevelsHdl, weld::Button &, void)
 
void WriteBackLevel ()
 
void UpdateDescriptor ()
 
 DECL_LINK (ModifyHdl, LinkParamNone *, void)
 
void OnModify (bool bAllLevels)
 
 DECL_LINK (ModifyClickHdl, weld::Toggleable &, void)
 
void ShowHideControls (int eType)
 

Private Attributes

OUString m_sDelimStr
 
OUString m_sLevelStr
 
OUString m_sAuthTypeStr
 
OUString m_sNoCharStyle
 
SwFormm_pCurrentForm
 
CurTOXType m_aLastTOXType
 
bool m_bInLevelHdl
 
std::unique_ptr< weld::Labelm_xTypeFT
 
std::unique_ptr< weld::Labelm_xLevelFT
 
std::unique_ptr< weld::TreeViewm_xLevelLB
 
std::unique_ptr< weld::Buttonm_xAllLevelsPB
 
std::unique_ptr< weld::Buttonm_xEntryNoPB
 
std::unique_ptr< weld::Buttonm_xEntryPB
 
std::unique_ptr< weld::Buttonm_xTabPB
 
std::unique_ptr< weld::Buttonm_xChapterInfoPB
 
std::unique_ptr< weld::Buttonm_xPageNoPB
 
std::unique_ptr< weld::Buttonm_xHyperLinkPB
 
std::unique_ptr< weld::Widgetm_xFieldBox
 
std::unique_ptr< weld::ComboBoxm_xAuthFieldsLB
 
std::unique_ptr< weld::Buttonm_xAuthInsertPB
 
std::unique_ptr< weld::Buttonm_xAuthRemovePB
 
std::unique_ptr< weld::ComboBoxm_xCharStyleLB
 
std::unique_ptr< weld::Buttonm_xEditStylePB
 
std::unique_ptr< weld::Labelm_xChapterEntryFT
 
std::unique_ptr< weld::ComboBoxm_xChapterEntryLB
 
std::unique_ptr< weld::Labelm_xNumberFormatFT
 
std::unique_ptr< weld::ComboBoxm_xNumberFormatLB
 format for numbering (E#) More...
 
std::unique_ptr< weld::Labelm_xEntryOutlineLevelFT
 Fixed text, for i53420. More...
 
std::unique_ptr< weld::SpinButtonm_xEntryOutlineLevelNF
 level to evaluate outline level to, for i53420 More...
 
std::unique_ptr< weld::Labelm_xFillCharFT
 
std::unique_ptr< weld::ComboBoxm_xFillCharCB
 
std::unique_ptr< weld::Labelm_xTabPosFT
 
std::unique_ptr< weld::MetricSpinButtonm_xTabPosMF
 
std::unique_ptr< weld::CheckButtonm_xAutoRightCB
 
std::unique_ptr< weld::Widgetm_xFormatFrame
 
std::unique_ptr< weld::Labelm_xMainEntryStyleFT
 
std::unique_ptr< weld::ComboBoxm_xMainEntryStyleLB
 
std::unique_ptr< weld::CheckButtonm_xAlphaDelimCB
 
std::unique_ptr< weld::CheckButtonm_xCommaSeparatedCB
 
std::unique_ptr< weld::CheckButtonm_xRelToStyleCB
 
std::unique_ptr< weld::Widgetm_xSortingFrame
 
std::unique_ptr< weld::RadioButtonm_xSortDocPosRB
 
std::unique_ptr< weld::RadioButtonm_xSortContentRB
 
std::unique_ptr< weld::Widgetm_xSortKeyFrame
 
std::unique_ptr< weld::ComboBoxm_xFirstKeyLB
 
std::unique_ptr< weld::ToggleButtonm_xFirstSortUpRB
 
std::unique_ptr< weld::ToggleButtonm_xFirstSortDownRB
 
std::unique_ptr< weld::ComboBoxm_xSecondKeyLB
 
std::unique_ptr< weld::ToggleButtonm_xSecondSortUpRB
 
std::unique_ptr< weld::ToggleButtonm_xSecondSortDownRB
 
std::unique_ptr< weld::ComboBoxm_xThirdKeyLB
 
std::unique_ptr< weld::ToggleButtonm_xThirdSortUpRB
 
std::unique_ptr< weld::ToggleButtonm_xThirdSortDownRB
 
std::unique_ptr< SwTokenWindowm_xTokenWIN
 

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 307 of file swuicnttab.hxx.

Constructor & Destructor Documentation

◆ SwTOXEntryTabPage()

SwTOXEntryTabPage::SwTOXEntryTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rAttrSet 
)

◆ ~SwTOXEntryTabPage()

SwTOXEntryTabPage::~SwTOXEntryTabPage ( )
overridevirtual

Definition at line 2065 of file cnttab.cxx.

References m_xTokenWIN.

Member Function Documentation

◆ ActivatePage()

void SwTOXEntryTabPage::ActivatePage ( const SfxItemSet )
overridevirtual

◆ Create()

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

Definition at line 2295 of file cnttab.cxx.

Referenced by SwMultiTOXTabDialog::SwMultiTOXTabDialog().

◆ DeactivatePage()

DeactivateRC SwTOXEntryTabPage::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 2289 of file cnttab.cxx.

References UpdateDescriptor().

◆ DECL_LINK() [1/17]

SwTOXEntryTabPage::DECL_LINK ( AllLevelsHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/17]

SwTOXEntryTabPage::DECL_LINK ( AutoRightHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [3/17]

SwTOXEntryTabPage::DECL_LINK ( ChapterInfoHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [4/17]

SwTOXEntryTabPage::DECL_LINK ( ChapterInfoOutlineHdl  ,
weld::SpinButton ,
void   
)
private

◆ DECL_LINK() [5/17]

SwTOXEntryTabPage::DECL_LINK ( EditStyleHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [6/17]

SwTOXEntryTabPage::DECL_LINK ( FillCharHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [7/17]

SwTOXEntryTabPage::DECL_LINK ( InsertTokenHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [8/17]

SwTOXEntryTabPage::DECL_LINK ( LevelHdl  ,
weld::TreeView ,
void   
)
private

◆ DECL_LINK() [9/17]

SwTOXEntryTabPage::DECL_LINK ( ModifyClickHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [10/17]

SwTOXEntryTabPage::DECL_LINK ( ModifyHdl  ,
LinkParamNone ,
void   
)
private

◆ DECL_LINK() [11/17]

SwTOXEntryTabPage::DECL_LINK ( NumberFormatHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [12/17]

SwTOXEntryTabPage::DECL_LINK ( RemoveInsertAuthHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [13/17]

SwTOXEntryTabPage::DECL_LINK ( SortKeyHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [14/17]

SwTOXEntryTabPage::DECL_LINK ( StyleSelectHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [15/17]

SwTOXEntryTabPage::DECL_LINK ( TabPosHdl  ,
weld::MetricSpinButton ,
void   
)
private

◆ DECL_LINK() [16/17]

SwTOXEntryTabPage::DECL_LINK ( ToggleHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [17/17]

SwTOXEntryTabPage::DECL_LINK ( TokenSelectedHdl  ,
SwFormToken ,
void   
)
private

◆ FillItemSet()

bool SwTOXEntryTabPage::FillItemSet ( SfxItemSet )
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 2112 of file cnttab.cxx.

◆ OnModify()

void SwTOXEntryTabPage::OnModify ( bool  bAllLevels)
private

◆ PreTokenButtonRemoved()

void SwTOXEntryTabPage::PreTokenButtonRemoved ( const SwFormToken rToken)

Definition at line 2341 of file cnttab.cxx.

References m_xAuthFieldsLB, SwFormToken::nAuthorityField, and SwResId().

Referenced by SwTokenWindow::RemoveControl().

◆ Reset()

void SwTOXEntryTabPage::Reset ( const SfxItemSet )
overridevirtual

◆ SetFocus2theAllBtn()

void SwTOXEntryTabPage::SetFocus2theAllBtn ( )

Definition at line 2348 of file cnttab.cxx.

References m_xAllLevelsPB.

Referenced by SwTokenWindow::SetFocus2theAllBtn().

◆ SetWrtShell()

void SwTOXEntryTabPage::SetWrtShell ( SwWrtShell rSh)

◆ ShowHideControls()

void SwTOXEntryTabPage::ShowHideControls ( int  eType)
private

◆ UpdateDescriptor()

void SwTOXEntryTabPage::UpdateDescriptor ( )
private

◆ WriteBackLevel()

void SwTOXEntryTabPage::WriteBackLevel ( )
private

Definition at line 2415 of file cnttab.cxx.

References m_pCurrentForm, m_xTokenWIN, and SwForm::SetPattern().

Referenced by UpdateDescriptor().

Member Data Documentation

◆ m_aLastTOXType

CurTOXType SwTOXEntryTabPage::m_aLastTOXType
private

Definition at line 316 of file swuicnttab.hxx.

Referenced by ActivatePage(), OnModify(), SwTOXEntryTabPage(), and UpdateDescriptor().

◆ m_bInLevelHdl

bool SwTOXEntryTabPage::m_bInLevelHdl
private

Definition at line 317 of file swuicnttab.hxx.

◆ m_pCurrentForm

SwForm* SwTOXEntryTabPage::m_pCurrentForm
private

Definition at line 314 of file swuicnttab.hxx.

Referenced by ActivatePage(), Reset(), and WriteBackLevel().

◆ m_sAuthTypeStr

OUString SwTOXEntryTabPage::m_sAuthTypeStr
private

Definition at line 311 of file swuicnttab.hxx.

Referenced by ActivatePage(), and SwTOXEntryTabPage().

◆ m_sDelimStr

OUString SwTOXEntryTabPage::m_sDelimStr
private

Definition at line 309 of file swuicnttab.hxx.

Referenced by ActivatePage().

◆ m_sLevelStr

OUString SwTOXEntryTabPage::m_sLevelStr
private

Definition at line 310 of file swuicnttab.hxx.

Referenced by ActivatePage(), and SwTOXEntryTabPage().

◆ m_sNoCharStyle

OUString SwTOXEntryTabPage::m_sNoCharStyle
private

Definition at line 313 of file swuicnttab.hxx.

Referenced by Reset(), SwTOXEntryTabPage(), and UpdateDescriptor().

◆ m_xAllLevelsPB

std::unique_ptr<weld::Button> SwTOXEntryTabPage::m_xAllLevelsPB
private

Definition at line 322 of file swuicnttab.hxx.

Referenced by SetFocus2theAllBtn(), and SwTOXEntryTabPage().

◆ m_xAlphaDelimCB

std::unique_ptr<weld::CheckButton> SwTOXEntryTabPage::m_xAlphaDelimCB
private

Definition at line 349 of file swuicnttab.hxx.

Referenced by Reset(), ShowHideControls(), SwTOXEntryTabPage(), and UpdateDescriptor().

◆ m_xAuthFieldsLB

std::unique_ptr<weld::ComboBox> SwTOXEntryTabPage::m_xAuthFieldsLB
private

Definition at line 330 of file swuicnttab.hxx.

Referenced by PreTokenButtonRemoved(), ShowHideControls(), and SwTOXEntryTabPage().

◆ m_xAuthInsertPB

std::unique_ptr<weld::Button> SwTOXEntryTabPage::m_xAuthInsertPB
private

Definition at line 331 of file swuicnttab.hxx.

Referenced by ShowHideControls(), and SwTOXEntryTabPage().

◆ m_xAuthRemovePB

std::unique_ptr<weld::Button> SwTOXEntryTabPage::m_xAuthRemovePB
private

Definition at line 332 of file swuicnttab.hxx.

Referenced by ShowHideControls(), and SwTOXEntryTabPage().

◆ m_xAutoRightCB

std::unique_ptr<weld::CheckButton> SwTOXEntryTabPage::m_xAutoRightCB
private

Definition at line 345 of file swuicnttab.hxx.

Referenced by SwTOXEntryTabPage().

◆ m_xChapterEntryFT

std::unique_ptr<weld::Label> SwTOXEntryTabPage::m_xChapterEntryFT
private

Definition at line 335 of file swuicnttab.hxx.

◆ m_xChapterEntryLB

std::unique_ptr<weld::ComboBox> SwTOXEntryTabPage::m_xChapterEntryLB
private

Definition at line 336 of file swuicnttab.hxx.

Referenced by SwTOXEntryTabPage().

◆ m_xChapterInfoPB

std::unique_ptr<weld::Button> SwTOXEntryTabPage::m_xChapterInfoPB
private

Definition at line 326 of file swuicnttab.hxx.

Referenced by ShowHideControls(), and SwTOXEntryTabPage().

◆ m_xCharStyleLB

std::unique_ptr<weld::ComboBox> SwTOXEntryTabPage::m_xCharStyleLB
private

Definition at line 333 of file swuicnttab.hxx.

Referenced by SetWrtShell(), and SwTOXEntryTabPage().

◆ m_xCommaSeparatedCB

std::unique_ptr<weld::CheckButton> SwTOXEntryTabPage::m_xCommaSeparatedCB
private

Definition at line 350 of file swuicnttab.hxx.

Referenced by Reset(), ShowHideControls(), SwTOXEntryTabPage(), and UpdateDescriptor().

◆ m_xEditStylePB

std::unique_ptr<weld::Button> SwTOXEntryTabPage::m_xEditStylePB
private

Definition at line 334 of file swuicnttab.hxx.

Referenced by SwTOXEntryTabPage().

◆ m_xEntryNoPB

std::unique_ptr<weld::Button> SwTOXEntryTabPage::m_xEntryNoPB
private

Definition at line 323 of file swuicnttab.hxx.

Referenced by ShowHideControls(), and SwTOXEntryTabPage().

◆ m_xEntryOutlineLevelFT

std::unique_ptr<weld::Label> SwTOXEntryTabPage::m_xEntryOutlineLevelFT
private

Fixed text, for i53420.

Definition at line 339 of file swuicnttab.hxx.

◆ m_xEntryOutlineLevelNF

std::unique_ptr<weld::SpinButton> SwTOXEntryTabPage::m_xEntryOutlineLevelNF
private

level to evaluate outline level to, for i53420

Definition at line 340 of file swuicnttab.hxx.

Referenced by SwTOXEntryTabPage().

◆ m_xEntryPB

std::unique_ptr<weld::Button> SwTOXEntryTabPage::m_xEntryPB
private

Definition at line 324 of file swuicnttab.hxx.

Referenced by ShowHideControls(), and SwTOXEntryTabPage().

◆ m_xFieldBox

std::unique_ptr<weld::Widget> SwTOXEntryTabPage::m_xFieldBox
private

Definition at line 329 of file swuicnttab.hxx.

Referenced by SwTOXEntryTabPage().

◆ m_xFillCharCB

std::unique_ptr<weld::ComboBox> SwTOXEntryTabPage::m_xFillCharCB
private

Definition at line 342 of file swuicnttab.hxx.

Referenced by SwTOXEntryTabPage().

◆ m_xFillCharFT

std::unique_ptr<weld::Label> SwTOXEntryTabPage::m_xFillCharFT
private

Definition at line 341 of file swuicnttab.hxx.

◆ m_xFirstKeyLB

std::unique_ptr<weld::ComboBox> SwTOXEntryTabPage::m_xFirstKeyLB
private

Definition at line 356 of file swuicnttab.hxx.

Referenced by ActivatePage(), SwTOXEntryTabPage(), and UpdateDescriptor().

◆ m_xFirstSortDownRB

std::unique_ptr<weld::ToggleButton> SwTOXEntryTabPage::m_xFirstSortDownRB
private

Definition at line 358 of file swuicnttab.hxx.

Referenced by ActivatePage(), and SwTOXEntryTabPage().

◆ m_xFirstSortUpRB

std::unique_ptr<weld::ToggleButton> SwTOXEntryTabPage::m_xFirstSortUpRB
private

Definition at line 357 of file swuicnttab.hxx.

Referenced by ActivatePage(), SwTOXEntryTabPage(), and UpdateDescriptor().

◆ m_xFormatFrame

std::unique_ptr<weld::Widget> SwTOXEntryTabPage::m_xFormatFrame
private

Definition at line 346 of file swuicnttab.hxx.

Referenced by ShowHideControls().

◆ m_xHyperLinkPB

std::unique_ptr<weld::Button> SwTOXEntryTabPage::m_xHyperLinkPB
private

Definition at line 328 of file swuicnttab.hxx.

Referenced by ShowHideControls(), and SwTOXEntryTabPage().

◆ m_xLevelFT

std::unique_ptr<weld::Label> SwTOXEntryTabPage::m_xLevelFT
private

Definition at line 320 of file swuicnttab.hxx.

Referenced by ActivatePage(), and SwTOXEntryTabPage().

◆ m_xLevelLB

std::unique_ptr<weld::TreeView> SwTOXEntryTabPage::m_xLevelLB
private

Definition at line 321 of file swuicnttab.hxx.

Referenced by ActivatePage(), OnModify(), and SwTOXEntryTabPage().

◆ m_xMainEntryStyleFT

std::unique_ptr<weld::Label> SwTOXEntryTabPage::m_xMainEntryStyleFT
private

Definition at line 347 of file swuicnttab.hxx.

Referenced by ShowHideControls().

◆ m_xMainEntryStyleLB

std::unique_ptr<weld::ComboBox> SwTOXEntryTabPage::m_xMainEntryStyleLB
private

Definition at line 348 of file swuicnttab.hxx.

Referenced by Reset(), SetWrtShell(), ShowHideControls(), and UpdateDescriptor().

◆ m_xNumberFormatFT

std::unique_ptr<weld::Label> SwTOXEntryTabPage::m_xNumberFormatFT
private

Definition at line 337 of file swuicnttab.hxx.

◆ m_xNumberFormatLB

std::unique_ptr<weld::ComboBox> SwTOXEntryTabPage::m_xNumberFormatLB
private

format for numbering (E#)

Definition at line 338 of file swuicnttab.hxx.

Referenced by SwTOXEntryTabPage().

◆ m_xPageNoPB

std::unique_ptr<weld::Button> SwTOXEntryTabPage::m_xPageNoPB
private

Definition at line 327 of file swuicnttab.hxx.

Referenced by ShowHideControls(), and SwTOXEntryTabPage().

◆ m_xRelToStyleCB

std::unique_ptr<weld::CheckButton> SwTOXEntryTabPage::m_xRelToStyleCB
private

Definition at line 351 of file swuicnttab.hxx.

Referenced by Reset(), ShowHideControls(), SwTOXEntryTabPage(), and UpdateDescriptor().

◆ m_xSecondKeyLB

std::unique_ptr<weld::ComboBox> SwTOXEntryTabPage::m_xSecondKeyLB
private

Definition at line 359 of file swuicnttab.hxx.

Referenced by ActivatePage(), SwTOXEntryTabPage(), and UpdateDescriptor().

◆ m_xSecondSortDownRB

std::unique_ptr<weld::ToggleButton> SwTOXEntryTabPage::m_xSecondSortDownRB
private

Definition at line 361 of file swuicnttab.hxx.

Referenced by ActivatePage(), and SwTOXEntryTabPage().

◆ m_xSecondSortUpRB

std::unique_ptr<weld::ToggleButton> SwTOXEntryTabPage::m_xSecondSortUpRB
private

Definition at line 360 of file swuicnttab.hxx.

Referenced by ActivatePage(), SwTOXEntryTabPage(), and UpdateDescriptor().

◆ m_xSortContentRB

std::unique_ptr<weld::RadioButton> SwTOXEntryTabPage::m_xSortContentRB
private

Definition at line 354 of file swuicnttab.hxx.

Referenced by ActivatePage(), and SwTOXEntryTabPage().

◆ m_xSortDocPosRB

std::unique_ptr<weld::RadioButton> SwTOXEntryTabPage::m_xSortDocPosRB
private

Definition at line 353 of file swuicnttab.hxx.

Referenced by ActivatePage(), SwTOXEntryTabPage(), and UpdateDescriptor().

◆ m_xSortingFrame

std::unique_ptr<weld::Widget> SwTOXEntryTabPage::m_xSortingFrame
private

Definition at line 352 of file swuicnttab.hxx.

Referenced by ShowHideControls().

◆ m_xSortKeyFrame

std::unique_ptr<weld::Widget> SwTOXEntryTabPage::m_xSortKeyFrame
private

Definition at line 355 of file swuicnttab.hxx.

Referenced by ShowHideControls().

◆ m_xTabPB

std::unique_ptr<weld::Button> SwTOXEntryTabPage::m_xTabPB
private

Definition at line 325 of file swuicnttab.hxx.

Referenced by SwTOXEntryTabPage().

◆ m_xTabPosFT

std::unique_ptr<weld::Label> SwTOXEntryTabPage::m_xTabPosFT
private

Definition at line 343 of file swuicnttab.hxx.

◆ m_xTabPosMF

std::unique_ptr<weld::MetricSpinButton> SwTOXEntryTabPage::m_xTabPosMF
private

Definition at line 344 of file swuicnttab.hxx.

Referenced by SwTOXEntryTabPage().

◆ m_xThirdKeyLB

std::unique_ptr<weld::ComboBox> SwTOXEntryTabPage::m_xThirdKeyLB
private

Definition at line 362 of file swuicnttab.hxx.

Referenced by ActivatePage(), SwTOXEntryTabPage(), and UpdateDescriptor().

◆ m_xThirdSortDownRB

std::unique_ptr<weld::ToggleButton> SwTOXEntryTabPage::m_xThirdSortDownRB
private

Definition at line 364 of file swuicnttab.hxx.

Referenced by ActivatePage(), and SwTOXEntryTabPage().

◆ m_xThirdSortUpRB

std::unique_ptr<weld::ToggleButton> SwTOXEntryTabPage::m_xThirdSortUpRB
private

Definition at line 363 of file swuicnttab.hxx.

Referenced by ActivatePage(), SwTOXEntryTabPage(), and UpdateDescriptor().

◆ m_xTokenWIN

std::unique_ptr<SwTokenWindow> SwTOXEntryTabPage::m_xTokenWIN
private

◆ m_xTypeFT

std::unique_ptr<weld::Label> SwTOXEntryTabPage::m_xTypeFT
private

Definition at line 319 of file swuicnttab.hxx.

Referenced by SwTOXEntryTabPage().


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