LibreOffice Module cui (master) 1
|
#include <chardlg.hxx>
Public Member Functions | |
SvxCharPositionPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SvxCharPositionPage () override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
virtual void | Reset (const SfxItemSet *rSet) override |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | ChangesApplied () override |
virtual void | FillUserData () 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 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 () |
Static Public Member Functions | |
static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rSet) |
static WhichRangesContainer | GetRanges () |
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) |
Private Member Functions | |
void | Initialize () |
void | UpdatePreview_Impl (sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc) |
void | SetEscapement_Impl (SvxEscapement nEsc) |
DECL_LINK (PositionHdl_Impl, weld::Toggleable &, void) | |
DECL_LINK (RotationHdl_Impl, weld::Toggleable &, void) | |
DECL_LINK (AutoPositionHdl_Impl, weld::Toggleable &, void) | |
DECL_LINK (FitToLineHdl_Impl, weld::Toggleable &, void) | |
DECL_LINK (KerningModifyHdl_Impl, weld::MetricSpinButton &, void) | |
DECL_LINK (ValueChangedHdl_Impl, weld::MetricSpinButton &, void) | |
DECL_LINK (ScaleWidthModifyHdl_Impl, weld::MetricSpinButton &, void) | |
void | FontModifyHdl_Impl () |
Static Private Attributes | |
static const WhichRangesContainer | pPositionRanges |
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) |
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 inherited from SvxCharBasePage | |
SvxFontPrevWindow | m_aPreviewWin |
std::unique_ptr< weld::CustomWeld > | m_xPreviewWin |
bool | m_bPreviewBackgroundToCharacter |
Definition at line 237 of file chardlg.hxx.
SvxCharPositionPage::SvxCharPositionPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 2421 of file chardlg.cxx.
References DFLT_ESC_PROP, DFLT_ESC_SUB, DFLT_ESC_SUPER, Initialize(), SvxCharBasePage::m_aPreviewWin, SvxCharBasePage::m_xPreviewWin, PERCENT(), and POINT.
|
overridevirtual |
Definition at line 2455 of file chardlg.cxx.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 2877 of file chardlg.cxx.
References m_x0degRB, m_x270degRB, m_x90degRB, m_xFitToLineCB, m_xHighLowRB, m_xHighPosBtn, m_xKerningMF, m_xLowPosBtn, m_xNormalPosBtn, m_xPairKerningBtn, and m_xScaleWidthMF.
Referenced by Reset().
|
static |
Definition at line 2650 of file chardlg.cxx.
References rSet.
Referenced by AbstractDialogFactory_Impl::GetTabPageCreatorFunc(), and SvxSearchFormatDialog::SvxSearchFormatDialog().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 2643 of file chardlg.cxx.
References FillItemSet().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 2892 of file chardlg.cxx.
References DFLT_ESC_AUTO_SUB, DFLT_ESC_AUTO_SUPER, SvxEscapementItem::GetEsc(), SfxTabPage::GetItemSet(), SfxItemSet::GetItemState(), SfxItemPool::GetMetric(), SfxTabPage::GetOldItem(), SfxItemSet::GetPool(), SvxEscapementItem::GetProportionalHeight(), SfxTabPage::GetWhich(), SfxItemSet::InvalidateItem(), OutputDevice::LogicToLogic(), m_x0degRB, m_x270degRB, m_x90degRB, m_xFitToLineCB, m_xFontSizeMF, m_xHighLowMF, m_xHighLowRB, m_xHighPosBtn, m_xKerningMF, m_xLowPosBtn, m_xNormalPosBtn, m_xPairKerningBtn, m_xScaleWidthMF, SfxItemSet::Put(), rSet, SvxTextRotateItem::SetBottomToTop(), and SvxTextRotateItem::SetTopToBottom().
Referenced by DeactivatePage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 3011 of file chardlg.cxx.
References m_nSubEsc, m_nSubProp, m_nSuperEsc, m_nSuperProp, SfxTabPage::SetUserData(), and u.
|
private |
Definition at line 2567 of file chardlg.cxx.
References m_xFontSizeMF, m_xHighLowMF, m_xLowPosBtn, and UpdatePreview_Impl().
|
inlinestatic |
Definition at line 295 of file chardlg.hxx.
References pPositionRanges.
Referenced by AbstractDialogFactory_Impl::GetTabPageRangesFunc().
|
private |
Definition at line 2460 of file chardlg.cxx.
References SvxCharBasePage::GetPreviewCJKFont(), SvxCharBasePage::GetPreviewCTLFont(), SvxCharBasePage::GetPreviewFont(), LINK, m_x0degRB, m_x270degRB, m_x90degRB, m_xFitToLineCB, m_xFontSizeMF, m_xHighLowMF, m_xHighLowRB, m_xHighPosBtn, m_xKerningMF, m_xLowPosBtn, m_xNormalPosBtn, m_xScaleWidthMF, and SfxTabPage::SetExchangeSupport().
Referenced by SvxCharPositionPage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 3023 of file chardlg.cxx.
References SfxItemSet::GetItem(), CntUInt32Item::GetValue(), SvxCharBasePage::m_bPreviewBackgroundToCharacter, and SVX_PREVIEW_CHARACTER.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 2655 of file chardlg.cxx.
References ChangesApplied(), DBG_ASSERT, DFLT_ESC_AUTO_SUB, DFLT_ESC_AUTO_SUPER, DFLT_ESC_PROP, DFLT_ESC_SUB, DFLT_ESC_SUPER, SfxItemSet::Get(), SvxEscapementItem::GetEsc(), SfxItemSet::GetItemState(), SfxItemPool::GetMetric(), SfxItemSet::GetPool(), SvxCharBasePage::GetPreviewCJKFont(), SvxCharBasePage::GetPreviewCTLFont(), SvxCharBasePage::GetPreviewFont(), SvxEscapementItem::GetProportionalHeight(), o3tl::getToken(), SfxTabPage::GetUserData(), SvxTextRotateItem::GetValue(), SfxTabPage::GetWhich(), SvxTextRotateItem::IsBottomToTop(), SvxCharRotateItem::IsFitToLine(), SvxTextRotateItem::IsTopToBottom(), OutputDevice::LogicToLogic(), m_nScaleWidthInitialVal, m_nScaleWidthItemSetVal, m_nSubEsc, m_nSubProp, m_nSuperEsc, m_nSuperProp, m_x0degRB, m_x270degRB, m_x90degRB, m_xFitToLineCB, m_xFontSizeFT, m_xFontSizeMF, m_xHighLowFT, m_xHighLowMF, m_xHighLowRB, m_xHighPosBtn, m_xKerningMF, m_xLowPosBtn, m_xNormalPosBtn, m_xPairKerningBtn, m_xRotationContainer, m_xScaleWidthMF, m_xScalingAndRotationFT, m_xScalingFT, MAX_ESC_POS, rSet, SvxCharBasePage::SetPrevFontEscapement(), and o3tl::toInt32().
|
private |
Definition at line 2498 of file chardlg.cxx.
References SvxEscapementItem::GetEsc(), SvxEscapementItem::GetProportionalHeight(), m_nSubEsc, m_nSubProp, m_nSuperEsc, m_nSuperProp, m_xFontSizeFT, m_xFontSizeMF, m_xHighLowFT, m_xHighLowMF, m_xHighLowRB, and UpdatePreview_Impl().
|
private |
Definition at line 2492 of file chardlg.cxx.
References SvxCharBasePage::SetPrevFontEscapement().
Referenced by FontModifyHdl_Impl(), and SetEscapement_Impl().
|
private |
Definition at line 246 of file chardlg.hxx.
Referenced by Reset().
|
private |
Definition at line 245 of file chardlg.hxx.
Referenced by Reset().
|
private |
Definition at line 243 of file chardlg.hxx.
Referenced by FillUserData(), Reset(), and SetEscapement_Impl().
|
private |
Definition at line 249 of file chardlg.hxx.
Referenced by FillUserData(), Reset(), and SetEscapement_Impl().
|
private |
Definition at line 242 of file chardlg.hxx.
Referenced by FillUserData(), Reset(), and SetEscapement_Impl().
|
private |
Definition at line 248 of file chardlg.hxx.
Referenced by FillUserData(), Reset(), and SetEscapement_Impl().
|
private |
Definition at line 264 of file chardlg.hxx.
Referenced by ChangesApplied(), FillItemSet(), Initialize(), and Reset().
|
private |
Definition at line 266 of file chardlg.hxx.
Referenced by ChangesApplied(), FillItemSet(), Initialize(), and Reset().
|
private |
Definition at line 265 of file chardlg.hxx.
Referenced by ChangesApplied(), FillItemSet(), Initialize(), and Reset().
|
private |
Definition at line 267 of file chardlg.hxx.
Referenced by ChangesApplied(), FillItemSet(), Initialize(), and Reset().
|
private |
Definition at line 257 of file chardlg.hxx.
Referenced by Reset(), and SetEscapement_Impl().
|
private |
Definition at line 258 of file chardlg.hxx.
Referenced by FillItemSet(), FontModifyHdl_Impl(), Initialize(), Reset(), and SetEscapement_Impl().
|
private |
Definition at line 254 of file chardlg.hxx.
Referenced by Reset(), and SetEscapement_Impl().
|
private |
Definition at line 255 of file chardlg.hxx.
Referenced by FillItemSet(), FontModifyHdl_Impl(), Initialize(), Reset(), and SetEscapement_Impl().
|
private |
Definition at line 256 of file chardlg.hxx.
Referenced by ChangesApplied(), FillItemSet(), Initialize(), Reset(), and SetEscapement_Impl().
|
private |
Definition at line 251 of file chardlg.hxx.
Referenced by ChangesApplied(), FillItemSet(), Initialize(), and Reset().
|
private |
Definition at line 271 of file chardlg.hxx.
Referenced by ChangesApplied(), FillItemSet(), Initialize(), and Reset().
|
private |
Definition at line 253 of file chardlg.hxx.
Referenced by ChangesApplied(), FillItemSet(), FontModifyHdl_Impl(), Initialize(), and Reset().
|
private |
Definition at line 252 of file chardlg.hxx.
Referenced by ChangesApplied(), FillItemSet(), Initialize(), and Reset().
|
private |
Definition at line 272 of file chardlg.hxx.
Referenced by ChangesApplied(), FillItemSet(), and Reset().
|
private |
Definition at line 260 of file chardlg.hxx.
Referenced by Reset().
|
private |
Definition at line 269 of file chardlg.hxx.
Referenced by ChangesApplied(), FillItemSet(), Initialize(), and Reset().
|
private |
Definition at line 263 of file chardlg.hxx.
Referenced by Reset().
|
private |
Definition at line 262 of file chardlg.hxx.
Referenced by Reset().
|
staticprivate |
Definition at line 239 of file chardlg.hxx.
Referenced by GetRanges().