#include <config.hxx>
Inherits SmMathConfig.
Inheritance diagram for SmConfig:
Public Member Functions | |
SmConfig () | |
virtual | ~SmConfig () |
SmFontPickList & | GetFontPickList (USHORT nIdent) |
void | ItemSetToConfig (const SfxItemSet &rSet) |
void | ConfigToItemSet (SfxItemSet &rSet) const |
Private Attributes | |
SmFontPickList | vFontPickList [7] |
Definition at line 56 of file config.hxx.
SmConfig::SmConfig | ( | ) |
Definition at line 87 of file config.cxx.
SmConfig::~SmConfig | ( | ) | [virtual] |
Definition at line 92 of file config.cxx.
SmFontPickList& SmConfig::GetFontPickList | ( | USHORT | nIdent | ) | [inline] |
Definition at line 64 of file config.hxx.
References vFontPickList.
Referenced by SmFontTypeDialog::ReadFrom(), and SmFontTypeDialog::WriteTo().
void SmConfig::ItemSetToConfig | ( | const SfxItemSet & | rSet | ) |
Definition at line 97 of file config.cxx.
References HINT_FORMATCHANGED, SmMathConfig::IsIgnoreSpacesRight(), SmMathConfig::SaveOther(), SmMathConfig::SetAutoRedraw(), SmMathConfig::SetIgnoreSpacesRight(), SmMathConfig::SetPrintFormulaText(), SmMathConfig::SetPrintFrame(), SmMathConfig::SetPrintSize(), SmMathConfig::SetPrintTitle(), and SmMathConfig::SetPrintZoomFactor().
Referenced by SmModule::ApplyItemSet(), and SmViewShell::SetPrinter().
void SmConfig::ConfigToItemSet | ( | SfxItemSet & | rSet | ) | const |
Definition at line 143 of file config.cxx.
References SmMathConfig::GetPrintSize(), SmMathConfig::GetPrintZoomFactor(), SmMathConfig::IsAutoRedraw(), SmMathConfig::IsIgnoreSpacesRight(), SmMathConfig::IsPrintFormulaText(), SmMathConfig::IsPrintFrame(), and SmMathConfig::IsPrintTitle().
Referenced by SmModule::CreateItemSet(), and SmDocShell::GetPrt().
SmFontPickList SmConfig::vFontPickList[7] [private] |