Searched refs:AnimationWindow (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | animobjs.cxx | 147 AnimationWindow::AnimationWindow( SfxBindings* pInBindings, in AnimationWindow() function in sd::AnimationWindow 199 aBtnFirst.SetClickHdl( LINK( this, AnimationWindow, ClickFirstHdl ) ); in AnimationWindow() 200 aBtnReverse.SetClickHdl( LINK( this, AnimationWindow, ClickPlayHdl ) ); in AnimationWindow() 201 aBtnStop.SetClickHdl( LINK( this, AnimationWindow, ClickStopHdl ) ); in AnimationWindow() 202 aBtnPlay.SetClickHdl( LINK( this, AnimationWindow, ClickPlayHdl ) ); in AnimationWindow() 203 aBtnLast.SetClickHdl( LINK( this, AnimationWindow, ClickLastHdl ) ); in AnimationWindow() 205 aBtnGetOneObject.SetClickHdl( LINK( this, AnimationWindow, ClickGetObjectHdl ) ); in AnimationWindow() 206 aBtnGetAllObjects.SetClickHdl( LINK( this, AnimationWindow, ClickGetObjectHdl ) ); in AnimationWindow() 207 aBtnRemoveBitmap.SetClickHdl( LINK( this, AnimationWindow, ClickRemoveBitmapHdl ) ); in AnimationWindow() 208 aBtnRemoveAll.SetClickHdl( LINK( this, AnimationWindow, ClickRemoveBitmapHdl ) ); in AnimationWindow() [all …]
|
| H A D | AnimationChildWindow.cxx | 53 AnimationWindow* pAnimWin = new AnimationWindow( in SFX_IMPL_DOCKINGWINDOW()
|
| /AOO41X/main/sd/source/ui/inc/ |
| H A D | animobjs.hxx | 93 class AnimationWindow : public SfxDockingWindow class 99 AnimationWindow( SfxBindings* pBindings, SfxChildWindow *pCW, 101 virtual ~AnimationWindow(); 185 AnimationControllerItem( sal_uInt16, AnimationWindow*, SfxBindings* ); 191 AnimationWindow* pAnimationWin;
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | drviews6.cxx | 199 AnimationWindow* pAnimWin; in ExecAnimationWin() 203 pAnimWin = static_cast<AnimationWindow*>( in ExecAnimationWin()
|