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

#include <outline.hxx>

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

Public Member Functions

 SwOutlineSettingsTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SwOutlineSettingsTabPage () override
 
void SetWrtShell (SwWrtShell *pShell)
 
virtual void ActivatePage (const SfxItemSet &rSet) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
void SetNumRule (SwNumRule *pRule)
 
- 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 (LevelHdl, weld::TreeView &, void)
 
 DECL_LINK (ToggleComplete, weld::SpinButton &, void)
 
 DECL_LINK (CollSelect, weld::ComboBox &, void)
 
void CollSave ()
 
 DECL_LINK (NumberSelect, weld::ComboBox &, void)
 
 DECL_LINK (DelimModify, weld::Entry &, void)
 
 DECL_LINK (StartModified, weld::SpinButton &, void)
 
 DECL_LINK (CharFormatHdl, weld::ComboBox &, void)
 
void Update ()
 
void SetModified ()
 
void CheckForStartValue_Impl (sal_uInt16 nNumberingType)
 

Private Attributes

OUString m_aNoFormatName
 
OUString m_aSaveCollNames [MAXLEVEL]
 
SwWrtShellm_pSh
 
SwNumRulem_pNumRule
 
OUString * m_pCollNames
 
sal_uInt16 m_nActLevel
 
NumberingPreview m_aPreviewWIN
 
std::unique_ptr< weld::TreeViewm_xLevelLB
 
std::unique_ptr< weld::ComboBoxm_xCollBox
 
std::unique_ptr< SwNumberingTypeListBoxm_xNumberBox
 
std::unique_ptr< weld::ComboBoxm_xCharFormatLB
 
std::unique_ptr< weld::Labelm_xAllLevelFT
 
std::unique_ptr< weld::SpinButtonm_xAllLevelNF
 
std::unique_ptr< weld::Entrym_xPrefixED
 
std::unique_ptr< weld::Entrym_xSuffixED
 
std::unique_ptr< weld::SpinButtonm_xStartEdit
 
std::unique_ptr< weld::CustomWeldm_xPreviewWIN
 

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 67 of file outline.hxx.

Constructor & Destructor Documentation

◆ SwOutlineSettingsTabPage()

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

◆ ~SwOutlineSettingsTabPage()

SwOutlineSettingsTabPage::~SwOutlineSettingsTabPage ( )
overridevirtual

Definition at line 711 of file outline.cxx.

Member Function Documentation

◆ ActivatePage()

void SwOutlineSettingsTabPage::ActivatePage ( const SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 766 of file outline.cxx.

References SwOutlineTabDialog::GetActNumLevel(), lcl_BitToLevel(), m_nActLevel, m_xLevelLB, and MAXLEVEL.

Referenced by Reset().

◆ CheckForStartValue_Impl()

void SwOutlineSettingsTabPage::CheckForStartValue_Impl ( sal_uInt16  nNumberingType)
private

Definition at line 798 of file outline.cxx.

References m_xStartEdit, SVX_NUM_ARABIC, SVX_NUM_CHARS_LOWER_LETTER_N, and SVX_NUM_CHARS_UPPER_LETTER_N.

Referenced by Update().

◆ CollSave()

void SwOutlineSettingsTabPage::CollSave ( )
private

Definition at line 610 of file outline.cxx.

References i, m_aSaveCollNames, m_pCollNames, and MAXLEVEL.

Referenced by SetWrtShell().

◆ Create()

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

Definition at line 792 of file outline.cxx.

Referenced by SwOutlineTabDialog::SwOutlineTabDialog().

◆ DeactivatePage()

DeactivateRC SwOutlineSettingsTabPage::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 776 of file outline.cxx.

References m_nActLevel, and SwOutlineTabDialog::SetActNumLevel().

◆ DECL_LINK() [1/7]

SwOutlineSettingsTabPage::DECL_LINK ( CharFormatHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [2/7]

SwOutlineSettingsTabPage::DECL_LINK ( CollSelect  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [3/7]

SwOutlineSettingsTabPage::DECL_LINK ( DelimModify  ,
weld::Entry ,
void   
)
private

◆ DECL_LINK() [4/7]

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

◆ DECL_LINK() [5/7]

SwOutlineSettingsTabPage::DECL_LINK ( NumberSelect  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [6/7]

SwOutlineSettingsTabPage::DECL_LINK ( StartModified  ,
weld::SpinButton ,
void   
)
private

◆ DECL_LINK() [7/7]

SwOutlineSettingsTabPage::DECL_LINK ( ToggleComplete  ,
weld::SpinButton ,
void   
)
private

◆ FillItemSet()

bool SwOutlineSettingsTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 782 of file outline.cxx.

◆ Reset()

void SwOutlineSettingsTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 787 of file outline.cxx.

References ActivatePage(), and rSet.

◆ SetModified()

void SwOutlineSettingsTabPage::SetModified ( )
inlineprivate

Definition at line 99 of file outline.hxx.

References weld::CustomWidgetController::Invalidate(), and m_aPreviewWIN.

Referenced by Update().

◆ SetNumRule()

void SwOutlineSettingsTabPage::SetNumRule ( SwNumRule pRule)
inline

Definition at line 115 of file outline.hxx.

References m_aPreviewWIN, m_pNumRule, and NumberingPreview::SetNumRule().

◆ SetWrtShell()

void SwOutlineSettingsTabPage::SetWrtShell ( SwWrtShell pShell)

◆ Update()

void SwOutlineSettingsTabPage::Update ( )
private

Member Data Documentation

◆ m_aNoFormatName

OUString SwOutlineSettingsTabPage::m_aNoFormatName
private

Definition at line 69 of file outline.hxx.

Referenced by SwOutlineSettingsTabPage(), and Update().

◆ m_aPreviewWIN

NumberingPreview SwOutlineSettingsTabPage::m_aPreviewWIN
private

Definition at line 75 of file outline.hxx.

Referenced by SetModified(), SetNumRule(), and SetWrtShell().

◆ m_aSaveCollNames

OUString SwOutlineSettingsTabPage::m_aSaveCollNames[MAXLEVEL]
private

Definition at line 70 of file outline.hxx.

Referenced by CollSave().

◆ m_nActLevel

sal_uInt16 SwOutlineSettingsTabPage::m_nActLevel
private

Definition at line 74 of file outline.hxx.

Referenced by ActivatePage(), DeactivatePage(), SetWrtShell(), and Update().

◆ m_pCollNames

OUString* SwOutlineSettingsTabPage::m_pCollNames
private

Definition at line 73 of file outline.hxx.

Referenced by CollSave(), SetWrtShell(), and Update().

◆ m_pNumRule

SwNumRule* SwOutlineSettingsTabPage::m_pNumRule
private

Definition at line 72 of file outline.hxx.

Referenced by SetNumRule(), SetWrtShell(), and Update().

◆ m_pSh

SwWrtShell* SwOutlineSettingsTabPage::m_pSh
private

Definition at line 71 of file outline.hxx.

Referenced by SetWrtShell().

◆ m_xAllLevelFT

std::unique_ptr<weld::Label> SwOutlineSettingsTabPage::m_xAllLevelFT
private

Definition at line 81 of file outline.hxx.

Referenced by Update().

◆ m_xAllLevelNF

std::unique_ptr<weld::SpinButton> SwOutlineSettingsTabPage::m_xAllLevelNF
private

Definition at line 82 of file outline.hxx.

Referenced by SwOutlineSettingsTabPage(), and Update().

◆ m_xCharFormatLB

std::unique_ptr<weld::ComboBox> SwOutlineSettingsTabPage::m_xCharFormatLB
private

Definition at line 80 of file outline.hxx.

Referenced by SetWrtShell(), SwOutlineSettingsTabPage(), and Update().

◆ m_xCollBox

std::unique_ptr<weld::ComboBox> SwOutlineSettingsTabPage::m_xCollBox
private

Definition at line 78 of file outline.hxx.

Referenced by SetWrtShell(), SwOutlineSettingsTabPage(), and Update().

◆ m_xLevelLB

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

Definition at line 77 of file outline.hxx.

Referenced by ActivatePage(), SetWrtShell(), and SwOutlineSettingsTabPage().

◆ m_xNumberBox

std::unique_ptr<SwNumberingTypeListBox> SwOutlineSettingsTabPage::m_xNumberBox
private

Definition at line 79 of file outline.hxx.

Referenced by SetWrtShell(), SwOutlineSettingsTabPage(), and Update().

◆ m_xPrefixED

std::unique_ptr<weld::Entry> SwOutlineSettingsTabPage::m_xPrefixED
private

Definition at line 83 of file outline.hxx.

Referenced by SwOutlineSettingsTabPage(), and Update().

◆ m_xPreviewWIN

std::unique_ptr<weld::CustomWeld> SwOutlineSettingsTabPage::m_xPreviewWIN
private

Definition at line 86 of file outline.hxx.

◆ m_xStartEdit

std::unique_ptr<weld::SpinButton> SwOutlineSettingsTabPage::m_xStartEdit
private

Definition at line 85 of file outline.hxx.

Referenced by CheckForStartValue_Impl(), SetWrtShell(), SwOutlineSettingsTabPage(), and Update().

◆ m_xSuffixED

std::unique_ptr<weld::Entry> SwOutlineSettingsTabPage::m_xSuffixED
private

Definition at line 84 of file outline.hxx.

Referenced by SwOutlineSettingsTabPage(), and Update().


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