8a8683ff52
2006/03/02 09:28:26 mba 1.15.58.2: #132394#: remove superfluous code 2006/02/27 08:26:20 mba 1.15.58.1: #132394#: remove superfluous code
508 lines
13 KiB
Text
508 lines
13 KiB
Text
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: outlnvsh.sdi,v $
|
|
*
|
|
* $Revision: 1.16 $
|
|
*
|
|
* last change: $Author: rt $ $Date: 2006-05-02 15:00:24 $
|
|
*
|
|
* 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 OutlineView
|
|
[
|
|
uuid ( "92E2F580-2FB4-11CF-89CA-008029E4B0B1" ) ;
|
|
]
|
|
{
|
|
SID_CUT // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_COPY // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_PASTE // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_DELETE // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
Cachable , Asynchron ;
|
|
]
|
|
SID_DRAWINGMODE // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_ZOOM_NEXT // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_ZOOM_PREV // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_ZOOM_TOOLBOX // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetStatusBarState ;
|
|
]
|
|
SID_ATTR_ZOOM // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetStatusBarState ;
|
|
]
|
|
SID_ZOOM_OUT // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_ZOOM_IN // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_SIZE_REAL // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_SIZE_VISAREA // ole : no, status : no
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_HYPERLINK_SETLINK // ole : no, status : no
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
]
|
|
SID_HYPERLINK_GETLINK // ole : no, status : no
|
|
[
|
|
StateMethod = GetCtrlState ;
|
|
]
|
|
SID_READONLY_MODE // ole : no, status : no
|
|
[
|
|
StateMethod = GetCtrlState ;
|
|
]
|
|
SID_OUTLINE_FORMAT // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_OUTLINE_COLLAPSE_ALL // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_OUTLINE_COLLAPSE // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_OUTLINE_EXPAND_ALL // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_OUTLINE_EXPAND // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_BULLET // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
FN_INSERT_SOFT_HYPHEN // status(final|play)
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
FN_INSERT_HARDHYPHEN // status()
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
FN_INSERT_HARD_SPACE // status(final|play)
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_INSERT_RLM
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_INSERT_LRM
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_INSERT_ZWSP
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_INSERT_ZWNBSP
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
|
|
SID_OUTLINE_BULLET // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
Cachable , HasDialog , Export ;
|
|
]
|
|
SID_CHAR_DLG // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
// Cachable , HasDialog , Export ;
|
|
]
|
|
SID_SELECTALL // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
GroupId = GID_DOCUMENT ;
|
|
Cachable ;
|
|
]
|
|
SID_INSERTFILE // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_PRESENTATION // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_EDIT_OUTLINER // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuPermanent ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_SAVEDOC // ole : no, status : ?
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetMenuState ;
|
|
GroupId = GID_DOCUMENT ;
|
|
]
|
|
SID_SAVEASDOC // ole : no, status : ?
|
|
[
|
|
ExecMethod = Execute ;
|
|
GroupId = GID_DOCUMENT ;
|
|
]
|
|
SID_RULER // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_STATUS_PAGE // ole : no, status : ?
|
|
[
|
|
ExecMethod = ExecStatusBar ;
|
|
StateMethod = GetStatusBarState ;
|
|
]
|
|
SID_STATUS_LAYOUT // ole : no, status : ?
|
|
[
|
|
ExecMethod = ExecStatusBar ;
|
|
StateMethod = GetStatusBarState ;
|
|
]
|
|
SID_THESAURUS // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_COLORVIEW // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_SET_DEFAULT // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_PRESENTATIONOBJECT
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_STYLE_CATALOG // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
// Vorlagen
|
|
// kein Menueeintrag
|
|
SID_STYLE_FAMILY2 // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetAttrState ;
|
|
GroupId = GID_DOCUMENT ;
|
|
Cachable ;
|
|
]
|
|
// Vorlagen
|
|
// kein Menueeintrag
|
|
SID_STYLE_FAMILY5 // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetAttrState ;
|
|
]
|
|
// kein Menueeintrag
|
|
SID_STYLE_EDIT // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetAttrState ;
|
|
GroupId = GID_DOCUMENT ;
|
|
Cachable ;
|
|
]
|
|
// kein Menueeintrag
|
|
SID_STYLE_UPDATE_BY_EXAMPLE // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetAttrState ;
|
|
GroupId = GID_DOCUMENT ;
|
|
Cachable ;
|
|
]
|
|
// kein Menueeintrag
|
|
SID_STYLE_WATERCAN // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetAttrState ;
|
|
GroupId = GID_DOCUMENT ;
|
|
Cachable ;
|
|
]
|
|
// kein Menueeintrag
|
|
SID_STYLE_NEW_BY_EXAMPLE // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetAttrState ;
|
|
GroupId = GID_DOCUMENT ;
|
|
Cachable ;
|
|
]
|
|
// kein Menueeintrag
|
|
SID_STYLE_NEW // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetAttrState ;
|
|
GroupId = GID_DOCUMENT ;
|
|
Cachable ;
|
|
]
|
|
// kein Menueeintrag
|
|
SID_STYLE_DELETE // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetAttrState ;
|
|
GroupId = GID_DOCUMENT ;
|
|
Cachable ;
|
|
]
|
|
SID_AUTOSPELL_CHECK // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_PREVIEW_STATE // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_PRESENTATION_DLG
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
]
|
|
SID_CUSTOMSHOW_DLG
|
|
[
|
|
ExecMethod = FuTemporary ;
|
|
]
|
|
SID_EXPAND_PAGE // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_SUMMARY_PAGE // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_INSERT_FLD_DATE_FIX // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_INSERT_FLD_DATE_VAR // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_INSERT_FLD_TIME_FIX // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_INSERT_FLD_TIME_VAR // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_INSERT_FLD_PAGE // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_INSERT_FLD_FILE // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_INSERT_FLD_AUTHOR // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_MODIFY_FIELD // ole : no, status : play rec
|
|
[
|
|
ExecMethod = FuTemporaryModify ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
/*
|
|
SID_PRINTDOC // ole : no, status : ?
|
|
[
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_PRINTDOCDIRECT // ole : no, status : ?
|
|
[
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_SETUPPRINTER // ole : no, status : ?
|
|
[
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
*/
|
|
|
|
SID_MAIL_SCROLLBODY_PAGEDOWN // ole : no, status : ?
|
|
[
|
|
ExecMethod = ExecCtrl ;
|
|
StateMethod = GetCtrlState ;
|
|
]
|
|
SID_STYLE_FAMILY
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_TRANSLITERATE_UPPER // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetCtrlState ;
|
|
]
|
|
SID_TRANSLITERATE_LOWER // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetCtrlState ;
|
|
]
|
|
SID_TRANSLITERATE_HALFWIDTH // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetCtrlState ;
|
|
]
|
|
SID_TRANSLITERATE_FULLWIDTH // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetCtrlState ;
|
|
]
|
|
SID_TRANSLITERATE_HIRAGANA // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetCtrlState ;
|
|
]
|
|
SID_TRANSLITERATE_KATAGANA // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetCtrlState ;
|
|
]
|
|
SID_OPT_LOCALE_CHANGED // ole : no, status : ?
|
|
[
|
|
ExecMethod = ExecCtrl ;
|
|
StateMethod = GetCtrlState ;
|
|
]
|
|
|
|
// #96090#
|
|
SID_GETUNDOSTRINGS // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_UNDO // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_GETREDOSTRINGS // ole : no, status : ?
|
|
[
|
|
ExecMethod = FuSupport ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
SID_REDO // ole : no, status : ?
|
|
[
|
|
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_SPELL_DIALOG // ole : no, status : ?
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetMenuState ;
|
|
]
|
|
}
|
|
|
|
shell OutlineViewShell
|
|
{
|
|
import OutlineView[Automation];
|
|
}
|
|
|