office-gobmx/sd/sdi/drviewsh.sdi
Ivo Hinkelmann 249ec7a440 INTEGRATION: CWS impress99 (1.14.242); FILE MERGED
2006/07/06 14:44:48 cl 1.14.242.1: #i66670# removed unused code
2006-08-01 08:19:31 +00:00

200 lines
5.3 KiB
Text

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: drviewsh.sdi,v $
*
* $Revision: 1.15 $
*
* last change: $Author: ihi $ $Date: 2006-08-01 09:19:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************/
interface ImpressEditView : DrawView
[
uuid ( "661B07E0-2FB4-11CF-89CA-008029E4B0B1" ) ;
]
{
SID_MODIFYPAGE // ole : no, status : play rec
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
SID_ASSIGN_LAYOUT
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
SID_ANIMATION_OBJECTS // ole : no, status : ?
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
SID_ANIMATION_EFFECTS // ole : no, status : ?
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
SID_CUSTOM_ANIMATION_PANEL // ole : no, status : ?
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ?
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ?
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
SID_REHEARSE_TIMINGS // ole : no, status : ?
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
SID_PRESENTATION // ole : no, status : ?
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
SID_PRESENTATION_END // ole : no, status : ?
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
SID_STYLE_FAMILY5 // ole : no, status : ?
[
ExecMethod = FuTemporary ;
StateMethod = GetAttrState ;
Export = FALSE ;
]
SID_ANIMATOR_INIT // ole : no, status : ?
[
ExecMethod = ExecAnimationWin ;
StateMethod = GetAnimationWinState ;
]
SID_ANIMATOR_ADD // ole : no, status : ?
[
ExecMethod = ExecAnimationWin ;
StateMethod = GetAnimationWinState ;
]
SID_ANIMATOR_CREATE // ole : no, status : ?
[
ExecMethod = ExecAnimationWin ;
StateMethod = GetAnimationWinState ;
]
SID_ANIMATOR_STATE // ole : no, status : ?
[
ExecMethod = ExecAnimationWin ;
StateMethod = GetAnimationWinState ;
]
SID_NAVIGATOR_PEN // ole : no, status : ?
[
ExecMethod = ExecNavigatorWin ;
StateMethod = GetNavigatorWinState ;
]
SID_PRESENTATION_DLG
[
ExecMethod = FuTemporary ;
]
SID_CUSTOMSHOW_DLG
[
ExecMethod = FuTemporary ;
]
SID_EXPAND_PAGE // ole : no, status : play rec
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
ReadOnlyDoc = FALSE;
]
SID_SUMMARY_PAGE // ole : no, status : play rec
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
SID_SLIDE_MASTERPAGE // ole : no, status : play rec
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
SID_NOTES_MASTERPAGE // ole : no, status : play rec
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
SID_HANDOUT_MASTERPAGE // ole : no, status : play rec
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
SID_TITLE_MASTERPAGE // deprecated, to be removed see issue #i35731#
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
SID_STYLE_FAMILY
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
SID_SEARCH_OPTIONS // ole : ?, status : ?
[
ExecMethod = Execute ;
StateMethod = GetState ;
GroupId = GID_DOCUMENT ;
Cachable ;
]
SID_SEARCH_ITEM // ole : ?, status : ?
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_LAYER_DIALOG_WIN // ole : no, status : ?
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
}
shell DrawViewShell
{
import ImpressEditView[Automation];
}
shell PresentationViewShell
{
import ImpressEditView[Automation];
}
shell PreviewViewShell
{
import ImpressEditView[Automation];
}