Lines Matching refs:CustomAnimationEffectTabPage

1132 class CustomAnimationEffectTabPage : public TabPage  class
1135 CustomAnimationEffectTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet );
1136 ~CustomAnimationEffectTabPage();
1199 CustomAnimationEffectTabPage::CustomAnimationEffectTabPage( Window* pParent, const ResId& rResId, c… in CustomAnimationEffectTabPage() function in sd::CustomAnimationEffectTabPage
1240 mpLBSound->SetSelectHdl( LINK( this, CustomAnimationEffectTabPage, implSelectHdl ) ); in CustomAnimationEffectTabPage()
1242 mpPBSoundPreview->SetClickHdl( LINK( this, CustomAnimationEffectTabPage, implSelectHdl ) ); in CustomAnimationEffectTabPage()
1379 mpLBAfterEffect->SetSelectHdl( LINK( this, CustomAnimationEffectTabPage, implSelectHdl ) ); in CustomAnimationEffectTabPage()
1380 mpLBTextAnim->SetSelectHdl( LINK( this, CustomAnimationEffectTabPage, implSelectHdl ) ); in CustomAnimationEffectTabPage()
1509 CustomAnimationEffectTabPage::~CustomAnimationEffectTabPage() in ~CustomAnimationEffectTabPage()
1536 void CustomAnimationEffectTabPage::updateControlStates() in updateControlStates()
1553 IMPL_LINK( CustomAnimationEffectTabPage, implSelectHdl, Control*, pControl ) in IMPL_LINK() argument
1586 void CustomAnimationEffectTabPage::update( STLPropertySet* pSet ) in update()
1741 void CustomAnimationEffectTabPage::fillSoundListBox() in fillSoundListBox()
1757 void CustomAnimationEffectTabPage::clearSoundListBox() in clearSoundListBox()
1768 sal_Int32 CustomAnimationEffectTabPage::getSoundObject( const String& rStr ) in getSoundObject()
1787 void CustomAnimationEffectTabPage::openSoundFileDialog() in openSoundFileDialog()
1842 void CustomAnimationEffectTabPage::onSoundPreview() in onSoundPreview()
2433 …mpEffectTabPage = new CustomAnimationEffectTabPage( mpTabControl, SdResId( RID_TP_CUSTOMANIMATION_… in CustomAnimationDialog()