|
LibreOffice Module cui (master) 1
|
#include <textanim.hxx>
Public Member Functions | |
| SvxTextAnimationPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rInAttrs) | |
| virtual | ~SvxTextAnimationPage () override |
| virtual bool | FillItemSet (SfxItemSet *) override |
| virtual void | Reset (const SfxItemSet *) 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 *) |
| 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 | |
| DECL_LINK (SelectEffectHdl_Impl, weld::ComboBox &, void) | |
| DECL_LINK (ClickEndlessHdl_Impl, weld::Toggleable &, void) | |
| DECL_LINK (ClickAutoHdl_Impl, weld::Toggleable &, void) | |
| DECL_LINK (ClickPixelHdl_Impl, weld::Toggleable &, void) | |
| DECL_LINK (ClickDirectionHdl_Impl, weld::Button &, void) | |
| void | SelectDirection (SdrTextAniDirection nValue) |
| sal_uInt16 | GetSelectedDirection () const |
Private Attributes | |
| SdrTextAniKind | eAniKind |
| FieldUnit | eFUnit |
| MapUnit | eUnit |
| TriState | m_aUpState |
| TriState | m_aLeftState |
| TriState | m_aRightState |
| TriState | m_aDownState |
| std::unique_ptr< weld::ComboBox > | m_xLbEffect |
| std::unique_ptr< weld::Widget > | m_xBoxDirection |
| std::unique_ptr< weld::ToggleButton > | m_xBtnUp |
| std::unique_ptr< weld::ToggleButton > | m_xBtnLeft |
| std::unique_ptr< weld::ToggleButton > | m_xBtnRight |
| std::unique_ptr< weld::ToggleButton > | m_xBtnDown |
| std::unique_ptr< weld::Frame > | m_xFlProperties |
| std::unique_ptr< weld::CheckButton > | m_xTsbStartInside |
| std::unique_ptr< weld::CheckButton > | m_xTsbStopInside |
| std::unique_ptr< weld::Widget > | m_xBoxCount |
| std::unique_ptr< weld::CheckButton > | m_xTsbEndless |
| std::unique_ptr< weld::SpinButton > | m_xNumFldCount |
| std::unique_ptr< weld::CheckButton > | m_xTsbPixel |
| std::unique_ptr< weld::MetricSpinButton > | m_xMtrFldAmount |
| std::unique_ptr< weld::CheckButton > | m_xTsbAuto |
| std::unique_ptr< weld::MetricSpinButton > | m_xMtrFldDelay |
Static Private Attributes | |
| static const WhichRangesContainer | pRanges |
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 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 |
Definition at line 34 of file textanim.hxx.
| SvxTextAnimationPage::SvxTextAnimationPage | ( | weld::Container * | pPage, |
| weld::DialogController * | pController, | ||
| const SfxItemSet & | rInAttrs | ||
| ) |
Definition at line 84 of file textanim.cxx.
References DBG_ASSERT, eFUnit, eUnit, SfxItemPool::GetMetric(), GetModuleFieldUnit(), SfxItemSet::GetPool(), LINK, m_xBtnDown, m_xBtnLeft, m_xBtnRight, m_xBtnUp, m_xLbEffect, m_xTsbAuto, m_xTsbEndless, m_xTsbPixel, MILLISECOND, NONE, PIXEL, SDRATTR_TEXT_LEFTDIST(), and TRISTATE_INDET.
|
overridevirtual |
Definition at line 125 of file textanim.cxx.
|
static |
Definition at line 378 of file textanim.cxx.
Referenced by AbstractDialogFactory_Impl::GetTabPageCreatorFunc(), and SvxTextTabDialog::SvxTextTabDialog().
|
private |
|
private |
|
private |
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 268 of file textanim.cxx.
References eUnit, GetCoreValue(), GetSelectedDirection(), m_aDownState, m_aLeftState, m_aRightState, m_aUpState, m_xBtnDown, m_xBtnLeft, m_xBtnRight, m_xBtnUp, m_xLbEffect, m_xMtrFldAmount, m_xMtrFldDelay, m_xNumFldCount, m_xTsbAuto, m_xTsbEndless, m_xTsbPixel, m_xTsbStartInside, m_xTsbStopInside, nPos, nValue, SfxItemSet::Put(), and TRISTATE_TRUE.
|
inlinestatic |
Definition at line 83 of file textanim.hxx.
References pRanges.
Referenced by AbstractDialogFactory_Impl::GetTabPageRangesFunc().
|
private |
Definition at line 517 of file textanim.cxx.
References m_xBtnDown, m_xBtnLeft, m_xBtnRight, m_xBtnUp, and nValue.
Referenced by FillItemSet().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 135 of file textanim.cxx.
References eAniKind, eFUnit, eUnit, SfxItemPool::GetDefaultItem(), SfxTabPage::GetItem(), SfxItemSet::GetPool(), GetValue(), m_aDownState, m_aLeftState, m_aRightState, m_aUpState, m_xBtnDown, m_xBtnLeft, m_xBtnRight, m_xBtnUp, m_xLbEffect, m_xMtrFldAmount, m_xMtrFldDelay, m_xNumFldCount, m_xTsbAuto, m_xTsbEndless, m_xTsbPixel, m_xTsbStartInside, m_xTsbStopInside, nValue, SDRATTR_TEXT_ANIAMOUNT(), SDRATTR_TEXT_ANICOUNT(), SDRATTR_TEXT_ANIDELAY(), SDRATTR_TEXT_ANIDIRECTION(), SDRATTR_TEXT_ANIKIND(), SDRATTR_TEXT_ANISTARTINSIDE(), SDRATTR_TEXT_ANISTOPINSIDE(), SelectDirection(), SetMetricValue(), TRISTATE_FALSE, and TRISTATE_TRUE.
|
private |
Definition at line 509 of file textanim.cxx.
References m_xBtnDown, m_xBtnLeft, m_xBtnRight, m_xBtnUp, and nValue.
Referenced by Reset().
|
private |
Definition at line 39 of file textanim.hxx.
Referenced by Reset().
|
private |
Definition at line 40 of file textanim.hxx.
Referenced by Reset(), and SvxTextAnimationPage().
|
private |
Definition at line 41 of file textanim.hxx.
Referenced by FillItemSet(), Reset(), and SvxTextAnimationPage().
|
private |
Definition at line 46 of file textanim.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 44 of file textanim.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 45 of file textanim.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 43 of file textanim.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 59 of file textanim.hxx.
|
private |
Definition at line 49 of file textanim.hxx.
|
private |
Definition at line 53 of file textanim.hxx.
Referenced by FillItemSet(), GetSelectedDirection(), Reset(), SelectDirection(), and SvxTextAnimationPage().
|
private |
Definition at line 51 of file textanim.hxx.
Referenced by FillItemSet(), GetSelectedDirection(), Reset(), SelectDirection(), and SvxTextAnimationPage().
|
private |
Definition at line 52 of file textanim.hxx.
Referenced by FillItemSet(), GetSelectedDirection(), Reset(), SelectDirection(), and SvxTextAnimationPage().
|
private |
Definition at line 50 of file textanim.hxx.
Referenced by FillItemSet(), GetSelectedDirection(), Reset(), SelectDirection(), and SvxTextAnimationPage().
|
private |
Definition at line 55 of file textanim.hxx.
|
private |
Definition at line 48 of file textanim.hxx.
Referenced by FillItemSet(), Reset(), and SvxTextAnimationPage().
|
private |
Definition at line 64 of file textanim.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 67 of file textanim.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 61 of file textanim.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 66 of file textanim.hxx.
Referenced by FillItemSet(), Reset(), and SvxTextAnimationPage().
|
private |
Definition at line 60 of file textanim.hxx.
Referenced by FillItemSet(), Reset(), and SvxTextAnimationPage().
|
private |
Definition at line 63 of file textanim.hxx.
Referenced by FillItemSet(), Reset(), and SvxTextAnimationPage().
|
private |
Definition at line 56 of file textanim.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 57 of file textanim.hxx.
Referenced by FillItemSet(), and Reset().
|
staticprivate |
Definition at line 37 of file textanim.hxx.
Referenced by GetRanges().