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

#include <optasian.hxx>

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

Public Member Functions

 SvxAsianLayoutPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SvxAsianLayoutPage () 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 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

 DECL_LINK (LanguageHdl, weld::ComboBox &, void)
 
 DECL_LINK (ChangeStandardHdl, weld::Toggleable &, void)
 
 DECL_LINK (ModifyHdl, weld::Entry &, void)
 

Private Attributes

std::unique_ptr< SvxAsianLayoutPage_ImplpImpl
 
std::unique_ptr< weld::RadioButtonm_xCharKerningRB
 
std::unique_ptr< weld::RadioButtonm_xCharPunctKerningRB
 
std::unique_ptr< weld::RadioButtonm_xNoCompressionRB
 
std::unique_ptr< weld::RadioButtonm_xPunctCompressionRB
 
std::unique_ptr< weld::RadioButtonm_xPunctKanaCompressionRB
 
std::unique_ptr< weld::Labelm_xLanguageFT
 
std::unique_ptr< SvxLanguageBoxm_xLanguageLB
 
std::unique_ptr< weld::CheckButtonm_xStandardCB
 
std::unique_ptr< weld::Labelm_xStartFT
 
std::unique_ptr< weld::Entrym_xStartED
 
std::unique_ptr< weld::Labelm_xEndFT
 
std::unique_ptr< weld::Entrym_xEndED
 
std::unique_ptr< weld::Labelm_xHintFT
 

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 26 of file optasian.hxx.

Constructor & Destructor Documentation

◆ SvxAsianLayoutPage()

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

Definition at line 108 of file optasian.cxx.

References LINK, m_xEndED, m_xLanguageLB, m_xStandardCB, m_xStartED, and rSet.

◆ ~SvxAsianLayoutPage()

SvxAsianLayoutPage::~SvxAsianLayoutPage ( )
overridevirtual

Definition at line 135 of file optasian.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 139 of file optasian.cxx.

Referenced by CreateGeneralTabPage().

◆ DECL_LINK() [1/3]

SvxAsianLayoutPage::DECL_LINK ( ChangeStandardHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/3]

SvxAsianLayoutPage::DECL_LINK ( LanguageHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [3/3]

SvxAsianLayoutPage::DECL_LINK ( ModifyHdl  ,
weld::Entry ,
void   
)
private

◆ FillItemSet()

bool SvxAsianLayoutPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ GetRanges()

WhichRangesContainer SvxAsianLayoutPage::GetRanges ( )
static

Definition at line 377 of file optasian.cxx.

Referenced by AbstractDialogFactory_Impl::GetTabPageRangesFunc().

◆ Reset()

void SvxAsianLayoutPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_xCharKerningRB

std::unique_ptr<weld::RadioButton> SvxAsianLayoutPage::m_xCharKerningRB
private

Definition at line 30 of file optasian.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCharPunctKerningRB

std::unique_ptr<weld::RadioButton> SvxAsianLayoutPage::m_xCharPunctKerningRB
private

Definition at line 31 of file optasian.hxx.

Referenced by Reset().

◆ m_xEndED

std::unique_ptr<weld::Entry> SvxAsianLayoutPage::m_xEndED
private

Definition at line 41 of file optasian.hxx.

Referenced by Reset(), and SvxAsianLayoutPage().

◆ m_xEndFT

std::unique_ptr<weld::Label> SvxAsianLayoutPage::m_xEndFT
private

Definition at line 40 of file optasian.hxx.

Referenced by Reset().

◆ m_xHintFT

std::unique_ptr<weld::Label> SvxAsianLayoutPage::m_xHintFT
private

Definition at line 42 of file optasian.hxx.

Referenced by Reset().

◆ m_xLanguageFT

std::unique_ptr<weld::Label> SvxAsianLayoutPage::m_xLanguageFT
private

Definition at line 35 of file optasian.hxx.

Referenced by Reset().

◆ m_xLanguageLB

std::unique_ptr<SvxLanguageBox> SvxAsianLayoutPage::m_xLanguageLB
private

Definition at line 36 of file optasian.hxx.

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

◆ m_xNoCompressionRB

std::unique_ptr<weld::RadioButton> SvxAsianLayoutPage::m_xNoCompressionRB
private

Definition at line 32 of file optasian.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xPunctCompressionRB

std::unique_ptr<weld::RadioButton> SvxAsianLayoutPage::m_xPunctCompressionRB
private

Definition at line 33 of file optasian.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xPunctKanaCompressionRB

std::unique_ptr<weld::RadioButton> SvxAsianLayoutPage::m_xPunctKanaCompressionRB
private

Definition at line 34 of file optasian.hxx.

Referenced by Reset().

◆ m_xStandardCB

std::unique_ptr<weld::CheckButton> SvxAsianLayoutPage::m_xStandardCB
private

Definition at line 37 of file optasian.hxx.

Referenced by Reset(), and SvxAsianLayoutPage().

◆ m_xStartED

std::unique_ptr<weld::Entry> SvxAsianLayoutPage::m_xStartED
private

Definition at line 39 of file optasian.hxx.

Referenced by Reset(), and SvxAsianLayoutPage().

◆ m_xStartFT

std::unique_ptr<weld::Label> SvxAsianLayoutPage::m_xStartFT
private

Definition at line 38 of file optasian.hxx.

Referenced by Reset().

◆ pImpl

std::unique_ptr<SvxAsianLayoutPage_Impl> SvxAsianLayoutPage::pImpl
private

Definition at line 28 of file optasian.hxx.

Referenced by FillItemSet(), and Reset().


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