blob: 76c29b45c0c88027507ef9e663722bab6e8cd4be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/*=========================================================================
shell SfxMDIFrame
(C) 1994-1995 StarDivision GmbH, Hamburg, Germany
$Author: rt $ $Date: 2006-05-02 16:10:14 $ $Revision: 1.9 $
$Logfile: T:/sfx2/sdi/mdislots.sdv $ $Workfile: MDISLOTS.SDI $
=========================================================================*/
shell SfxTopViewFrame : SfxViewFrame
{
import TopWindow [Automation];
SID_ACTIVATE // ole(no) api(final/play/rec)
[
ExecMethod = Exec_Impl ;
StateMethod = GetState_Impl ;
]
SID_SHOWPOPUPS
[
ExecMethod = Exec_Impl ;
StateMethod = GetState_Impl ;
]
}
|