LibreOffice Module cui (master) 1
|
#include <chardlg.hxx>
Public Member Functions | |
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 SfxItemSet & | GetItemSet () 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 SfxItemSet * | GetDialogExampleSet () const |
OUString | GetHelpId () const |
OUString | GetConfigId () const |
bool | IsVisible () const |
weld::Window * | GetFrameWeld () const |
std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Protected Member Functions | |
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) |
SvxFont & | GetPreviewFont () |
SvxFont & | GetPreviewCJKFont () |
SvxFont & | GetPreviewCTLFont () |
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 SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
SfxOkDialogController * | GetDialogController () const |
Protected Attributes | |
SvxFontPrevWindow | m_aPreviewWin |
std::unique_ptr< weld::CustomWeld > | m_xPreviewWin |
bool | m_bPreviewBackgroundToCharacter |
Additional Inherited Members | |
Static Public Member Functions inherited from SfxTabPage | |
static const SfxPoolItem * | GetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
static const T * | GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
Definition at line 34 of file chardlg.hxx.
|
protected |
Definition at line 135 of file chardlg.cxx.
|
overridevirtual |
Definition at line 141 of file chardlg.cxx.
|
overridevirtual |
Reimplemented from SfxTabPage.
Reimplemented in SvxCharNamePage, and SvxCharTwoLinesPage.
Definition at line 145 of file chardlg.cxx.
References m_aPreviewWin, m_bPreviewBackgroundToCharacter, rSet, and SvxFontPrevWindow::SetFromItemSet().
Referenced by SvxCharNamePage::ActivatePage(), and SvxCharTwoLinesPage::ActivatePage().
|
inlineprotected |
Definition at line 125 of file chardlg.cxx.
References SvxFontPrevWindow::GetCJKFont(), and m_aPreviewWin.
Referenced by SvxCharPositionPage::Initialize(), SvxCharTwoLinesPage::Initialize(), SvxCharEffectsPage::Reset(), SvxCharPositionPage::Reset(), SvxCharEffectsPage::ResetColor_Impl(), SetPrevFontEscapement(), SvxCharNamePage::UpdatePreview_Impl(), and SvxCharEffectsPage::UpdatePreview_Impl().
|
inlineprotected |
Definition at line 130 of file chardlg.cxx.
References SvxFontPrevWindow::GetCTLFont(), and m_aPreviewWin.
Referenced by SvxCharPositionPage::Initialize(), SvxCharTwoLinesPage::Initialize(), SvxCharEffectsPage::Reset(), SvxCharPositionPage::Reset(), SvxCharEffectsPage::ResetColor_Impl(), SetPrevFontEscapement(), SvxCharNamePage::UpdatePreview_Impl(), and SvxCharEffectsPage::UpdatePreview_Impl().
|
inlineprotected |
Definition at line 120 of file chardlg.cxx.
References SvxFontPrevWindow::GetFont(), and m_aPreviewWin.
Referenced by SvxCharPositionPage::Initialize(), SvxCharTwoLinesPage::Initialize(), SvxCharEffectsPage::Reset(), SvxCharPositionPage::Reset(), SvxCharEffectsPage::ResetColor_Impl(), SetPrevFontEscapement(), SvxCharNamePage::UpdatePreview_Impl(), and SvxCharEffectsPage::UpdatePreview_Impl().
|
protected |
Definition at line 160 of file chardlg.cxx.
References GetPreviewCJKFont(), GetPreviewCTLFont(), GetPreviewFont(), and m_aPreviewWin.
Referenced by SvxCharPositionPage::Reset(), and SvxCharPositionPage::UpdatePreview_Impl().
|
protected |
Definition at line 150 of file chardlg.cxx.
References SfxItemSet::Get(), SfxItemSet::GetItemState(), SfxTabPage::GetWhich(), m_aPreviewWin, rSet, and SvxFontPrevWindow::SetFontWidthScale().
Referenced by SvxCharNamePage::Reset(), SvxCharEffectsPage::Reset(), and SvxCharTwoLinesPage::Reset().
|
protected |
Definition at line 37 of file chardlg.hxx.
Referenced by ActivatePage(), GetPreviewCJKFont(), GetPreviewCTLFont(), GetPreviewFont(), SvxCharEffectsPage::Reset(), SvxCharEffectsPage::ResetColor_Impl(), SetPrevFontEscapement(), SetPrevFontWidthScale(), SvxCharNamePage::SvxCharNamePage(), SvxCharPositionPage::SvxCharPositionPage(), SvxCharTwoLinesPage::SvxCharTwoLinesPage(), SvxCharNamePage::UpdatePreview_Impl(), SvxCharEffectsPage::UpdatePreview_Impl(), and SvxCharTwoLinesPage::UpdatePreview_Impl().
|
protected |
Definition at line 40 of file chardlg.hxx.
Referenced by ActivatePage(), SvxCharNamePage::PageCreated(), SvxCharEffectsPage::PageCreated(), SvxCharPositionPage::PageCreated(), and SvxCharTwoLinesPage::PageCreated().
|
protected |
Definition at line 38 of file chardlg.hxx.
Referenced by SvxCharNamePage::SvxCharNamePage(), SvxCharPositionPage::SvxCharPositionPage(), SvxCharTwoLinesPage::SvxCharTwoLinesPage(), and SvxCharNamePage::~SvxCharNamePage().