Searched refs:SvxTextAnimationPage (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/cui/source/tabpages/ |
H A D | textanim.cxx | 102 SvxTextAnimationPage::SvxTextAnimationPage( Window* pWindow, const SfxItemSet& rInAttrs ) : in SvxTextAnimationPage() function in SvxTextAnimationPage 144 LINK( this, SvxTextAnimationPage, SelectEffectHdl_Impl ) ); in SvxTextAnimationPage() 146 LINK( this, SvxTextAnimationPage, ClickEndlessHdl_Impl ) ); in SvxTextAnimationPage() 148 LINK( this, SvxTextAnimationPage, ClickAutoHdl_Impl ) ); in SvxTextAnimationPage() 150 LINK( this, SvxTextAnimationPage, ClickPixelHdl_Impl ) ); in SvxTextAnimationPage() 183 SvxTextAnimationPage::~SvxTextAnimationPage() in ~SvxTextAnimationPage() 500 void SvxTextAnimationPage::Construct() in Construct() 510 sal_uInt16* SvxTextAnimationPage::GetRanges() in GetRanges() 521 SfxTabPage* SvxTextAnimationPage::Create( Window* pWindow, in Create() 524 return( new SvxTextAnimationPage( pWindow, rAttrs ) ); in Create() [all …]
|
/aoo42x/main/cui/source/inc/ |
H A D | textanim.hxx | 43 class SvxTextAnimationPage : public SfxTabPage class 90 SvxTextAnimationPage( Window* pWindow, const SfxItemSet& rInAttrs ); 91 ~SvxTextAnimationPage();
|
/aoo42x/main/cui/source/factory/ |
H A D | dlgfact.cxx | 1749 return SvxTextAnimationPage::Create; in GetTabPageCreatorFunc() 1842 return SvxTextAnimationPage::GetRanges; in GetTabPageRangesFunc()
|
Completed in 33 milliseconds