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

#include <textanim.hxx>

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

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 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 *)
 
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 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::ComboBoxm_xLbEffect
 
std::unique_ptr< weld::Widgetm_xBoxDirection
 
std::unique_ptr< weld::ToggleButtonm_xBtnUp
 
std::unique_ptr< weld::ToggleButtonm_xBtnLeft
 
std::unique_ptr< weld::ToggleButtonm_xBtnRight
 
std::unique_ptr< weld::ToggleButtonm_xBtnDown
 
std::unique_ptr< weld::Framem_xFlProperties
 
std::unique_ptr< weld::CheckButtonm_xTsbStartInside
 
std::unique_ptr< weld::CheckButtonm_xTsbStopInside
 
std::unique_ptr< weld::Widgetm_xBoxCount
 
std::unique_ptr< weld::CheckButtonm_xTsbEndless
 
std::unique_ptr< weld::SpinButtonm_xNumFldCount
 
std::unique_ptr< weld::CheckButtonm_xTsbPixel
 
std::unique_ptr< weld::MetricSpinButtonm_xMtrFldAmount
 
std::unique_ptr< weld::CheckButtonm_xTsbAuto
 
std::unique_ptr< weld::MetricSpinButtonm_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 SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 

Detailed Description

Definition at line 34 of file textanim.hxx.

Constructor & Destructor Documentation

◆ SvxTextAnimationPage()

SvxTextAnimationPage::SvxTextAnimationPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rInAttrs 
)

◆ ~SvxTextAnimationPage()

SvxTextAnimationPage::~SvxTextAnimationPage ( )
overridevirtual

Definition at line 125 of file textanim.cxx.

Member Function Documentation

◆ Create()

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

◆ DECL_LINK() [1/5]

SvxTextAnimationPage::DECL_LINK ( ClickAutoHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/5]

SvxTextAnimationPage::DECL_LINK ( ClickDirectionHdl_Impl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [3/5]

SvxTextAnimationPage::DECL_LINK ( ClickEndlessHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [4/5]

SvxTextAnimationPage::DECL_LINK ( ClickPixelHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [5/5]

SvxTextAnimationPage::DECL_LINK ( SelectEffectHdl_Impl  ,
weld::ComboBox ,
void   
)
private

◆ FillItemSet()

bool SvxTextAnimationPage::FillItemSet ( SfxItemSet rAttrs)
overridevirtual

◆ GetRanges()

static WhichRangesContainer SvxTextAnimationPage::GetRanges ( )
inlinestatic

Definition at line 83 of file textanim.hxx.

References pRanges.

Referenced by AbstractDialogFactory_Impl::GetTabPageRangesFunc().

◆ GetSelectedDirection()

sal_uInt16 SvxTextAnimationPage::GetSelectedDirection ( ) const
private

Definition at line 517 of file textanim.cxx.

References m_xBtnDown, m_xBtnLeft, m_xBtnRight, m_xBtnUp, and nValue.

Referenced by FillItemSet().

◆ Reset()

void SvxTextAnimationPage::Reset ( const SfxItemSet rAttrs)
overridevirtual

◆ SelectDirection()

void SvxTextAnimationPage::SelectDirection ( SdrTextAniDirection  nValue)
private

Definition at line 509 of file textanim.cxx.

References m_xBtnDown, m_xBtnLeft, m_xBtnRight, m_xBtnUp, and nValue.

Referenced by Reset().

Member Data Documentation

◆ eAniKind

SdrTextAniKind SvxTextAnimationPage::eAniKind
private

Definition at line 39 of file textanim.hxx.

Referenced by Reset().

◆ eFUnit

FieldUnit SvxTextAnimationPage::eFUnit
private

Definition at line 40 of file textanim.hxx.

Referenced by Reset(), and SvxTextAnimationPage().

◆ eUnit

MapUnit SvxTextAnimationPage::eUnit
private

Definition at line 41 of file textanim.hxx.

Referenced by FillItemSet(), Reset(), and SvxTextAnimationPage().

◆ m_aDownState

TriState SvxTextAnimationPage::m_aDownState
private

Definition at line 46 of file textanim.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_aLeftState

TriState SvxTextAnimationPage::m_aLeftState
private

Definition at line 44 of file textanim.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_aRightState

TriState SvxTextAnimationPage::m_aRightState
private

Definition at line 45 of file textanim.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_aUpState

TriState SvxTextAnimationPage::m_aUpState
private

Definition at line 43 of file textanim.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xBoxCount

std::unique_ptr<weld::Widget> SvxTextAnimationPage::m_xBoxCount
private

Definition at line 59 of file textanim.hxx.

◆ m_xBoxDirection

std::unique_ptr<weld::Widget> SvxTextAnimationPage::m_xBoxDirection
private

Definition at line 49 of file textanim.hxx.

◆ m_xBtnDown

std::unique_ptr<weld::ToggleButton> SvxTextAnimationPage::m_xBtnDown
private

◆ m_xBtnLeft

std::unique_ptr<weld::ToggleButton> SvxTextAnimationPage::m_xBtnLeft
private

◆ m_xBtnRight

std::unique_ptr<weld::ToggleButton> SvxTextAnimationPage::m_xBtnRight
private

◆ m_xBtnUp

std::unique_ptr<weld::ToggleButton> SvxTextAnimationPage::m_xBtnUp
private

◆ m_xFlProperties

std::unique_ptr<weld::Frame> SvxTextAnimationPage::m_xFlProperties
private

Definition at line 55 of file textanim.hxx.

◆ m_xLbEffect

std::unique_ptr<weld::ComboBox> SvxTextAnimationPage::m_xLbEffect
private

Definition at line 48 of file textanim.hxx.

Referenced by FillItemSet(), Reset(), and SvxTextAnimationPage().

◆ m_xMtrFldAmount

std::unique_ptr<weld::MetricSpinButton> SvxTextAnimationPage::m_xMtrFldAmount
private

Definition at line 64 of file textanim.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xMtrFldDelay

std::unique_ptr<weld::MetricSpinButton> SvxTextAnimationPage::m_xMtrFldDelay
private

Definition at line 67 of file textanim.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xNumFldCount

std::unique_ptr<weld::SpinButton> SvxTextAnimationPage::m_xNumFldCount
private

Definition at line 61 of file textanim.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xTsbAuto

std::unique_ptr<weld::CheckButton> SvxTextAnimationPage::m_xTsbAuto
private

Definition at line 66 of file textanim.hxx.

Referenced by FillItemSet(), Reset(), and SvxTextAnimationPage().

◆ m_xTsbEndless

std::unique_ptr<weld::CheckButton> SvxTextAnimationPage::m_xTsbEndless
private

Definition at line 60 of file textanim.hxx.

Referenced by FillItemSet(), Reset(), and SvxTextAnimationPage().

◆ m_xTsbPixel

std::unique_ptr<weld::CheckButton> SvxTextAnimationPage::m_xTsbPixel
private

Definition at line 63 of file textanim.hxx.

Referenced by FillItemSet(), Reset(), and SvxTextAnimationPage().

◆ m_xTsbStartInside

std::unique_ptr<weld::CheckButton> SvxTextAnimationPage::m_xTsbStartInside
private

Definition at line 56 of file textanim.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xTsbStopInside

std::unique_ptr<weld::CheckButton> SvxTextAnimationPage::m_xTsbStopInside
private

Definition at line 57 of file textanim.hxx.

Referenced by FillItemSet(), and Reset().

◆ pRanges

const WhichRangesContainer SvxTextAnimationPage::pRanges
staticprivate

Definition at line 37 of file textanim.hxx.

Referenced by GetRanges().


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