LibreOffice Module sw (master) 1
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
SwFieldDokInfPage Class Reference

#include <flddinf.hxx>

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

Public Member Functions

 SwFieldDokInfPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *pSet)
 
virtual ~SwFieldDokInfPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
virtual void FillUserData () override
 
- Public Member Functions inherited from SwFieldPage
 SwFieldPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *pAttrSet)
 
virtual ~SwFieldPage () override
 
virtual void Activate () override
 
SwFieldMgrGetFieldMgr ()
 
void SetWrtShell (SwWrtShell *m_pWrtShell)
 
void EditNewField (bool bOnlyActivate=false)
 
virtual sal_uInt16 GetGroup ()=0
 
- 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)
 

Protected Member Functions

virtual sal_uInt16 GetGroup () override
 
- Protected Member Functions inherited from SwFieldPage
sal_Int32 GetTypeSel () const
 
void SetTypeSel (sal_Int32 nSet)
 
sal_Int32 GetSelectionSel () const
 
void SetSelectionSel (sal_Int32 nSet)
 
bool IsFieldDlgHtmlMode () const
 
bool IsRefresh () const
 
SwFieldGetCurField ()
 
SwWrtShellGetWrtShell ()
 
 DECL_LINK (TreeViewInsertHdl, weld::TreeView &, bool)
 
 DECL_LINK (NumFormatHdl, weld::TreeView &, bool)
 
void InsertHdl (weld::Widget *)
 
void Init ()
 
void SavePos (const weld::TreeView &rLst1)
 
void RestorePos (weld::TreeView &rLst1)
 
void EnableInsert (bool bEnable)
 
bool IsFieldEdit () const
 
void InsertField (SwFieldTypesEnum nTypeId, sal_uInt16 nSubType, const OUString &rPar1, const OUString &rPar2, sal_uInt32 nFormatId, sal_Unicode cDelim=' ', bool bIsAutomaticLanguage=true)
 
- 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
 

Private Member Functions

 DECL_LINK (TypeHdl, weld::TreeView &, void)
 
 DECL_LINK (SubTypeHdl, weld::TreeView &, void)
 
sal_Int32 FillSelectionLB (sal_uInt16 nSubTypeId)
 

Private Attributes

std::unique_ptr< weld::TreeIterm_xSelEntry
 
css::uno::Reference< css::beans::XPropertySetm_xCustomPropertySet
 
sal_Int32 m_nOldSel
 
sal_uInt32 m_nOldFormat
 
OUString m_sOldCustomFieldName
 
std::unique_ptr< weld::TreeViewm_xTypeList
 
std::unique_ptr< weld::TreeViewm_xTypeTree
 
weld::TreeViewm_pTypeView
 
std::unique_ptr< weld::Widgetm_xSelection
 
std::unique_ptr< weld::TreeViewm_xSelectionLB
 
std::unique_ptr< weld::Widgetm_xFormat
 
std::unique_ptr< SwNumFormatTreeViewm_xFormatLB
 
std::unique_ptr< weld::CheckButtonm_xFixedCB
 

Detailed Description

Definition at line 28 of file flddinf.hxx.

Constructor & Destructor Documentation

◆ SwFieldDokInfPage()

SwFieldDokInfPage::SwFieldDokInfPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet pSet 
)

◆ ~SwFieldDokInfPage()

SwFieldDokInfPage::~SwFieldDokInfPage ( )
overridevirtual

Definition at line 95 of file flddinf.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 493 of file flddinf.cxx.

Referenced by SwFieldEditDlg::CreatePage(), and SwFieldDlg::SwFieldDlg().

◆ DECL_LINK() [1/2]

SwFieldDokInfPage::DECL_LINK ( SubTypeHdl  ,
weld::TreeView ,
void   
)
private

◆ DECL_LINK() [2/2]

SwFieldDokInfPage::DECL_LINK ( TypeHdl  ,
weld::TreeView ,
void   
)
private

◆ FillItemSet()

bool SwFieldDokInfPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ FillSelectionLB()

sal_Int32 SwFieldDokInfPage::FillSelectionLB ( sal_uInt16  nSubTypeId)
private

◆ FillUserData()

void SwFieldDokInfPage::FillUserData ( )
overridevirtual

◆ GetGroup()

sal_uInt16 SwFieldDokInfPage::GetGroup ( )
overrideprotectedvirtual

Implements SwFieldPage.

Definition at line 499 of file flddinf.cxx.

References GRP_REG.

◆ Reset()

void SwFieldDokInfPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_nOldFormat

sal_uInt32 SwFieldDokInfPage::m_nOldFormat
private

Definition at line 34 of file flddinf.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_nOldSel

sal_Int32 SwFieldDokInfPage::m_nOldSel
private

Definition at line 33 of file flddinf.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_pTypeView

weld::TreeView* SwFieldDokInfPage::m_pTypeView
private

Definition at line 39 of file flddinf.hxx.

Referenced by FillItemSet(), FillUserData(), Reset(), and SwFieldDokInfPage().

◆ m_sOldCustomFieldName

OUString SwFieldDokInfPage::m_sOldCustomFieldName
private

Definition at line 35 of file flddinf.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCustomPropertySet

css::uno::Reference< css::beans::XPropertySet > SwFieldDokInfPage::m_xCustomPropertySet
private

Definition at line 31 of file flddinf.hxx.

Referenced by Reset(), and SwFieldDokInfPage().

◆ m_xFixedCB

std::unique_ptr<weld::CheckButton> SwFieldDokInfPage::m_xFixedCB
private

Definition at line 44 of file flddinf.hxx.

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

◆ m_xFormat

std::unique_ptr<weld::Widget> SwFieldDokInfPage::m_xFormat
private

Definition at line 42 of file flddinf.hxx.

◆ m_xFormatLB

std::unique_ptr<SwNumFormatTreeView> SwFieldDokInfPage::m_xFormatLB
private

Definition at line 43 of file flddinf.hxx.

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

◆ m_xSelection

std::unique_ptr<weld::Widget> SwFieldDokInfPage::m_xSelection
private

Definition at line 40 of file flddinf.hxx.

Referenced by FillSelectionLB().

◆ m_xSelectionLB

std::unique_ptr<weld::TreeView> SwFieldDokInfPage::m_xSelectionLB
private

Definition at line 41 of file flddinf.hxx.

Referenced by FillItemSet(), FillSelectionLB(), Reset(), and SwFieldDokInfPage().

◆ m_xSelEntry

std::unique_ptr<weld::TreeIter> SwFieldDokInfPage::m_xSelEntry
private

Definition at line 30 of file flddinf.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xTypeList

std::unique_ptr<weld::TreeView> SwFieldDokInfPage::m_xTypeList
private

Definition at line 37 of file flddinf.hxx.

Referenced by Reset(), and SwFieldDokInfPage().

◆ m_xTypeTree

std::unique_ptr<weld::TreeView> SwFieldDokInfPage::m_xTypeTree
private

Definition at line 38 of file flddinf.hxx.

Referenced by Reset(), and SwFieldDokInfPage().


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