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

#include <chardlg.hxx>

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

Public Member Functions

 SvxCharTwoLinesPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SvxCharTwoLinesPage () override
 
virtual void ActivatePage (const SfxItemSet &rSet) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void PageCreated (const SfxAllItemSet &aSet) override
 
- Public Member Functions inherited from SvxCharBasePage
virtual ~SvxCharBasePage () override
 
virtual void ActivatePage (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 *rSet)
 
static WhichRangesContainer GetRanges ()
 
- 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 UpdatePreview_Impl ()
 
void Initialize ()
 
void SelectCharacter (weld::TreeView *pBox)
 
void SetBracket (sal_Unicode cBracket, bool bStart)
 
 DECL_LINK (TwoLinesHdl_Impl, weld::Toggleable &, void)
 
 DECL_LINK (CharacterMapHdl_Impl, weld::TreeView &, void)
 

Private Attributes

sal_uInt16 m_nStartBracketPosition
 
sal_uInt16 m_nEndBracketPosition
 
std::unique_ptr< weld::CheckButtonm_xTwoLinesBtn
 
std::unique_ptr< weld::Widgetm_xEnclosingFrame
 
std::unique_ptr< weld::TreeViewm_xStartBracketLB
 
std::unique_ptr< weld::TreeViewm_xEndBracketLB
 

Static Private Attributes

static const WhichRangesContainer pTwoLinesRanges
 

Additional Inherited Members

- Protected Member Functions inherited from SvxCharBasePage
 SvxCharBasePage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet &rAttrSet)
 
void SetPrevFontWidthScale (const SfxItemSet &rSet)
 
void SetPrevFontEscapement (sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc)
 
SvxFontGetPreviewFont ()
 
SvxFontGetPreviewCJKFont ()
 
SvxFontGetPreviewCTLFont ()
 
- 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
 
- Protected Attributes inherited from SvxCharBasePage
SvxFontPrevWindow m_aPreviewWin
 
std::unique_ptr< weld::CustomWeldm_xPreviewWin
 
bool m_bPreviewBackgroundToCharacter
 

Detailed Description

Definition at line 306 of file chardlg.hxx.

Constructor & Destructor Documentation

◆ SvxCharTwoLinesPage()

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

◆ ~SvxCharTwoLinesPage()

SvxCharTwoLinesPage::~SvxCharTwoLinesPage ( )
overridevirtual

Definition at line 3057 of file chardlg.cxx.

Member Function Documentation

◆ ActivatePage()

void SvxCharTwoLinesPage::ActivatePage ( const SfxItemSet rSet)
overridevirtual

Reimplemented from SvxCharBasePage.

Definition at line 3158 of file chardlg.cxx.

References SvxCharBasePage::ActivatePage(), and rSet.

◆ Create()

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

◆ DeactivatePage()

DeactivateRC SvxCharTwoLinesPage::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 3163 of file chardlg.cxx.

References FillItemSet().

◆ DECL_LINK() [1/2]

SvxCharTwoLinesPage::DECL_LINK ( CharacterMapHdl_Impl  ,
weld::TreeView ,
void   
)
private

◆ DECL_LINK() [2/2]

SvxCharTwoLinesPage::DECL_LINK ( TwoLinesHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool SvxCharTwoLinesPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ GetRanges()

static WhichRangesContainer SvxCharTwoLinesPage::GetRanges ( )
inlinestatic

Definition at line 334 of file chardlg.hxx.

References pTwoLinesRanges.

Referenced by AbstractDialogFactory_Impl::GetTabPageRangesFunc().

◆ Initialize()

void SvxCharTwoLinesPage::Initialize ( )
private

◆ PageCreated()

void SvxCharTwoLinesPage::PageCreated ( const SfxAllItemSet aSet)
overridevirtual

◆ Reset()

void SvxCharTwoLinesPage::Reset ( const SfxItemSet rSet)
overridevirtual

◆ SelectCharacter()

void SvxCharTwoLinesPage::SelectCharacter ( weld::TreeView pBox)
private

◆ SetBracket()

void SvxCharTwoLinesPage::SetBracket ( sal_Unicode  cBracket,
bool  bStart 
)
private

◆ UpdatePreview_Impl()

void SvxCharTwoLinesPage::UpdatePreview_Impl ( )
private

Member Data Documentation

◆ m_nEndBracketPosition

sal_uInt16 SvxCharTwoLinesPage::m_nEndBracketPosition
private

Definition at line 311 of file chardlg.hxx.

Referenced by SelectCharacter(), and SetBracket().

◆ m_nStartBracketPosition

sal_uInt16 SvxCharTwoLinesPage::m_nStartBracketPosition
private

Definition at line 310 of file chardlg.hxx.

Referenced by SelectCharacter(), and SetBracket().

◆ m_xEnclosingFrame

std::unique_ptr<weld::Widget> SvxCharTwoLinesPage::m_xEnclosingFrame
private

Definition at line 314 of file chardlg.hxx.

◆ m_xEndBracketLB

std::unique_ptr<weld::TreeView> SvxCharTwoLinesPage::m_xEndBracketLB
private

◆ m_xStartBracketLB

std::unique_ptr<weld::TreeView> SvxCharTwoLinesPage::m_xStartBracketLB
private

◆ m_xTwoLinesBtn

std::unique_ptr<weld::CheckButton> SvxCharTwoLinesPage::m_xTwoLinesBtn
private

Definition at line 313 of file chardlg.hxx.

Referenced by FillItemSet(), Initialize(), Reset(), and UpdatePreview_Impl().

◆ pTwoLinesRanges

const WhichRangesContainer SvxCharTwoLinesPage::pTwoLinesRanges
staticprivate

Definition at line 309 of file chardlg.hxx.

Referenced by GetRanges().


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