Searched refs:CustomAnimationEffectTabPage (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sd/source/ui/animations/ |
| H A D | CustomAnimationDialog.cxx | 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() [all …]
|
| H A D | CustomAnimationDialog.hxx | 150 class CustomAnimationEffectTabPage; 176 CustomAnimationEffectTabPage* mpEffectTabPage;
|