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

#include <chardlg.hxx>

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

Public Member Functions

virtual void ActivatePage (const SfxItemSet &rSet) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) override
 
 SvxCharNamePage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SvxCharNamePage () override
 
virtual void Reset (const SfxItemSet *rSet) override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void ChangesApplied () override
 
void SetFontList (const SvxFontListItem &rItem)
 
void EnableRelativeMode ()
 
void EnableSearchMode ()
 
void DisableControls (sal_uInt16 nDisable)
 
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 Types

enum  LanguageGroup {
  Western = 0 ,
  Asian ,
  Ctl
}
 

Private Member Functions

void Initialize ()
 
const FontListGetFontList () const
 
void UpdatePreview_Impl ()
 
void FillStyleBox_Impl (const weld::Widget &rBox)
 
void FillSizeBox_Impl (const weld::Widget &rBox)
 
void EnableFeatureButton (const weld::Widget &rNameBox)
 
void Reset_Impl (const SfxItemSet &rSet, LanguageGroup eLangGrp)
 
bool FillItemSet_Impl (SfxItemSet &rSet, LanguageGroup eLangGrp)
 
 DECL_LINK (UpdateHdl_Impl, Timer *, void)
 
 DECL_LINK (FontModifyComboBoxHdl_Impl, weld::ComboBox &, void)
 
 DECL_LINK (FontFeatureButtonClicked, weld::Button &, void)
 
void FontModifyHdl_Impl (const weld::Widget &)
 

Private Attributes

std::unique_ptr< SvxCharNamePage_Implm_pImpl
 
std::unique_ptr< weld::Notebookm_xWestern
 
std::unique_ptr< weld::Labelm_xWestFontNameFT
 
std::unique_ptr< weld::ComboBoxm_xWestFontNameLB
 
std::unique_ptr< weld::Labelm_xWestFontStyleFT
 
std::unique_ptr< FontStyleBoxm_xWestFontStyleLB
 
std::unique_ptr< weld::Labelm_xWestFontSizeFT
 
std::unique_ptr< FontSizeBoxm_xWestFontSizeLB
 
std::unique_ptr< weld::Labelm_xWestFontLanguageFT
 
std::unique_ptr< SvxLanguageBoxm_xWestFontLanguageLB
 
std::unique_ptr< weld::Buttonm_xWestFontFeaturesButton
 
std::unique_ptr< weld::Labelm_xWestFontTypeFT
 
std::unique_ptr< weld::Notebookm_xCJK_CTL
 
std::unique_ptr< weld::Labelm_xEastFontNameFT
 
std::unique_ptr< weld::ComboBoxm_xEastFontNameLB
 
std::unique_ptr< weld::Labelm_xEastFontStyleFT
 
std::unique_ptr< FontStyleBoxm_xEastFontStyleLB
 
std::unique_ptr< weld::Labelm_xEastFontSizeFT
 
std::unique_ptr< FontSizeBoxm_xEastFontSizeLB
 
std::unique_ptr< weld::Labelm_xEastFontLanguageFT
 
std::unique_ptr< SvxLanguageBoxm_xEastFontLanguageLB
 
std::unique_ptr< weld::Buttonm_xEastFontFeaturesButton
 
std::unique_ptr< weld::Labelm_xEastFontTypeFT
 
std::unique_ptr< weld::Labelm_xCTLFontNameFT
 
std::unique_ptr< weld::ComboBoxm_xCTLFontNameLB
 
std::unique_ptr< weld::Labelm_xCTLFontStyleFT
 
std::unique_ptr< FontStyleBoxm_xCTLFontStyleLB
 
std::unique_ptr< weld::Labelm_xCTLFontSizeFT
 
std::unique_ptr< FontSizeBoxm_xCTLFontSizeLB
 
std::unique_ptr< weld::Labelm_xCTLFontLanguageFT
 
std::unique_ptr< SvxLanguageBoxm_xCTLFontLanguageLB
 
std::unique_ptr< weld::Buttonm_xCTLFontFeaturesButton
 
std::unique_ptr< weld::Labelm_xCTLFontTypeFT
 
ScopedVclPtrInstance< VirtualDevicem_xVDev
 

Static Private Attributes

static const WhichRangesContainer pNameRanges
 

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 61 of file chardlg.hxx.

Member Enumeration Documentation

◆ LanguageGroup

Enumerator
Western 

Language for western text.

Asian 

Language for asian text.

Ctl 

Language for ctl text.

Definition at line 113 of file chardlg.hxx.

Constructor & Destructor Documentation

◆ SvxCharNamePage()

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

◆ ~SvxCharNamePage()

SvxCharNamePage::~SvxCharNamePage ( )
overridevirtual

Member Function Documentation

◆ ActivatePage()

void SvxCharNamePage::ActivatePage ( const SfxItemSet rSet)
overridevirtual

Reimplemented from SvxCharBasePage.

Definition at line 1174 of file chardlg.cxx.

References SvxCharBasePage::ActivatePage(), rSet, and UpdatePreview_Impl().

◆ ChangesApplied()

void SvxCharNamePage::ChangesApplied ( )
overridevirtual

◆ Create()

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

◆ DeactivatePage()

DeactivateRC SvxCharNamePage::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 1181 of file chardlg.cxx.

References FillItemSet().

◆ DECL_LINK() [1/3]

SvxCharNamePage::DECL_LINK ( FontFeatureButtonClicked  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/3]

SvxCharNamePage::DECL_LINK ( FontModifyComboBoxHdl_Impl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [3/3]

SvxCharNamePage::DECL_LINK ( UpdateHdl_Impl  ,
Timer ,
void   
)
private

◆ DisableControls()

void SvxCharNamePage::DisableControls ( sal_uInt16  nDisable)

◆ EnableFeatureButton()

void SvxCharNamePage::EnableFeatureButton ( const weld::Widget rNameBox)
private

◆ EnableRelativeMode()

void SvxCharNamePage::EnableRelativeMode ( )

◆ EnableSearchMode()

void SvxCharNamePage::EnableSearchMode ( )

Definition at line 1259 of file chardlg.cxx.

References m_pImpl.

◆ FillItemSet()

bool SvxCharNamePage::FillItemSet ( SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 1219 of file chardlg.cxx.

References Asian, Ctl, FillItemSet_Impl(), rSet, and Western.

Referenced by DeactivatePage().

◆ FillItemSet_Impl()

bool SvxCharNamePage::FillItemSet_Impl ( SfxItemSet rSet,
LanguageGroup  eLangGrp 
)
private

Definition at line 823 of file chardlg.cxx.

References Asian, CalcToUnit(), SfxItemSet::ClearItem(), Ctl, DBG_ASSERT, FontStyleBox::find_text(), FontList::Get(), SfxItemSet::Get(), SvxLanguageBox::get_active(), SvxLanguageBox::get_active_id(), SvxLanguageBox::get_active_id_changed_from_saved(), FontSizeBox::get_active_text(), FontStyleBox::get_active_text(), weld::ComboBox::get_active_text(), SvxLanguageBox::get_saved_active_id(), FontSizeBox::get_saved_value(), FontStyleBox::get_saved_value(), weld::ComboBox::get_saved_value(), FontSizeBox::get_value(), vcl::Font::GetCharSet(), SfxTabPage::GetDialogExampleSet(), SvxLanguageBox::GetEditedAndValid(), SvxFontItem::GetFamilyName(), vcl::Font::GetFamilyName(), vcl::Font::GetFamilyType(), GetFontList(), SvxFontHeightItem::GetHeight(), vcl::Font::GetItalic(), SfxTabPage::GetItemSet(), SfxItemSet::GetItemState(), SfxItemPool::GetMetric(), SfxTabPage::GetOldItem(), SfxItemSet::GetParent(), vcl::Font::GetPitch(), SfxItemSet::GetPool(), SvxFontHeightItem::GetProp(), SvxFontHeightItem::GetPropUnit(), vcl::Font::GetStyleName(), GetValue(), vcl::Font::GetWeight(), SfxTabPage::GetWhich(), SvxLanguageBox::Invalid, SfxItemSet::InvalidateItem(), FontSizeBox::IsPtRelative(), FontSizeBox::IsRelative(), ITALIC_NONE, m_pImpl, m_xCTLFontLanguageLB, m_xCTLFontNameLB, m_xCTLFontSizeLB, m_xCTLFontStyleLB, m_xEastFontLanguageLB, m_xEastFontNameLB, m_xEastFontSizeLB, m_xEastFontStyleLB, m_xWestFontLanguageLB, m_xWestFontNameLB, m_xWestFontSizeLB, m_xWestFontStyleLB, SvxLanguageBox::No, SfxItemSet::Put(), rSet, SvxLanguageBox::SaveEditedAsEntry(), SvxLanguageBox::set_active_id(), SvxFontHeightItem::SetHeight(), SvxLanguageBox::Valid, WEIGHT_NORMAL, and Western.

Referenced by FillItemSet().

◆ FillSizeBox_Impl()

void SvxCharNamePage::FillSizeBox_Impl ( const weld::Widget rBox)
private

◆ FillStyleBox_Impl()

void SvxCharNamePage::FillStyleBox_Impl ( const weld::Widget rBox)
private

◆ FontModifyHdl_Impl()

void SvxCharNamePage::FontModifyHdl_Impl ( const weld::Widget rNameBox)
private

◆ GetFontList()

const FontList * SvxCharNamePage::GetFontList ( ) const
private

◆ GetRanges()

static WhichRangesContainer SvxCharNamePage::GetRanges ( )
inlinestatic

Definition at line 146 of file chardlg.hxx.

References pNameRanges.

Referenced by AbstractDialogFactory_Impl::GetTabPageRangesFunc().

◆ Initialize()

void SvxCharNamePage::Initialize ( )
private

◆ PageCreated()

void SvxCharNamePage::PageCreated ( const SfxAllItemSet aSet)
overridevirtual

◆ Reset()

void SvxCharNamePage::Reset ( const SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 1193 of file chardlg.cxx.

References Asian, Ctl, Reset_Impl(), rSet, SvxCharBasePage::SetPrevFontWidthScale(), UpdatePreview_Impl(), and Western.

◆ Reset_Impl()

void SvxCharNamePage::Reset_Impl ( const SfxItemSet rSet,
LanguageGroup  eLangGrp 
)
private

Definition at line 593 of file chardlg.cxx.

References Asian, CalcToPoint(), Ctl, DBG_ASSERT, EnableFeatureButton(), FillSizeBox_Impl(), FillStyleBox_Impl(), weld::ComboBox::find_text(), FontList::Get(), SfxItemSet::Get(), FontStyleBox::get_active_text(), weld::ComboBox::get_active_text(), SvxFontItem::GetFamilyName(), GetFontList(), FontList::GetFontMapText(), SvxFontHeightItem::GetHeight(), SfxItemSet::GetItemState(), SfxItemPool::GetMetric(), SfxItemSet::GetPool(), SvxFontHeightItem::GetProp(), SvxFontHeightItem::GetPropUnit(), FontList::GetStyleName(), SfxTabPage::GetWhich(), SvxLanguageBox::hide(), weld::Widget::hide(), FontSizeBox::IsRelativeMode(), ITALIC_NONE, LANGUAGE_DONTKNOW, LANGUAGE_SYSTEM, m_pImpl, m_xCTLFontLanguageFT, m_xCTLFontLanguageLB, m_xCTLFontNameLB, m_xCTLFontSizeFT, m_xCTLFontSizeLB, m_xCTLFontStyleFT, m_xCTLFontStyleLB, m_xCTLFontTypeFT, m_xEastFontLanguageFT, m_xEastFontLanguageLB, m_xEastFontNameLB, m_xEastFontSizeFT, m_xEastFontSizeLB, m_xEastFontStyleFT, m_xEastFontStyleLB, m_xEastFontTypeFT, m_xWestFontLanguageFT, m_xWestFontLanguageLB, m_xWestFontNameLB, m_xWestFontSizeFT, m_xWestFontSizeLB, m_xWestFontStyleFT, m_xWestFontStyleLB, m_xWestFontTypeFT, nIndex, rSet, SvxLanguageBox::save_active_id(), FontSizeBox::save_value(), FontStyleBox::save_value(), weld::ComboBox::save_value(), SvxLanguageBox::set_active(), weld::ComboBox::set_active(), SvxLanguageBox::set_active_id(), FontSizeBox::set_active_or_entry_text(), weld::ComboBox::set_active_text(), FontStyleBox::set_active_text(), weld::ComboBox::set_entry_text(), FontSizeBox::set_sensitive(), FontStyleBox::set_sensitive(), SvxLanguageBox::set_sensitive(), weld::Widget::set_sensitive(), FontSizeBox::set_value(), FontSizeBox::SetPtRelative(), FontSizeBox::SetRelative(), WEIGHT_NORMAL, and Western.

Referenced by Reset().

◆ SetFontList()

void SvxCharNamePage::SetFontList ( const SvxFontListItem rItem)

Definition at line 1227 of file chardlg.cxx.

References FontList::Clone(), SvxFontListItem::GetFontList(), and m_pImpl.

Referenced by PageCreated().

◆ UpdatePreview_Impl()

void SvxCharNamePage::UpdatePreview_Impl ( )
private

Member Data Documentation

◆ m_pImpl

std::unique_ptr<SvxCharNamePage_Impl> SvxCharNamePage::m_pImpl
private

◆ m_xCJK_CTL

std::unique_ptr<weld::Notebook> SvxCharNamePage::m_xCJK_CTL
private

Definition at line 80 of file chardlg.hxx.

Referenced by SvxCharNamePage().

◆ m_xCTLFontFeaturesButton

std::unique_ptr<weld::Button> SvxCharNamePage::m_xCTLFontFeaturesButton
private

Definition at line 100 of file chardlg.hxx.

Referenced by EnableFeatureButton(), and Initialize().

◆ m_xCTLFontLanguageFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xCTLFontLanguageFT
private

Definition at line 98 of file chardlg.hxx.

Referenced by DisableControls(), and Reset_Impl().

◆ m_xCTLFontLanguageLB

std::unique_ptr<SvxLanguageBox> SvxCharNamePage::m_xCTLFontLanguageLB
private

◆ m_xCTLFontNameFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xCTLFontNameFT
private

Definition at line 92 of file chardlg.hxx.

Referenced by SvxCharNamePage().

◆ m_xCTLFontNameLB

std::unique_ptr<weld::ComboBox> SvxCharNamePage::m_xCTLFontNameLB
private

◆ m_xCTLFontSizeFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xCTLFontSizeFT
private

Definition at line 96 of file chardlg.hxx.

Referenced by Reset_Impl().

◆ m_xCTLFontSizeLB

std::unique_ptr<FontSizeBox> SvxCharNamePage::m_xCTLFontSizeLB
private

◆ m_xCTLFontStyleFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xCTLFontStyleFT
private

Definition at line 94 of file chardlg.hxx.

Referenced by Reset_Impl(), and SvxCharNamePage().

◆ m_xCTLFontStyleLB

std::unique_ptr<FontStyleBox> SvxCharNamePage::m_xCTLFontStyleLB
private

◆ m_xCTLFontTypeFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xCTLFontTypeFT
private

Definition at line 101 of file chardlg.hxx.

Referenced by Reset_Impl(), and UpdatePreview_Impl().

◆ m_xEastFontFeaturesButton

std::unique_ptr<weld::Button> SvxCharNamePage::m_xEastFontFeaturesButton
private

Definition at line 89 of file chardlg.hxx.

Referenced by EnableFeatureButton(), and Initialize().

◆ m_xEastFontLanguageFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xEastFontLanguageFT
private

Definition at line 87 of file chardlg.hxx.

Referenced by DisableControls(), and Reset_Impl().

◆ m_xEastFontLanguageLB

std::unique_ptr<SvxLanguageBox> SvxCharNamePage::m_xEastFontLanguageLB
private

◆ m_xEastFontNameFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xEastFontNameFT
private

Definition at line 81 of file chardlg.hxx.

Referenced by SvxCharNamePage().

◆ m_xEastFontNameLB

std::unique_ptr<weld::ComboBox> SvxCharNamePage::m_xEastFontNameLB
private

◆ m_xEastFontSizeFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xEastFontSizeFT
private

Definition at line 85 of file chardlg.hxx.

Referenced by Reset_Impl().

◆ m_xEastFontSizeLB

std::unique_ptr<FontSizeBox> SvxCharNamePage::m_xEastFontSizeLB
private

◆ m_xEastFontStyleFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xEastFontStyleFT
private

Definition at line 83 of file chardlg.hxx.

Referenced by Reset_Impl(), and SvxCharNamePage().

◆ m_xEastFontStyleLB

std::unique_ptr<FontStyleBox> SvxCharNamePage::m_xEastFontStyleLB
private

◆ m_xEastFontTypeFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xEastFontTypeFT
private

Definition at line 90 of file chardlg.hxx.

Referenced by Reset_Impl(), and UpdatePreview_Impl().

◆ m_xVDev

ScopedVclPtrInstance<VirtualDevice> SvxCharNamePage::m_xVDev
private

Definition at line 104 of file chardlg.hxx.

Referenced by EnableFeatureButton().

◆ m_xWestern

std::unique_ptr<weld::Notebook> SvxCharNamePage::m_xWestern
private

Definition at line 68 of file chardlg.hxx.

Referenced by SvxCharNamePage().

◆ m_xWestFontFeaturesButton

std::unique_ptr<weld::Button> SvxCharNamePage::m_xWestFontFeaturesButton
private

Definition at line 77 of file chardlg.hxx.

Referenced by EnableFeatureButton(), and Initialize().

◆ m_xWestFontLanguageFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xWestFontLanguageFT
private

Definition at line 75 of file chardlg.hxx.

Referenced by DisableControls(), and Reset_Impl().

◆ m_xWestFontLanguageLB

std::unique_ptr<SvxLanguageBox> SvxCharNamePage::m_xWestFontLanguageLB
private

◆ m_xWestFontNameFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xWestFontNameFT
private

Definition at line 69 of file chardlg.hxx.

Referenced by SvxCharNamePage().

◆ m_xWestFontNameLB

std::unique_ptr<weld::ComboBox> SvxCharNamePage::m_xWestFontNameLB
private

◆ m_xWestFontSizeFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xWestFontSizeFT
private

Definition at line 73 of file chardlg.hxx.

Referenced by Reset_Impl().

◆ m_xWestFontSizeLB

std::unique_ptr<FontSizeBox> SvxCharNamePage::m_xWestFontSizeLB
private

◆ m_xWestFontStyleFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xWestFontStyleFT
private

Definition at line 71 of file chardlg.hxx.

Referenced by Reset_Impl(), and SvxCharNamePage().

◆ m_xWestFontStyleLB

std::unique_ptr<FontStyleBox> SvxCharNamePage::m_xWestFontStyleLB
private

◆ m_xWestFontTypeFT

std::unique_ptr<weld::Label> SvxCharNamePage::m_xWestFontTypeFT
private

Definition at line 78 of file chardlg.hxx.

Referenced by Reset_Impl(), and UpdatePreview_Impl().

◆ pNameRanges

const WhichRangesContainer SvxCharNamePage::pNameRanges
staticprivate

Definition at line 64 of file chardlg.hxx.

Referenced by GetRanges().


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