diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-04-08 15:57:17 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-04-08 15:57:17 +0000 |
commit | 94bb4bf8a4b2fc5f1a782de6edbc824faa81e6f0 (patch) | |
tree | da8092191720ab40be4fc0798d9f5fbf06722395 /sfx2/sdi | |
parent | 0e7f221060c1e8f8e49a466302c0f7cf24baa382 (diff) |
#98405#: prepare items and slots for new recording
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/docslots.sdi | 23 | ||||
-rw-r--r-- | sfx2/sdi/frmslots.sdi | 221 | ||||
-rw-r--r-- | sfx2/sdi/mdislots.sdi | 21 | ||||
-rw-r--r-- | sfx2/sdi/sfx.sdi | 4517 | ||||
-rw-r--r-- | sfx2/sdi/sfxslots.sdi | 14 |
5 files changed, 2074 insertions, 2722 deletions
diff --git a/sfx2/sdi/docslots.sdi b/sfx2/sdi/docslots.sdi index 844ebcc92643..e8a78be7393d 100644 --- a/sfx2/sdi/docslots.sdi +++ b/sfx2/sdi/docslots.sdi @@ -2,7 +2,7 @@ shell SfxObjectShell (C) 1994-1995 StarDivision GmbH, Hamburg, Germany - $Author: hr $ $Date: 2000-09-18 16:52:25 $ $Revision: 1.1.1.1 $ + $Author: mba $ $Date: 2002-04-08 16:48:37 $ $Revision: 1.2 $ $Logfile: T:/sfx2/sdi/docslots.sdv $ $Workfile: DOCSLOTS.SDI $ =========================================================================*/ @@ -326,23 +326,7 @@ shell SfxObjectShell { import OfficeDocument [Automation]; import DocumentInfo ".DocumentInfo"; - //--------------------------------------------------------------------- - SID_THISDOCUMENT // ole(no) api(no) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] - //--------------------------------------------------------------------- - SID_THISWINDOW // ole(no) api(no) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] - //--------------------------------------------------------------------- - SID_FILE_NAME // ole(no) api(final/play/rec) - [ - StateMethod = GetState_Impl ; - ] + SID_DOCINFO_TITLE // ole(no) api(final/play/rec) [ StateMethod = GetState_Impl ; @@ -352,6 +336,9 @@ shell SfxObjectShell /*------------------------------------------------------------------------- $Log: not supported by cvs2svn $ + Revision 1.1.1.1 2000/09/18 16:52:25 hr + initial import + Revision 1.82 2000/07/26 19:10:04 mba LoadLibrary only in App diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi index cabdd0e88769..a0621d2ab589 100644 --- a/sfx2/sdi/frmslots.sdi +++ b/sfx2/sdi/frmslots.sdi @@ -2,7 +2,7 @@ shell SfxViewFrame (C) 1994-1995 StarDivision GmbH, Hamburg, Germany - $Author: mba $ $Date: 2002-04-05 09:56:27 $ $Revision: 1.11 $ + $Author: mba $ $Date: 2002-04-08 16:48:37 $ $Revision: 1.12 $ $Logfile: T:/sfx2/sdi/frmslots.sdv $ $Workfile: FRMSLOTS.SDI $ =========================================================================*/ @@ -163,42 +163,6 @@ interface Window : Object StateMethod = ChildWindowState ; ] - // Window.Document - SID_DOCUMENT - [ - StateMethod = PropState_Impl; - ] - - // Window.GetTopWindow - SID_TOPWINDOW - [ - StateMethod = PropState_Impl; - ] - - // Window.ParentWindow - SID_PARENTFRAME - [ - StateMethod = PropState_Impl; - ] - - // Window.IsTopWindow - SID_ISTOP - [ - StateMethod = PropState_Impl; - ] - - // Window.GetActiveFrameWindow - SfxObjectItem ActiveFrameWindow SID_ACTIVEWINDOW - [ - StateMethod = PropState_Impl; - ] - - // Window.GetFrameCount - SID_FRAMECOUNT - [ - StateMethod = PropState_Impl; - ] - // Window.GetFrameWindow( "Name" ) SID_FILLFRAME [ @@ -241,11 +205,6 @@ interface Window : Object StateMethod = StateHistory_Impl ; ] - // Basic-only property Window.Selection - SbxObject Selection SID_SELECTION // ole(no) api(final/play/rec) - [ - ] - // Basic-only property: Window.View SbxObject View SID_VIEW [ @@ -428,181 +387,3 @@ shell SfxViewFrame import BrowseWindow [Automation]; } -/*------------------------------------------------------------------------- - - $Log: not supported by cvs2svn $ - Revision 1.10 2002/03/11 16:33:15 mba - #97063#: SID_NEXT/PREVWINDOW removed - - Revision 1.9 2001/11/15 15:02:11 mba - #93980#: SID_BROWSE_STOP on TopFrame, not App - - Revision 1.8 2001/09/13 11:40:49 mba - #88873#: some slots didn't have confignames or are overfluous - - Revision 1.7 2001/09/06 09:58:12 pb - fix: #91191# SID_HELP_PI removed - - Revision 1.6 2001/06/27 12:30:14 mba - #86347#: SID_NEWDOCDIRECT depends on document type - - Revision 1.5 2001/06/21 13:56:03 mba - #88527#: SID_TOGGLE_MENUBAR - - Revision 1.4 2001/06/20 16:04:59 mba - #82371#: new slot for DataSourceBrowser - - Revision 1.3 2001/06/12 07:56:07 pb - fix: #86646# SID_BACKTOWEBTOP toplevel - - Revision 1.2 2001/01/10 15:55:44 os - Ruby dialog - - Revision 1.1.1.1 2000/09/18 16:52:25 hr - initial import - - Revision 1.48 2000/09/12 10:42:32 mba - ChildWindow slot all in SfxViewFrame - - Revision 1.47 2000/09/01 17:32:04 mba - some slots moved from appslots - - Revision 1.46 1998/07/29 09:42:28 MI - #53054# Bookmarks auch ohne alten Explorer ablegbar - - - Rev 1.45 29 Jul 1998 11:42:28 MI - #53054# Bookmarks auch ohne alten Explorer ablegbar - - Rev 1.44 16 Jan 1998 11:34:08 MBA - Topframe und Taskframe zusammengefasst - - Rev 1.43 13 Nov 1997 12:51:56 MBA - Property Name gehoert in base class - - Rev 1.42 28 Aug 1997 12:22:30 MBA - Neue Interface-Namen; BrowseWindow - - Rev 1.40 28 May 1997 15:14:42 TLX - DOCFRAME war doppelt - - Rev 1.39 13 May 1997 17:52:40 MBA - SID_VIEW fuer OLE-Automation - - Rev 1.38 09 May 1997 18:15:16 MBA - Neue Slots fuer Frames-Handling ( BASIC, C-API ) - - Rev 1.37 06 Apr 1997 12:38:48 NF - syntax - - Rev 1.36 05 Apr 1997 20:51:16 NF - Syntax - - Rev 1.35 06 Mar 1997 12:38:06 MBA - Slots fuer Bmp-Listen - - Rev 1.34 04 Mar 1997 12:37:54 MI - SID_TOPWINDOW - - Rev 1.33 23 Feb 1997 21:20:50 MBA - SID_RELOAD, SID_EDITDOC raus - - Rev 1.32 18 Dec 1996 15:57:42 MI - SID_LASTVERSIONDOC - - Rev 1.31 09 Dec 1996 12:04:50 MBA - Helptext,Configname raus - - Rev 1.30 06 Dec 1996 10:44:34 MI - Document-Property (SID_DOCUMENT) - - Rev 1.29 28 Nov 1996 09:58:58 MBA - Voruebergehend: SID_CONVERTSTRING - - Rev 1.28 06 Nov 1996 10:55:50 TLX - Gestalter Defaults - - Rev 1.27 24 Oct 1996 13:49:36 MI - #32691# (OLE)-Object-Menu auch in plugins enablen - - Rev 1.26 22 Oct 1996 20:10:16 HJS - merge 22.10.96 - - Rev 1.25 08 Oct 1996 14:30:36 HJS - merge 08.10.96 - - Rev 1.24 24 Sep 1996 16:37:54 MBA - SID_FRAME_TITLE in newslots.idl - - Rev 1.23 12 Sep 1996 17:32:28 TLX - FRAMETITLE - - Rev 1.22 12 Sep 1996 15:44:50 MBA - - - Rev 1.21 11 Sep 1996 13:09:58 TLX - LASTVERSION und EDITDOC in den ViewFrame - - Rev 1.20 09 Sep 1996 16:42:40 MBA - Neue Slotfiles - - Rev 1.19 30 Aug 1996 13:42:26 HJS - eu... - - Rev 1.18 27 Aug 1996 18:55:42 MBA - SID_VIEWSHELL etc. an ViewFrame - - Rev 1.17 30 Jul 1996 15:41:02 MI - fix #29879# Undo/Redo waren beim asynch laden enabled - - Rev 1.16 16 Jul 1996 13:14:04 TLX - PlugComm eingetragen - - Rev 1.15 12 Jul 1996 13:51:30 MI - fix #29412# Redo/Repeat waren Method+R/W-Prop daher GPF aus BASIC - - Rev 1.14 08 Jul 1996 16:50:16 HJS - uebersetzung - - Rev 1.13 30 Mar 1996 21:13:40 MI - Selection-Object jetzt per Property (effizienter) - - Rev 1.12 20 Feb 1996 17:29:38 MI - Selection-Property - - Rev 1.11 12 Dec 1995 18:50:54 MI - Ableitung von _Object - - Rev 1.10 05 Dec 1995 10:46:30 MI - Fix #22800 Rechtschreibfehler - - Rev 1.9 05 Dec 1995 09:36:16 MI - interne Interfaces nicht exportieren - - Rev 1.8 28 Nov 1995 17:34:16 MI - neue Tags - - Rev 1.7 23 Nov 1995 17:29:56 MI - neue IDL - - Rev 1.6 18 Oct 1995 09:00:48 MI - Properties und Methoden duerfen nicht den gleichen Namen haben - - Rev 1.5 17 Oct 1995 16:14:52 KL - Ueberarbeitung nach MS-Standard - - Rev 1.4 11 Oct 1995 18:16:02 MI - undo: MS-kompatible Namen - - Rev 1.3 06 Oct 1995 15:51:08 MI - HelpTexts scharfgeschaltet - - Rev 1.2 29 Aug 1995 14:06:52 MI - Checkliste eingebaut - --------------------------------------------------------------------------*/ - - - - - diff --git a/sfx2/sdi/mdislots.sdi b/sfx2/sdi/mdislots.sdi index b7c81ecf0ec3..f9ecf8b91a63 100644 --- a/sfx2/sdi/mdislots.sdi +++ b/sfx2/sdi/mdislots.sdi @@ -2,7 +2,7 @@ shell SfxMDIFrame (C) 1994-1995 StarDivision GmbH, Hamburg, Germany - $Author: mba $ $Date: 2002-04-05 09:56:27 $ $Revision: 1.4 $ + $Author: mba $ $Date: 2002-04-08 16:48:37 $ $Revision: 1.5 $ $Logfile: T:/sfx2/sdi/mdislots.sdv $ $Workfile: MDISLOTS.SDI $ =========================================================================*/ @@ -84,12 +84,6 @@ interface Task : Object StateMethod = State_Impl ; ] //--------------------------------------------------------------------- - SID_INSERT_TASKFRAME - [ - ExecMethod = Exec_Impl ; - StateMethod = State_Impl ; - ] - //--------------------------------------------------------------------- SID_TASK_ALWAYSVISIBLE [ ExecMethod = Exec_Impl ; @@ -116,11 +110,6 @@ interface Task : Object StateMethod = State_Impl ; ] - SID_ACTIVEWINDOW - [ - StateMethod = State_Impl; - ] - SID_CLOSETASK [ ExecMethod = Exec_Impl ; @@ -133,11 +122,6 @@ interface TaskPartWindow : TopWindow uuid = "A5EEDEF0-9CA3-11D1-AA41-00A0249D57BE"; ] { - // Window.Task - SID_TASK - [ - StateMethod = GetState_Impl; - ] } //========================================================================= @@ -214,6 +198,9 @@ shell SfxTask /*------------------------------------------------------------------------- $Log: not supported by cvs2svn $ + Revision 1.4 2002/04/05 09:56:27 mba + #98405#: support macro recording + Revision 1.3 2002/03/11 16:33:15 mba #97063#: SID_NEXT/PREVWINDOW removed diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 0256b4109509..c2adf77bd034 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -1,36 +1,11 @@ //-------------------------------------------------------------------------- -SfxVoidItem About SID_ABOUT -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; -] +SfxStringItem _PickEntry1 SID_PICK1 -//-------------------------------------------------------------------------- -SfxVoidItem AddBookmark SID_CREATELINK -(SfxStringItem URL SID_BOOKMARK_URL,SfxStringItem Title SID_BOOKMARK_TITLE) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = TRUE, + FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, @@ -38,22 +13,24 @@ SfxVoidItem AddBookmark SID_CREATELINK Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxVoidItem BrowseBackward SID_BROWSE_BACKWARD -(SfxUInt16Item nSteps SID_BROWSE_BACKWARD) +SfxStringItem _PickEntry2 SID_PICK2 + [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -65,23 +42,22 @@ SfxVoidItem BrowseBackward SID_BROWSE_BACKWARD RecordPerSet; Asynchron; - /* status: */ - SlotType = SfxStringItem + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxVoidItem BrowseForward SID_BROWSE_FORWARD -(SfxUInt16Item nSteps SID_BROWSE_FORWARD) +SfxStringItem _PickEntry3 SID_PICK3 + [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -93,23 +69,22 @@ SfxVoidItem BrowseForward SID_BROWSE_FORWARD RecordPerSet; Asynchron; - /* status: */ - SlotType = SfxStringItem + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxVoidItem Cancel SID_BROWSE_STOP -() +SfxStringItem _PickEntry4 SID_PICK4 + [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -119,22 +94,21 @@ SfxVoidItem Cancel SID_BROWSE_STOP Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; - /* status: */ - SlotType = SfxBoolItem + Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_NAVIGATOR; + ToolBoxConfig = FALSE, + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxVoidItem Close SID_CLOSEWIN -() +SfxStringItem _PickEntry5 SID_PICK5 + [ /* flags: */ AutoUpdate = FALSE, @@ -149,17 +123,19 @@ SfxVoidItem Close SID_CLOSEWIN RecordPerSet; Asynchron; + Readonly = FALSE, + /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxVoidItem Copy SID_COPY -() +SfxStringItem _PickEntry6 SID_PICK6 + [ /* flags: */ AutoUpdate = FALSE, @@ -169,22 +145,24 @@ SfxVoidItem Copy SID_COPY HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + ToolBoxConfig = FALSE, + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxVoidItem Crash SID_CRASH -(SfxBoolItem Direct SID_CRASH) +SfxStringItem _PickEntry7 SID_PICK7 + [ /* flags: */ AutoUpdate = FALSE, @@ -197,18 +175,20 @@ SfxVoidItem Crash SID_CRASH Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxStringItem CurrentURL SID_CURRENT_URL +SfxStringItem _PickEntry8 SID_PICK8 [ /* flags: */ @@ -231,12 +211,12 @@ SfxStringItem CurrentURL SID_CURRENT_URL MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxVoidItem Cut SID_CUT -() +SfxStringItem _PickEntry9 SID_PICK9 + [ /* flags: */ AutoUpdate = FALSE, @@ -244,53 +224,30 @@ SfxVoidItem Cut SID_CUT FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + ToolBoxConfig = FALSE, + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxVoidItem Delete SID_DELETE -() +SfxBoolItem _SwitchViewShell0 SID_VIEWSHELL0 + [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = TRUE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; -] - -//-------------------------------------------------------------------------- -SfxBoolItem EditDoc SID_EDITDOC -(SfxBoolItem Editable SID_EDITDOC) -[ - /* flags: */ - AutoUpdate = TRUE, - Cachable = Volatile, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, @@ -301,20 +258,22 @@ SfxBoolItem EditDoc SID_EDITDOC RecordPerSet; Asynchron; + Readonly = FALSE, + /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + ToolBoxConfig = FALSE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxStringItem ModifiedStatus SID_DOC_MODIFIED +SfxBoolItem _SwitchViewShell1 SID_VIEWSHELL1 [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -324,20 +283,20 @@ SfxStringItem ModifiedStatus SID_DOC_MODIFIED Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, - StatusBarConfig = TRUE, + StatusBarConfig = FALSE, ToolBoxConfig = FALSE, GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxStringItem OpenUrl SID_OPENURL +SfxBoolItem _SwitchViewShell2 SID_VIEWSHELL2 [ /* flags: */ @@ -345,30 +304,27 @@ SfxStringItem OpenUrl SID_OPENURL Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; - /* status: */ - SlotType = SfxStringItem - Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + ToolBoxConfig = FALSE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem Options SID_OPTIONS -() +SfxBoolItem _SwitchViewShell3 SID_VIEWSHELL3 + [ /* flags: */ AutoUpdate = FALSE, @@ -381,71 +337,47 @@ SfxVoidItem Options SID_OPTIONS Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem Paste SID_PASTE -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Volatile, - FastCall = TRUE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* status: */ - SlotType = SfxBoolItem - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; -] +SfxBoolItem _SwitchViewShell4 SID_VIEWSHELL4 -//-------------------------------------------------------------------------- -SfxBoolItem Print SID_PRINTDOC -(SfxInt16Item from SID_PRINT_FIRST_PAGE,SfxInt16Item to SID_PRINT_LAST_PAGE,SfxInt16Item copies SID_PRINT_COPIES,SfxBoolItem silent SID_SILENT) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; + Readonly = FALSE, + /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + ToolBoxConfig = FALSE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem PrintDefault SID_PRINTDOCDIRECT +SfxVoidItem About SID_ABOUT () [ /* flags: */ @@ -453,24 +385,24 @@ SfxBoolItem PrintDefault SID_PRINTDOCDIRECT Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxVoidItem PrinterSetup SID_SETUPPRINTER +SfxObjectItem Activate SID_ACTIVATE () [ /* flags: */ @@ -478,35 +410,35 @@ SfxVoidItem PrinterSetup SID_SETUPPRINTER Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, - RecordAbsolute = FALSE, + RecordAbsolute = TRUE, RecordPerSet; - Asynchron; + Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + ToolBoxConfig = FALSE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxDocumentInfoItem Properties SID_DOCINFO +SfxBoolItem ActiveHelp SID_HELPBALLOONS [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -518,104 +450,100 @@ SfxDocumentInfoItem Properties SID_DOCINFO MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxStringItem RedoAction SID_REDO -[ - SfxVoidItem Redo(); +SfxUInt16Item ActualStyleFamily SID_STYLE_FAMILY +[ /* flags: */ AutoUpdate = FALSE, - Cachable = Volatile, + Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + ToolBoxConfig = FALSE, + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxBoolItem Reload SID_RELOAD -() +SfxObjectItem Add SID_NEWDOC +(SfxStringItem Region SID_TEMPLATE_REGIONNAME,SfxStringItem Name SID_TEMPLATE_NAME) [ /* flags: */ - AutoUpdate = TRUE, - Cachable = Volatile, + AutoUpdate = FALSE, + Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; /* status: */ - SlotType = SfxBoolItem + SlotType = SfxStringItem /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxStringItem RepeatAction SID_REPEAT +SfxVoidItem AddBookmark SID_CREATELINK +(SfxStringItem URL SID_BOOKMARK_URL,SfxStringItem Title SID_BOOKMARK_TITLE) [ - SfxVoidItem Repeat(); - /* flags: */ AutoUpdate = FALSE, - Cachable = Volatile, - FastCall = FALSE, + Cachable = Cachable, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + ToolBoxConfig = FALSE, + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxBoolItem Save SID_SAVEDOC -(SfxStringItem VersionComment SID_VERSION,SfxStringItem Author SID_DOCINFO_AUTHOR) +SfxObjectItem AddDirect SID_NEWDOCDIRECT +() [ /* flags: */ AutoUpdate = FALSE, - Cachable = Volatile, - FastCall = TRUE, + Cachable = Cachable, + FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, @@ -630,40 +558,37 @@ SfxBoolItem Save SID_SAVEDOC MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxBoolItem SaveAs SID_SAVEASDOC -(SfxStringItem FileName SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem PassWord SID_DOC_READONLY,SfxStringItem FilterOptions SID_FILE_FILTEROPTIONS) +SfxBoolItem AddLibrary SID_ADD_LIBRARY +(SfxStringItem LibraryFileName SID_FILE_NAME,SfxUInt16Item Mode SID_ADD_LIBRARY,SfxBoolItem Replace SID_REMOVE_LIBRARY,SfxStringItem LibraryName SID_LOAD_LIBRARY,SfxStringItem LibraryExternalName SID_DOCTITLE) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; - - /* status: */ - SlotType = SfxStringItem + Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + ToolBoxConfig = FALSE, + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxBoolItem SaveAsTemplate SID_DOCTEMPLATE -(SfxStringItem TemplateRegion SID_TEMPLATE_REGIONNAME,SfxStringItem TemplateName SID_TEMPLATE_NAME) +SfxVoidItem AddressBookSource SID_TEMPLATE_ADDRESSBOKSOURCE +() [ /* flags: */ AutoUpdate = FALSE, @@ -676,7 +601,7 @@ SfxBoolItem SaveAsTemplate SID_DOCTEMPLATE Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ AccelConfig = TRUE, @@ -687,7 +612,7 @@ SfxBoolItem SaveAsTemplate SID_DOCTEMPLATE ] //-------------------------------------------------------------------------- -SfxBoolItem ScrollBodyPageDown SID_MAIL_SCROLLBODY_PAGEDOWN +SfxVoidItem AddWatch SID_BASICIDE_ADDWATCH () [ /* flags: */ @@ -701,43 +626,18 @@ SfxBoolItem ScrollBodyPageDown SID_MAIL_SCROLLBODY_PAGEDOWN Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; -] - -//-------------------------------------------------------------------------- -SfxVoidItem ExecuteSearch FID_SEARCH_NOW -(SvxSearchItem SearchItem SID_SEARCH_ITEM) -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; + Asynchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_EDIT; + ToolBoxConfig = TRUE, + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxBoolItem SearchDialog SID_SEARCH_DLG +SfxBoolItem AlwaysVisible SID_TASK_ALWAYSVISIBLE [ /* flags: */ @@ -747,8 +647,8 @@ SfxBoolItem SearchDialog SID_SEARCH_DLG HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, + Toggle = TRUE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -760,38 +660,11 @@ SfxBoolItem SearchDialog SID_SEARCH_DLG MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; -] - -//-------------------------------------------------------------------------- -SfxUInt16Item SearchOptions SID_SEARCH_OPTIONS - -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - Readonly = FALSE, - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SvxSearchItem SearchProperties SID_SEARCH_ITEM +SfxRectangleItem Area SID_WIN_POSSIZE [ /* flags: */ @@ -802,7 +675,7 @@ SvxSearchItem SearchProperties SID_SEARCH_ITEM HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -818,18 +691,18 @@ SvxSearchItem SearchProperties SID_SEARCH_ITEM ] //-------------------------------------------------------------------------- -SfxVoidItem SelectAll SID_SELECTALL +SfxVoidItem ArrangeHorizontal SID_HORIZONTALDOCKWINS () [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = TRUE, + FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -839,95 +712,62 @@ SfxVoidItem SelectAll SID_SELECTALL MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem BackgroundImage SID_GALLERY_BG_BRUSH -(SfxStringItem ImageFile SID_FILE_NAME) +SfxVoidItem ArrangeHorizontal SID_HORIZONTALWINS +() [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = TRUE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* status: */ - SlotType = SfxStringItem - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_INSERT; -] - -//-------------------------------------------------------------------------- -SfxBoolItem SourceView SID_SOURCEVIEW - -[ - /* flags: */ - AutoUpdate = TRUE, - Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, - Toggle = TRUE, + Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxStringItem UndoAction SID_UNDO +SfxVoidItem ArrangeIcons SID_ARRANGEICONS +() [ - SfxVoidItem Undo(); - /* flags: */ AutoUpdate = FALSE, - Cachable = Volatile, + Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem GoUpBlockSel SID_CURSORPAGEUP_SEL -(SfxInt16Item By FN_PARAM_1) +SfxVoidItem ArrangeVertical SID_VERTICALDOCKWINS +() [ /* flags: */ AutoUpdate = FALSE, @@ -937,22 +777,22 @@ SfxVoidItem GoUpBlockSel SID_CURSORPAGEUP_SEL HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; /* config: */ AccelConfig = TRUE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem GoUpSel SID_CURSORUP_SEL -(SfxInt16Item By FN_PARAM_1) +SfxVoidItem ArrangeVertical SID_VERTICALWINS +() [ /* flags: */ AutoUpdate = FALSE, @@ -962,21 +802,21 @@ SfxVoidItem GoUpSel SID_CURSORUP_SEL HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; /* config: */ AccelConfig = TRUE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxStringItem OnSaveAs SID_ON_SAVEASDOC +SfxStringItem Author SID_DOCINFO_AUTHOR [ /* flags: */ @@ -1003,57 +843,34 @@ SfxStringItem OnSaveAs SID_ON_SAVEASDOC ] //-------------------------------------------------------------------------- -SfxVoidItem GoLeftBlock SID_CURSORPAGELEFT -(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* config: */ - AccelConfig = TRUE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; -] +SfxBoolItem AutoHide SID_AUTOHIDE -//-------------------------------------------------------------------------- -SfxVoidItem GoDownBlockSel SID_CURSORPAGEDOWN_SEL -(SfxInt16Item By FN_PARAM_1) [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ - AccelConfig = TRUE, + AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxVoidItem HelpDownload SID_HELP_DOWNLOAD +SfxVoidItem AutoPilotMenu SID_AUTOPILOTMENU () [ /* flags: */ @@ -1067,24 +884,27 @@ SfxVoidItem HelpDownload SID_HELP_DOWNLOAD Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + /* status: */ + SlotType = SfxStringItem /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxUInt16Item EditStyle SID_STYLE_EDIT -(SfxStringItem Param SID_STYLE_EDIT,SfxUInt16Item Family SID_STYLE_FAMILY) +SfxVoidItem BackgroundImage SID_GALLERY_BG_BRUSH +(SfxStringItem ImageFile SID_FILE_NAME) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = FALSE, @@ -1094,16 +914,19 @@ SfxUInt16Item EditStyle SID_STYLE_EDIT RecordPerSet; Synchron; + /* status: */ + SlotType = SfxStringItem + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_TEMPLATE; + GroupId = GID_INSERT; ] //-------------------------------------------------------------------------- -SfxVoidItem GoToStartSel SID_CURSORTOPOFFILE_SEL +SfxVoidItem Backspace SID_BACKSPACE () [ /* flags: */ @@ -1120,16 +943,16 @@ SfxVoidItem GoToStartSel SID_CURSORTOPOFFILE_SEL Synchron; /* config: */ - AccelConfig = TRUE, + AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxVoidItem LoadStatusBar SID_CONFIGSTATUSBAR -(SfxStringItem FileName SID_CFGFILE) +SfxVoidItem BackToWebtop SID_BACKTOWEBTOP +() [ /* flags: */ AutoUpdate = FALSE, @@ -1149,64 +972,62 @@ SfxVoidItem LoadStatusBar SID_CONFIGSTATUSBAR MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem GoRightSel SID_CURSORRIGHT_SEL -(SfxInt16Item By FN_PARAM_1) +SfxVoidItem BasicBreak SID_BASICBREAK +() [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, - RecordPerSet; + NoRecord; Synchron; /* config: */ AccelConfig = TRUE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + ToolBoxConfig = TRUE, + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxStringItem OnDeactivate SID_ON_DEACTIVATEDOC - +SfxVoidItem BasicIDEAppear SID_BASICIDE_APPEAR +() [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxObjectItem ActiveModule SID_ACTIVEMODULE - +SfxVoidItem BasicStepInto SID_BASICSTEPINTO +() [ /* flags: */ AutoUpdate = FALSE, @@ -1219,21 +1040,19 @@ SfxObjectItem ActiveModule SID_ACTIVEMODULE Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = TRUE, + Asynchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_DOCUMENT; + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxObjectItem FileName SID_FILE_NAME - +SfxVoidItem BasicStepOut SID_BASICSTEPOUT +() [ /* flags: */ AutoUpdate = FALSE, @@ -1243,23 +1062,21 @@ SfxObjectItem FileName SID_FILE_NAME HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = TRUE, + Asynchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxVoidItem Tile SID_TILEWINS +SfxVoidItem BasicStepOver SID_BASICSTEPOVER () [ /* flags: */ @@ -1273,80 +1090,55 @@ SfxVoidItem Tile SID_TILEWINS Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxVoidItem GoRight SID_CURSORRIGHT -(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) +SfxVoidItem BasicStop SID_BASICSTOP +() [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, - RecordPerSet; + NoRecord; Synchron; /* config: */ AccelConfig = TRUE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; -] - -//-------------------------------------------------------------------------- -SfxVoidItem StyleCatalog SID_STYLE_CATALOG -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - /* config: */ - AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_TEMPLATE; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxStringItem FrameContent SID_FRAME_CONTENT +SfxBoolItem Beamer SID_BROWSER [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, - RecordAbsolute = TRUE, + RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -1356,39 +1148,39 @@ SfxStringItem FrameContent SID_FRAME_CONTENT AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxStringItem _PickEntry8 SID_PICK8 +SfxBoolItem BeamerTaskSensitive SID_BROWSER_TASK [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, - Toggle = FALSE, + Toggle = TRUE, Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; Readonly = FALSE, /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem CursorEndOfScreen SID_CURSORENDOFSCREEN +SfxVoidItem BookmarkMenu SID_BOOKMARKS () [ /* flags: */ @@ -1396,24 +1188,27 @@ SfxVoidItem CursorEndOfScreen SID_CURSORENDOFSCREEN Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + /* status: */ + SlotType = SfxStringItem + /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxVoidItem GoToStartOfRowSel SID_CURSORHOME_SEL +SfxVoidItem BreakPointsChanged SID_BASICIDE_BRKPNTSCHANGED () [ /* flags: */ @@ -1427,24 +1222,24 @@ SfxVoidItem GoToStartOfRowSel SID_CURSORHOME_SEL Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ - AccelConfig = TRUE, + AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem InternetSearch SID_INTERNET_SEARCH -(SfxStringItem SearchString SID_INTERNET_SEARCH) +SfxVoidItem BrowseBackward SID_BROWSE_BACKWARD +(SfxUInt16Item nSteps SID_BROWSE_BACKWARD) [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, - FastCall = TRUE, + FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, @@ -1454,33 +1249,39 @@ SfxVoidItem InternetSearch SID_INTERNET_SEARCH RecordPerSet; Asynchron; + /* status: */ + SlotType = SfxStringItem + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxVoidItem GoToEndOfDataSel SID_CURSORENDOFFILE_SEL -() +SfxVoidItem BrowseForward SID_BROWSE_FORWARD +(SfxUInt16Item nSteps SID_BROWSE_FORWARD) [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + /* status: */ + SlotType = SfxStringItem /* config: */ - AccelConfig = TRUE, + AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, @@ -1488,12 +1289,12 @@ SfxVoidItem GoToEndOfDataSel SID_CURSORENDOFFILE_SEL ] //-------------------------------------------------------------------------- -SfxBoolItem ObjectBarVisible SID_TOGGLEOBJECTBAR +SfxBoolItem BrowseView SID_BROWSER_MODE [ /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, + AutoUpdate = TRUE, + Cachable = Volatile, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, @@ -1515,65 +1316,13 @@ SfxBoolItem ObjectBarVisible SID_TOGGLEOBJECTBAR ] //-------------------------------------------------------------------------- -SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE -(SfxBoolItem Sel FN_PARAM_2) -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* config: */ - AccelConfig = TRUE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; -] - -//-------------------------------------------------------------------------- -SfxBoolItem FloatingTask SID_FLOATING_TASK +SfxUInt32Item BuildVersion SID_BUILD_VERSION [ /* flags: */ AutoUpdate = TRUE, Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = TRUE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - Readonly = FALSE, - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; -] - -//-------------------------------------------------------------------------- -SfxUInt16Item DeleteStyle SID_STYLE_DELETE -(SfxStringItem Param SID_STYLE_DELETE,SfxUInt16Item Family SID_STYLE_FAMILY) -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = FALSE, @@ -1583,41 +1332,46 @@ SfxUInt16Item DeleteStyle SID_STYLE_DELETE RecordPerSet; Synchron; + Readonly = TRUE, + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_TEMPLATE; + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxVoidItem GoLeft SID_CURSORLEFT -(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) +SfxVoidItem Cancel SID_BROWSE_STOP +() [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + /* status: */ + SlotType = SfxBoolItem + /* config: */ AccelConfig = TRUE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, + ToolBoxConfig = TRUE, GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem OnSaveDone SID_ON_SAVEDOCDONE +SfxStringItem Caption SID_CAPTION [ /* flags: */ @@ -1628,12 +1382,12 @@ SfxStringItem OnSaveDone SID_ON_SAVEDOCDONE HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, + Readonly = TRUE, /* config: */ AccelConfig = FALSE, @@ -1644,35 +1398,33 @@ SfxStringItem OnSaveDone SID_ON_SAVEDOCDONE ] //-------------------------------------------------------------------------- -SfxBoolItem EditFrameSet SID_EDIT_FRAMESET - +SfxVoidItem Cascade SID_CASCADEWINS +() [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; - - Readonly = FALSE, + Synchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem GoToStart SID_CURSORTOPOFFILE -(SfxBoolItem Sel FN_PARAM_2) +SfxTemplateItem CharStyle SID_STYLE_FAMILY1 + [ /* flags: */ AutoUpdate = FALSE, @@ -1687,54 +1439,29 @@ SfxVoidItem GoToStart SID_CURSORTOPOFFILE RecordPerSet; Synchron; - /* config: */ - AccelConfig = TRUE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; -] - -//-------------------------------------------------------------------------- -SfxUInt16Item FrameSpacing SID_FRAMESPACING - -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - Readonly = FALSE, + Readonly = TRUE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxBoolItem PartWindow SID_PARTWIN +SfxStringItem CheckKey SID_CHECK_KEY [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -1746,11 +1473,11 @@ SfxBoolItem PartWindow SID_PARTWIN MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_SPECIAL; ] //-------------------------------------------------------------------------- -SfxVoidItem WindowList SID_MDIWINDOWLIST +SfxVoidItem ChooseMacro SID_BASICIDE_CHOOSEMACRO () [ /* flags: */ @@ -1764,23 +1491,23 @@ SfxVoidItem WindowList SID_MDIWINDOWLIST Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + ToolBoxConfig = TRUE, + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxStringItem CurrentTime SID_CURRENTTIME - +SfxVoidItem ClearDiskCache SID_CLEARDISKCACHE +() [ /* flags: */ AutoUpdate = FALSE, - Cachable = Volatile, + Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, @@ -1791,46 +1518,42 @@ SfxStringItem CurrentTime SID_CURRENTTIME RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = TRUE, - ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxStringItem FrameTitle SID_FRAMETITLE - +SfxVoidItem ClearHistory SID_CLEARHISTORY +() [ /* flags: */ AutoUpdate = FALSE, - Cachable = Cachable, + Cachable = Volatile, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxObjectItem Document SID_DOCUMENT - +SfxVoidItem ClearMemCache SID_CLEARMEMCACHE +() [ /* flags: */ AutoUpdate = FALSE, @@ -1845,45 +1568,41 @@ SfxObjectItem Document SID_DOCUMENT RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxStringItem Path SID_DOCPATH - +SfxBoolItem Close SID_CLOSEWINS +() [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = TRUE, + Asynchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem DocumentManager SID_DOCMANAGER +SfxVoidItem Close SID_CLOSEDOCS () [ /* flags: */ @@ -1891,7 +1610,7 @@ SfxVoidItem DocumentManager SID_DOCMANAGER Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, @@ -1900,16 +1619,16 @@ SfxVoidItem DocumentManager SID_DOCMANAGER Asynchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxStringItem Title SID_DOCTITLE - +SfxBoolItem Close SID_CLOSEDOC +(SfxBoolItem saveChanges SID_CLOSEDOC_SAVE,SfxStringItem fileName SID_CLOSEDOC_FILENAME) [ /* flags: */ AutoUpdate = FALSE, @@ -1919,23 +1638,24 @@ SfxStringItem Title SID_DOCTITLE HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; - Readonly = TRUE, + /* status: */ + SlotType = SfxStringItem /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem GoToStartOfRow SID_CURSORHOME +SfxVoidItem Close SID_CLOSEWIN () [ /* flags: */ @@ -1946,27 +1666,27 @@ SfxVoidItem GoToStartOfRow SID_CURSORHOME HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ AccelConfig = TRUE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem NewWindow SID_NEWWINDOW +SfxVoidItem Close SID_CLOSETASK () [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, @@ -1974,7 +1694,7 @@ SfxVoidItem NewWindow SID_NEWWINDOW Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ AccelConfig = TRUE, @@ -1985,11 +1705,11 @@ SfxVoidItem NewWindow SID_NEWWINDOW ] //-------------------------------------------------------------------------- -SfxStringItem Comments SID_DOCINFO_COMMENTS +SfxBoolItem Closing SID_CLOSING [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -2001,18 +1721,18 @@ SfxStringItem Comments SID_DOCINFO_COMMENTS RecordPerSet; Synchron; - Readonly = FALSE, + Readonly = TRUE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxObjectItem Open SID_DOCINFO_TITLE +SfxStringItem Comments SID_DOCINFO_COMMENTS [ /* flags: */ @@ -2028,7 +1748,7 @@ SfxObjectItem Open SID_DOCINFO_TITLE RecordPerSet; Synchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ AccelConfig = FALSE, @@ -2039,33 +1759,8 @@ SfxObjectItem Open SID_DOCINFO_TITLE ] //-------------------------------------------------------------------------- -SfxVoidItem SendFax FN_FAX -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = TRUE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; -] +SfxStringItem CommercialUse SID_OFFICE_COMMERCIAL_USE -//-------------------------------------------------------------------------- -SfxVoidItem SbxDeleted SID_BASICIDE_SBXDELETED -(SbxItem Sbx SID_BASICIDE_ARG_SBX) [ /* flags: */ AutoUpdate = FALSE, @@ -2080,17 +1775,19 @@ SfxVoidItem SbxDeleted SID_BASICIDE_SBXDELETED RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = GID_SPECIAL; ] //-------------------------------------------------------------------------- -SfxVoidItem Quit SID_QUITAPP -() +SfxBoolItem CommonTaskBarVisible SID_TOGGLECOMMONTASKBAR + [ /* flags: */ AutoUpdate = FALSE, @@ -2103,22 +1800,21 @@ SfxVoidItem Quit SID_QUITAPP Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; - /* status: */ - SlotType = SfxStringItem + Readonly = FALSE, /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem OpenUrl SID_EXECUTE -(SfxStringItem Comand SID_EXECUTE) +SfxInt32Item CompareDocuments SID_DOCUMENT_COMPARE +(SfxStringItem FileName SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem FilterFlags SID_FILE_FILTEROPTIONS,SfxInt16Item Version SID_VERSION) [ /* flags: */ AutoUpdate = FALSE, @@ -2126,23 +1822,23 @@ SfxBoolItem OpenUrl SID_EXECUTE FastCall = FALSE, HasCoreId = FALSE, HasDialog = TRUE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxVoidItem ToolsMacroEdit SID_EDITMACRO +SfxVoidItem CompileBasic SID_BASICCOMPILE () [ /* flags: */ @@ -2150,13 +1846,13 @@ SfxVoidItem ToolsMacroEdit SID_EDITMACRO Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ AccelConfig = TRUE, @@ -2167,32 +1863,32 @@ SfxVoidItem ToolsMacroEdit SID_EDITMACRO ] //-------------------------------------------------------------------------- -SfxObjectItem SplitHorizontal SID_SPLIT_HORIZONTAL -(SfxStringItem Frame SID_FRAMETITLE) +SfxVoidItem ConfigureDialog SID_CONFIG +() [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxBoolItem IsLoading SID_DOC_LOADING +SfxBoolItem ConfigureToolboxVisible SID_CUSTOMIZETOOLBOX [ /* flags: */ @@ -2200,51 +1896,26 @@ SfxBoolItem IsLoading SID_DOC_LOADING Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - Readonly = TRUE, - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; -] - -//-------------------------------------------------------------------------- -SfxInt32Item CompareDocuments SID_DOCUMENT_COMPARE -(SfxStringItem FileName SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem FilterFlags SID_FILE_FILTEROPTIONS,SfxInt16Item Version SID_VERSION) -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + Readonly = FALSE, /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxBoolItem _SwitchViewShell1 SID_VIEWSHELL1 +SfxStringItem Context SID_CONTEXT [ /* flags: */ @@ -2258,29 +1929,29 @@ SfxBoolItem _SwitchViewShell1 SID_VIEWSHELL1 Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, - StatusBarConfig = FALSE, + StatusBarConfig = TRUE, ToolBoxConfig = FALSE, GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem DeleteFrame SID_DELETE_FRAME -(SfxStringItem Frame SID_FRAMETITLE) +SfxVoidItem Copy SID_COPY +() [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -2288,7 +1959,7 @@ SfxVoidItem DeleteFrame SID_DELETE_FRAME Synchron; /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, @@ -2296,13 +1967,13 @@ SfxVoidItem DeleteFrame SID_DELETE_FRAME ] //-------------------------------------------------------------------------- -SfxVoidItem ReleaseObject SID_DELETE_BASICOBJECT -(SfxObjectItem Object SID_DELETE_BASICOBJECT) +SfxVoidItem Crash SID_CRASH +(SfxBoolItem Direct SID_CRASH) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = TRUE, + FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, @@ -2321,8 +1992,8 @@ SfxVoidItem ReleaseObject SID_DELETE_BASICOBJECT ] //-------------------------------------------------------------------------- -SfxVoidItem GoToEndOfRowSel SID_CURSOREND_SEL -() +SfxVoidItem CreateMacro SID_BASICIDE_CREATEMACRO +(SfxMacroInfoItem aMacroInfo SID_BASICIDE_ARG_MACROINFO) [ /* flags: */ AutoUpdate = FALSE, @@ -2335,24 +2006,24 @@ SfxVoidItem GoToEndOfRowSel SID_CURSOREND_SEL Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ - AccelConfig = TRUE, + AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem Close SID_CLOSETASK -() +SfxStringItem CurrentDate SID_CURRENTDATE + [ /* flags: */ AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = TRUE, + Cachable = Volatile, + FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, @@ -2360,70 +2031,74 @@ SfxVoidItem Close SID_CLOSETASK Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = TRUE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem FormatMenu SID_FORMATMENU -() +SfxStringItem CurrentTime SID_CURRENTTIME + [ /* flags: */ AutoUpdate = FALSE, - Cachable = Cachable, + Cachable = Volatile, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = TRUE, + /* config: */ AccelConfig = FALSE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = TRUE, ToolBoxConfig = FALSE, - GroupId = GID_EDIT; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem HyperlinkDialog SID_HYPERLINK_DIALOG +SfxStringItem CurrentURL SID_CURRENT_URL [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem CursorTopOfScreen SID_CURSORTOPOFSCREEN +SfxVoidItem CursorEndOfScreen SID_CURSORENDOFSCREEN () [ /* flags: */ @@ -2448,8 +2123,8 @@ SfxVoidItem CursorTopOfScreen SID_CURSORTOPOFSCREEN ] //-------------------------------------------------------------------------- -SfxBoolItem ConfigureToolboxVisible SID_CUSTOMIZETOOLBOX - +SfxVoidItem CursorTopOfScreen SID_CURSORTOPOFSCREEN +() [ /* flags: */ AutoUpdate = FALSE, @@ -2462,21 +2137,19 @@ SfxBoolItem ConfigureToolboxVisible SID_CUSTOMIZETOOLBOX Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; - - Readonly = FALSE, + Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; + ToolBoxConfig = FALSE, + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxVoidItem GoUp SID_CURSORUP -(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) +SfxStringItem CustomerNumber SID_OFFICE_CUSTOMERNUMBER + [ /* flags: */ AutoUpdate = FALSE, @@ -2491,16 +2164,18 @@ SfxVoidItem GoUp SID_CURSORUP RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ - AccelConfig = TRUE, + AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + GroupId = GID_SPECIAL; ] //-------------------------------------------------------------------------- -SfxBoolItem StartApplication SID_START_APP +SfxVoidItem Cut SID_CUT () [ /* flags: */ @@ -2509,7 +2184,7 @@ SfxBoolItem StartApplication SID_START_APP FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -2517,15 +2192,15 @@ SfxBoolItem StartApplication SID_START_APP Synchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_APPLICATION; + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxStringItem Caption SID_CAPTION +SfxStringItem DefaultFilePath SID_DEFAULTFILEPATH [ /* flags: */ @@ -2541,7 +2216,7 @@ SfxStringItem Caption SID_CAPTION RecordPerSet; Synchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ AccelConfig = FALSE, @@ -2552,16 +2227,16 @@ SfxStringItem Caption SID_CAPTION ] //-------------------------------------------------------------------------- -SfxVoidItem GoUpBlock SID_CURSORPAGEUP -(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) +SfxVoidItem Delete SID_DELETE +() [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -2570,15 +2245,15 @@ SfxVoidItem GoUpBlock SID_CURSORPAGEUP /* config: */ AccelConfig = TRUE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxStringItem Author SID_DOCINFO_AUTHOR - +SfxVoidItem DeleteCurrent SID_BASICIDE_DELETECURRENT +() [ /* flags: */ AutoUpdate = FALSE, @@ -2591,110 +2266,106 @@ SfxStringItem Author SID_DOCINFO_AUTHOR Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = FALSE, + Asynchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxBoolItem ReadOnly SID_DOC_READONLY - +SfxVoidItem DeleteFrame SID_DELETE_FRAME +(SfxStringItem Frame SID_FRAMETITLE) [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ AccelConfig = FALSE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxBoolItem DesktopMode SID_DESKTOPMODE - +SfxUInt16Item DeleteStyle SID_STYLE_DELETE +(SfxStringItem Param SID_STYLE_DELETE,SfxUInt16Item Family SID_STYLE_FAMILY) [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + ToolBoxConfig = FALSE, + GroupId = GID_TEMPLATE; ] //-------------------------------------------------------------------------- -SfxBoolItem UnloadLibrary SID_UNLOAD_LIBRARY -(SfxStringItem LibraryName SID_UNLOAD_LIBRARY) +SfxBoolItem DesignerDialog SID_STYLE_DESIGNER + [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + ToolBoxConfig = TRUE, + GroupId = GID_FORMAT; ] //-------------------------------------------------------------------------- -SfxStringItem PrivateUse SID_OFFICE_PRIVATE_USE +SfxBoolItem DesktopMode SID_DESKTOPMODE [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -2702,44 +2373,41 @@ SfxStringItem PrivateUse SID_OFFICE_PRIVATE_USE Readonly = FALSE, /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_SPECIAL; + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxStringItem LibLoaded SID_BASICIDE_LIBLOADED -(SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) +SfxVoidItem DocumentManager SID_DOCMANAGER +() [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - /* status: */ - SlotType = SfxStringItem + Asynchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxObjectItem Selection SID_SELECTION - +SfxVoidItem DragHierarchy SID_STYLE_DRAGHIERARCHIE +() [ /* flags: */ AutoUpdate = FALSE, @@ -2749,13 +2417,11 @@ SfxObjectItem Selection SID_SELECTION HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, @@ -2765,21 +2431,21 @@ SfxObjectItem Selection SID_SELECTION ] //-------------------------------------------------------------------------- -SfxVoidItem FileDocument SID_SAVEDOCTOBOOKMARK -() +SfxBoolItem EditDoc SID_EDITDOC +(SfxBoolItem Editable SID_EDITDOC) [ /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, + AutoUpdate = TRUE, + Cachable = Volatile, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ AccelConfig = TRUE, @@ -2790,33 +2456,35 @@ SfxVoidItem FileDocument SID_SAVEDOCTOBOOKMARK ] //-------------------------------------------------------------------------- -SfxBoolItem SaveAll SID_SAVEDOCS -() +SfxBoolItem EditFrameSet SID_EDIT_FRAMESET + [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + Readonly = FALSE, /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxObjectItem StarWriter SID_STARWRITER - +SfxVoidItem EditMacro SID_BASICIDE_EDITMACRO +(SfxMacroInfoItem aMacroInfo SID_BASICIDE_ARG_MACROINFO) [ /* flags: */ AutoUpdate = FALSE, @@ -2826,24 +2494,22 @@ SfxObjectItem StarWriter SID_STARWRITER HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = TRUE, + Asynchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxStringItem SelectionTextExt SID_SELECTION_TEXT_EXT - +SfxUInt16Item EditStyle SID_STYLE_EDIT +(SfxStringItem Param SID_STYLE_EDIT,SfxUInt16Item Family SID_STYLE_FAMILY) [ /* flags: */ AutoUpdate = FALSE, @@ -2851,26 +2517,24 @@ SfxStringItem SelectionTextExt SID_SELECTION_TEXT_EXT FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_TEMPLATE; ] //-------------------------------------------------------------------------- -SfxObjectItem Task SID_TASK - +SfxVoidItem ExecuteSearch FID_SEARCH_NOW +(SvxSearchItem SearchItem SID_SEARCH_ITEM) [ /* flags: */ AutoUpdate = FALSE, @@ -2880,27 +2544,25 @@ SfxObjectItem Task SID_TASK HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_DOCUMENT; + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxStringItem SelectionText SID_SELECTION_TEXT +SfxBoolItem Explorer SID_EXPLORER [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -2912,21 +2574,20 @@ SfxStringItem SelectionText SID_SELECTION_TEXT RecordPerSet; Synchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem Recording SID_RECORDMACRO -[ - SfxVoidItem StopRecording(); +SfxBoolItem ExtendedHelp SID_EXTENDEDHELP +[ /* flags: */ AutoUpdate = TRUE, Cachable = Cachable, @@ -2935,34 +2596,34 @@ SfxBoolItem Recording SID_RECORDMACRO HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, - NoRecord; + RecordPerSet; Synchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxInt32Item MergeDocuments SID_DOCUMENT_MERGE -(SfxStringItem FileName SID_FILE_NAME,SfxInt16Item Version SID_VERSION) +SfxVoidItem FileDocument SID_SAVEDOCTOBOOKMARK +() [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -2972,11 +2633,11 @@ SfxInt32Item MergeDocuments SID_DOCUMENT_MERGE MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxStringItem FullName SID_PROGFILENAME +SfxStringItem FileName SID_FILE_NAME [ /* flags: */ @@ -2987,7 +2648,7 @@ SfxStringItem FullName SID_PROGFILENAME HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -3003,21 +2664,21 @@ SfxStringItem FullName SID_PROGFILENAME ] //-------------------------------------------------------------------------- -SfxBoolItem PrintPreview SID_PRINTPREVIEW +SfxBoolItem FloatingTask SID_FLOATING_TASK [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = TRUE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; Readonly = FALSE, @@ -3030,33 +2691,8 @@ SfxBoolItem PrintPreview SID_PRINTPREVIEW ] //-------------------------------------------------------------------------- -SfxVoidItem SaveConfiguration SID_SAVECONFIG -(SfxStringItem FileName SID_CFGFILE) -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; -] - -//-------------------------------------------------------------------------- -SfxBoolItem SaveAsUrl SID_SAVEASURL -(SfxStringItem FileName SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem PassWord SID_DOC_READONLY,SfxStringItem FilterOptions SID_FILE_FILTEROPTIONS) +SfxVoidItem FocusUrlBox SID_FOCUSURLBOX +() [ /* flags: */ AutoUpdate = FALSE, @@ -3069,21 +2705,21 @@ SfxBoolItem SaveAsUrl SID_SAVEASURL Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* status: */ SlotType = SfxStringItem /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + ToolBoxConfig = FALSE, + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxVoidItem Repaint SID_REPAINT +SfxVoidItem FormatMenu SID_FORMATMENU () [ /* flags: */ @@ -3100,43 +2736,43 @@ SfxVoidItem Repaint SID_REPAINT Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = FALSE, + AccelConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxBoolItem StatusBarVisible SID_TOGGLESTATUSBAR +SfxStringItem FrameContent SID_FRAME_CONTENT [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, Container = TRUE, - RecordAbsolute = FALSE, + RecordAbsolute = TRUE, RecordPerSet; Synchron; Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem StartMenu SID_STARTMENU -() +SfxUInt16Item FrameCount SID_FRAMECOUNT + [ /* flags: */ AutoUpdate = FALSE, @@ -3144,27 +2780,26 @@ SfxVoidItem StartMenu SID_STARTMENU FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; - /* status: */ - SlotType = SfxStringItem + Readonly = TRUE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem JumpToMark SID_JUMPTOMARK -(SfxStringItem Bookmark ID_VAL_DUMMY0) +SfxStringItem FrameName SID_FRAME_NAME + [ /* flags: */ AutoUpdate = FALSE, @@ -3172,23 +2807,25 @@ SfxVoidItem JumpToMark SID_JUMPTOMARK FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, + Container = TRUE, + RecordAbsolute = TRUE, RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxObjectItem StarDraw SID_STARDRAW +SfxUInt16Item FrameSpacing SID_FRAMESPACING [ /* flags: */ @@ -3197,26 +2834,26 @@ SfxObjectItem StarDraw SID_STARDRAW FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem RemoveLibrary SID_REMOVE_LIBRARY -(SfxStringItem LibraryName SID_REMOVE_LIBRARY) +SfxTemplateItem FrameStyle SID_STYLE_FAMILY3 + [ /* flags: */ AutoUpdate = FALSE, @@ -3226,46 +2863,50 @@ SfxBoolItem RemoveLibrary SID_REMOVE_LIBRARY HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = TRUE, + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem InternetUpdate SID_INTERNET_UPDATE -() +SfxStringItem FrameTitle SID_FRAMETITLE + [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, - HasCoreId = TRUE, + HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = TRUE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxStringItem StatusBar SID_STATUSBARTEXT +SfxStringItem FullName SID_PROGFILENAME [ /* flags: */ @@ -3281,7 +2922,7 @@ SfxStringItem StatusBar SID_STATUSBARTEXT RecordPerSet; Synchron; - Readonly = FALSE, + Readonly = TRUE, /* config: */ AccelConfig = FALSE, @@ -3292,7 +2933,7 @@ SfxStringItem StatusBar SID_STATUSBARTEXT ] //-------------------------------------------------------------------------- -SfxBoolItem IsTopWindow SID_ISTOP +SfxStringItem FullName SID_DOCFULLNAME [ /* flags: */ @@ -3301,9 +2942,9 @@ SfxBoolItem IsTopWindow SID_ISTOP FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -3319,15 +2960,15 @@ SfxBoolItem IsTopWindow SID_ISTOP ] //-------------------------------------------------------------------------- -SfxVoidItem LoadConfiguration SID_LOADCONFIG -(SfxStringItem FileName SID_CFGFILE) +SfxBoolItem FullScreen SID_WIN_FULLSCREEN + [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, @@ -3335,20 +2976,22 @@ SfxVoidItem LoadConfiguration SID_LOADCONFIG RecordPerSet; Asynchron; + Readonly = FALSE, + /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem MailWindow SID_MAIL_CHILDWIN +SfxBoolItem FunctionBarVisible SID_TOGGLEFUNCTIONBAR [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -3363,19 +3006,19 @@ SfxBoolItem MailWindow SID_MAIL_CHILDWIN Readonly = FALSE, /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, + ToolBoxConfig = TRUE, GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem MailReadDialog SID_MAIL_INBOX - +SfxStringItem GetActiveTask SID_TOPDOC +() [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -3385,9 +3028,10 @@ SfxBoolItem MailReadDialog SID_MAIL_INBOX Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; - Readonly = FALSE, + /* status: */ + SlotType = SfxStringItem /* config: */ AccelConfig = FALSE, @@ -3398,8 +3042,8 @@ SfxBoolItem MailReadDialog SID_MAIL_INBOX ] //-------------------------------------------------------------------------- -SfxObjectItem OpenTemplate SID_OPENTEMPLATE -(SfxStringItem Region SID_TEMPLATE_REGIONNAME,SfxStringItem Name SID_TEMPLATE_NAME) +SfxObjectItem GetFrameWindow SID_FILLFRAME +(SfxStringItem WindowName SID_FILLFRAME) [ /* flags: */ AutoUpdate = FALSE, @@ -3412,54 +3056,52 @@ SfxObjectItem OpenTemplate SID_OPENTEMPLATE Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_TEMPLATE; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxStringItem Printer SID_PRINTER_NAME - +SfxVoidItem GoDown SID_CURSORDOWN +(SfxInt16Item By SID_CURSORDOWN) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; - - Readonly = FALSE, + Synchron; /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxObjectItem SplitParentVertical SID_SPLIT_PARENT_VERTICAL -(SfxStringItem Frame SID_FRAMETITLE) +SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN +(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -3467,16 +3109,16 @@ SfxObjectItem SplitParentVertical SID_SPLIT_PARENT_VERTICAL Synchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = TRUE, + AccelConfig = TRUE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + ToolBoxConfig = FALSE, + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxBoolItem LoadLibrary SID_LOAD_LIBRARY -(SfxStringItem LibraryName SID_LOAD_LIBRARY) +SfxVoidItem GoDownBlockSel SID_CURSORPAGEDOWN_SEL +(SfxInt16Item By FN_PARAM_1) [ /* flags: */ AutoUpdate = FALSE, @@ -3486,30 +3128,30 @@ SfxBoolItem LoadLibrary SID_LOAD_LIBRARY HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxObjectItem SplitParentHorizontal SID_SPLIT_PARENT_HORIZONTAL -(SfxStringItem Frame SID_FRAMETITLE) +SfxVoidItem GoDownSel SID_CURSORDOWN_SEL +(SfxInt16Item By FN_PARAM_1) [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -3517,16 +3159,16 @@ SfxObjectItem SplitParentHorizontal SID_SPLIT_PARENT_HORIZONTAL Synchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = TRUE, + AccelConfig = TRUE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + ToolBoxConfig = FALSE, + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem OnSave SID_ON_SAVEDOC - +SfxVoidItem GoLeft SID_CURSORLEFT +(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) [ /* flags: */ AutoUpdate = FALSE, @@ -3541,19 +3183,17 @@ SfxStringItem OnSave SID_ON_SAVEDOC RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxBoolItem Visible SID_WIN_VISIBLE - +SfxVoidItem GoLeftBlock SID_CURSORPAGELEFT +(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) [ /* flags: */ AutoUpdate = FALSE, @@ -3563,24 +3203,22 @@ SfxBoolItem Visible SID_WIN_VISIBLE HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem OnPrepareClose SID_ON_PREPARECLOSEDOC - +SfxVoidItem GoLeftBlockSel SID_CURSORPAGELEFT_SEL +(SfxInt16Item By FN_PARAM_1) [ /* flags: */ AutoUpdate = FALSE, @@ -3595,19 +3233,17 @@ SfxStringItem OnPrepareClose SID_ON_PREPARECLOSEDOC RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem OnOpen SID_ON_OPENDOC - +SfxVoidItem GoLeftSel SID_CURSORLEFT_SEL +(SfxInt16Item By FN_PARAM_1) [ /* flags: */ AutoUpdate = FALSE, @@ -3622,44 +3258,42 @@ SfxStringItem OnOpen SID_ON_OPENDOC RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxBoolItem PlayMacro SID_PLAYMACRO -(SfxStringItem Statement SID_STATEMENT,SfxBoolItem Asynchron SID_ASYNCHRON) +SfxVoidItem GoRight SID_CURSORRIGHT +(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, - NoRecord; + RecordPerSet; Synchron; /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem CommercialUse SID_OFFICE_COMMERCIAL_USE - +SfxVoidItem GoRightSel SID_CURSORRIGHT_SEL +(SfxInt16Item By FN_PARAM_1) [ /* flags: */ AutoUpdate = FALSE, @@ -3674,19 +3308,17 @@ SfxStringItem CommercialUse SID_OFFICE_COMMERCIAL_USE RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_SPECIAL; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem OnStart SID_ON_STARTAPP - +SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE +(SfxBoolItem Sel FN_PARAM_2) [ /* flags: */ AutoUpdate = FALSE, @@ -3701,18 +3333,16 @@ SfxStringItem OnStart SID_ON_STARTAPP RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxVoidItem BasicStepOut SID_BASICSTEPOUT +SfxVoidItem GoToEndOfDataSel SID_CURSORENDOFFILE_SEL () [ /* flags: */ @@ -3723,22 +3353,22 @@ SfxVoidItem BasicStepOut SID_BASICSTEPOUT HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ AccelConfig = TRUE, - MenuConfig = TRUE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + ToolBoxConfig = FALSE, + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem OnQuit SID_ON_CLOSEAPP - +SfxVoidItem GoToEndOfRow SID_CURSOREND +(SfxBoolItem Sel FN_PARAM_2) [ /* flags: */ AutoUpdate = FALSE, @@ -3753,19 +3383,17 @@ SfxStringItem OnQuit SID_ON_CLOSEAPP RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem OldPALK SID_OLD_PALK - +SfxVoidItem GoToEndOfRowSel SID_CURSOREND_SEL +() [ /* flags: */ AutoUpdate = FALSE, @@ -3775,24 +3403,22 @@ SfxStringItem OldPALK SID_OLD_PALK HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_SPECIAL; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem OfficeVersionId SID_OFFICE_VERSION_ID - +SfxVoidItem GoToStart SID_CURSORTOPOFFILE +(SfxBoolItem Sel FN_PARAM_2) [ /* flags: */ AutoUpdate = FALSE, @@ -3807,18 +3433,16 @@ SfxStringItem OfficeVersionId SID_OFFICE_VERSION_ID RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_SPECIAL; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxVoidItem SetOptions SID_SETOPTIONS +SfxVoidItem GoToStartOfRow SID_CURSORHOME () [ /* flags: */ @@ -3832,19 +3456,19 @@ SfxVoidItem SetOptions SID_SETOPTIONS Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem OnCreate SID_ON_CREATEDOC - +SfxVoidItem GoToStartOfRowSel SID_CURSORHOME_SEL +() [ /* flags: */ AutoUpdate = FALSE, @@ -3859,19 +3483,17 @@ SfxStringItem OnCreate SID_ON_CREATEDOC RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem OnClose SID_ON_CLOSEDOC - +SfxVoidItem GoToStartSel SID_CURSORTOPOFFILE_SEL +() [ /* flags: */ AutoUpdate = FALSE, @@ -3886,19 +3508,17 @@ SfxStringItem OnClose SID_ON_CLOSEDOC RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxBoolItem SetPALK SID_OFFICE_PALK -(SfxStringItem PALK SID_OFFICE_PALK) +SfxVoidItem GoUp SID_CURSORUP +(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) [ /* flags: */ AutoUpdate = FALSE, @@ -3914,71 +3534,66 @@ SfxBoolItem SetPALK SID_OFFICE_PALK Synchron; /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_SPECIAL; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxBoolItem Beamer SID_BROWSER - +SfxVoidItem GoUpBlock SID_CURSORPAGEUP +(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxBoolItem SendMail SID_MAIL_SENDDOC -(SfxStringItem Recipient SID_MAIL_RECIPIENT,SfxStringItem Subject SID_MAIL_SUBJECT,SfxStringItem MailText SID_MAIL_TEXT,SfxUInt16Item Priority SID_MAIL_PRIORITY,SfxBoolItem AttachedDoc SID_MAIL_ATTACH,SfxStringItem AttachFiles SID_MAIL_ATTACH_FILE) +SfxVoidItem GoUpBlockSel SID_CURSORPAGEUP_SEL +(SfxInt16Item By FN_PARAM_1) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; - - /* status: */ - SlotType = SfxStringItem + Synchron; /* config: */ AccelConfig = TRUE, - MenuConfig = TRUE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + ToolBoxConfig = FALSE, + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem _PickEntry9 SID_PICK9 - +SfxVoidItem GoUpSel SID_CURSORUP_SEL +(SfxInt16Item By FN_PARAM_1) [ /* flags: */ AutoUpdate = FALSE, @@ -3988,24 +3603,22 @@ SfxStringItem _PickEntry9 SID_PICK9 HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; - - Readonly = FALSE, + Synchron; /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem DefaultFilePath SID_DEFAULTFILEPATH - +SfxVoidItem Help SID_HELP +(SfxStringItem helpfile SID_HELP_FILENAME,SfxInt32Item helpcontextID SID_HELP_CONTEXTID,SfxStringItem helpstring SID_HELP_STRING) [ /* flags: */ AutoUpdate = FALSE, @@ -4020,8 +3633,6 @@ SfxStringItem DefaultFilePath SID_DEFAULTFILEPATH RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, @@ -4031,10 +3642,9 @@ SfxStringItem DefaultFilePath SID_DEFAULTFILEPATH ] //-------------------------------------------------------------------------- -SfxBoolItem IsPrinting SID_PRINTOUT +SfxVoidItem HelpAnnotate SID_HELP_ANNOTATE +() [ - SfxVoidItem PrintOut(SfxInt16Item from SID_PRINT_FIRST_PAGE,SfxInt16Item to SID_PRINT_LAST_PAGE,SfxInt16Item copies SID_PRINT_COPIES,SfxBoolItem silent SID_SILENT); - /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, @@ -4046,46 +3656,44 @@ SfxBoolItem IsPrinting SID_PRINTOUT Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = TRUE, + Asynchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_DOCUMENT; + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxObjectItem SplitVertical SID_SPLIT_VERTICAL -(SfxStringItem Frame SID_FRAMETITLE) +SfxVoidItem HelpBookmark SID_HELP_BOOKMARK +() [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ AccelConfig = FALSE, - MenuConfig = TRUE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + ToolBoxConfig = FALSE, + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxVoidItem CreateMacro SID_BASICIDE_CREATEMACRO -(SfxMacroInfoItem aMacroInfo SID_BASICIDE_ARG_MACROINFO) +SfxStringItem HelpChooseFile SID_HELP_HELPFILEBOX + [ /* flags: */ AutoUpdate = FALSE, @@ -4098,19 +3706,24 @@ SfxVoidItem CreateMacro SID_BASICIDE_CREATEMACRO Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + /* status: */ + SlotType = SfxStringItem + + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, + ToolBoxConfig = TRUE, GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxObjectItem Add SID_NEWDOC -(SfxStringItem Region SID_TEMPLATE_REGIONNAME,SfxStringItem Name SID_TEMPLATE_NAME) +SfxVoidItem HelpDownload SID_HELP_DOWNLOAD +() [ /* flags: */ AutoUpdate = FALSE, @@ -4125,23 +3738,20 @@ SfxObjectItem Add SID_NEWDOC RecordPerSet; Asynchron; - /* status: */ - SlotType = SfxStringItem - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + ToolBoxConfig = FALSE, + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxStringItem _PickEntry2 SID_PICK2 +SfxBoolItem HelperDialog SID_HELP_PI [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -4151,21 +3761,21 @@ SfxStringItem _PickEntry2 SID_PICK2 Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; Readonly = FALSE, /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxStringItem _PickEntry1 SID_PICK1 - +SfxVoidItem HelpIndex SID_HELP_INDEX +() [ /* flags: */ AutoUpdate = FALSE, @@ -4180,18 +3790,16 @@ SfxStringItem _PickEntry1 SID_PICK1 RecordPerSet; Asynchron; - Readonly = FALSE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxObjectItem NewFrameSet SID_NEWFRAMESET +SfxVoidItem HelpIndex SID_HELPINDEX () [ /* flags: */ @@ -4202,13 +3810,10 @@ SfxObjectItem NewFrameSet SID_NEWFRAMESET HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; - - /* status: */ - SlotType = SfxStringItem + Synchron; /* config: */ AccelConfig = TRUE, @@ -4219,8 +3824,8 @@ SfxObjectItem NewFrameSet SID_NEWFRAMESET ] //-------------------------------------------------------------------------- -SfxObjectItem ParentWindow SID_PARENTFRAME - +SfxVoidItem HelpMenu SID_HELPMENU +() [ /* flags: */ AutoUpdate = FALSE, @@ -4230,24 +3835,22 @@ SfxObjectItem ParentWindow SID_PARENTFRAME HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ AccelConfig = FALSE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxStringItem _PickEntry7 SID_PICK7 - +SfxVoidItem HelpOnHelp SID_HELPONHELP +() [ /* flags: */ AutoUpdate = FALSE, @@ -4257,31 +3860,29 @@ SfxStringItem _PickEntry7 SID_PICK7 HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; - - Readonly = FALSE, + Synchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxStringItem _PickEntry6 SID_PICK6 - +SfxVoidItem HelpSearch SID_HELP_SEARCH +() [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, @@ -4289,19 +3890,17 @@ SfxStringItem _PickEntry6 SID_PICK6 RecordPerSet; Asynchron; - Readonly = FALSE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxVoidItem ModifyFrame SID_MODIFY_FRAME -() +SfxBoolItem HelpTip SID_HELPTIPS + [ /* flags: */ AutoUpdate = TRUE, @@ -4309,31 +3908,33 @@ SfxVoidItem ModifyFrame SID_MODIFY_FRAME FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, - RecordAbsolute = TRUE, - RecordPerItem; + RecordAbsolute = FALSE, + RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxStringItem _PickEntry3 SID_PICK3 - +SfxVoidItem HelpZoomIn SID_HELP_ZOOMIN +() [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, @@ -4341,18 +3942,16 @@ SfxStringItem _PickEntry3 SID_PICK3 RecordPerSet; Asynchron; - Readonly = FALSE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxVoidItem ArrangeVertical SID_VERTICALWINS +SfxVoidItem HelpZoomOut SID_HELP_ZOOMOUT () [ /* flags: */ @@ -4360,29 +3959,29 @@ SfxVoidItem ArrangeVertical SID_VERTICALWINS Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxBoolItem Modified SID_MODIFIED - +SfxVoidItem HideCurPage SID_BASICIDE_HIDECURPAGE +() [ /* flags: */ - AutoUpdate = TRUE, - Cachable = Volatile, + AutoUpdate = FALSE, + Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, @@ -4391,24 +3990,22 @@ SfxBoolItem Modified SID_MODIFIED Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = FALSE, + Asynchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -TbxImageItem ZoomToolBox SID_ZOOM_TOOLBOX +SfxBoolItem HyperlinkDialog SID_HYPERLINK_DIALOG [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -4423,47 +4020,44 @@ TbxImageItem ZoomToolBox SID_ZOOM_TOOLBOX Readonly = FALSE, /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxVoidItem VersionVisible SID_VERSION_VISIBLE -(SfxBoolItem Show SID_VERSION_VISIBLE) +SfxBoolItem InsertFile SID_INSERTDOC +(SfxStringItem Name SID_INSERTDOC,SfxStringItem Filter FN_PARAM_1) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, + HasDialog = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - /* status: */ - SlotType = SfxBoolItem + Asynchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_INSERT; ] //-------------------------------------------------------------------------- -SfxVoidItem ZoomIn SID_ZOOM_IN +SfxBoolItem InsertHyperlink SID_HYPERLINK_INSERT () [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -4484,34 +4078,32 @@ SfxVoidItem ZoomIn SID_ZOOM_IN ] //-------------------------------------------------------------------------- -SfxBoolItem HelperDialog SID_HELP_PI - +SfxVoidItem InsertObjectFloatingFrame SID_INSERT_FLOATINGFRAME +() [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, + HasDialog = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = FALSE, + Asynchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + GroupId = GID_INSERT; ] //-------------------------------------------------------------------------- -SfxBoolItem _SwitchViewShell0 SID_VIEWSHELL0 +SfxBoolItem Interactive SID_INTERACTIVEMODE [ /* flags: */ @@ -4522,10 +4114,10 @@ SfxBoolItem _SwitchViewShell0 SID_VIEWSHELL0 HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; Readonly = FALSE, @@ -4534,22 +4126,22 @@ SfxBoolItem _SwitchViewShell0 SID_VIEWSHELL0 MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxUInt16Item SwitchViewShell SID_VIEWSHELL +SfxBoolItem InternetOnline SID_INTERNET_ONLINE [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, - HasCoreId = FALSE, + HasCoreId = TRUE, HasDialog = FALSE, ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, + Toggle = TRUE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; @@ -4561,19 +4153,19 @@ SfxUInt16Item SwitchViewShell SID_VIEWSHELL MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxVoidItem HelpZoomIn SID_HELP_ZOOMIN -() +SfxVoidItem InternetSearch SID_INTERNET_SEARCH +(SfxStringItem SearchString SID_INTERNET_SEARCH) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, @@ -4586,19 +4178,19 @@ SfxVoidItem HelpZoomIn SID_HELP_ZOOMIN MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem HelpZoomOut SID_HELP_ZOOMOUT +SfxVoidItem InternetUpdate SID_INTERNET_UPDATE () [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, + HasCoreId = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, @@ -4615,70 +4207,73 @@ SfxVoidItem HelpZoomOut SID_HELP_ZOOMOUT ] //-------------------------------------------------------------------------- -SfxBoolItem ActiveHelp SID_HELPBALLOONS +SfxBoolItem IsLoading SID_DOC_LOADING [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, + Readonly = TRUE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem HelpMenu SID_HELPMENU -() +SfxBoolItem IsLoadingImages SID_IMG_LOADING + [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = TRUE, + /* config: */ AccelConfig = FALSE, - MenuConfig = TRUE, + MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_APPLICATION; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxUInt32Item UpdateVersion SID_UPDATE_VERSION - +SfxBoolItem IsPrinting SID_PRINTOUT [ + SfxVoidItem PrintOut(SfxInt16Item from SID_PRINT_FIRST_PAGE,SfxInt16Item to SID_PRINT_LAST_PAGE,SfxInt16Item copies SID_PRINT_COPIES,SfxBoolItem silent SID_SILENT); + /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, - FastCall = TRUE, + FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -4690,12 +4285,12 @@ SfxUInt32Item UpdateVersion SID_UPDATE_VERSION MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem LoadToolBox SID_TOOLBOXOPTIONS -(SfxStringItem FileName SID_CFGFILE,SfxUInt16Item ObjectBarId SID_CONFIGITEMID) +SfxBoolItem IsTopWindow SID_ISTOP + [ /* flags: */ AutoUpdate = FALSE, @@ -4703,24 +4298,26 @@ SfxVoidItem LoadToolBox SID_TOOLBOXOPTIONS FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = TRUE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxObjectItem TopWindow SID_TOPWINDOW - +SfxVoidItem JumpToMark SID_JUMPTOMARK +(SfxStringItem Bookmark ID_VAL_DUMMY0) [ /* flags: */ AutoUpdate = FALSE, @@ -4730,24 +4327,22 @@ SfxObjectItem TopWindow SID_TOPWINDOW HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxStringItem GetActiveTask SID_TOPDOC -() +SfxStringItem Keywords SID_DOCINFO_KEYWORDS + [ /* flags: */ AutoUpdate = FALSE, @@ -4757,25 +4352,24 @@ SfxStringItem GetActiveTask SID_TOPDOC HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - /* status: */ - SlotType = SfxStringItem + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem Zooming SID_ZOOM -(SfxUInt32Item ZoomScale ID_VAL_ZOOM) +SfxBoolItem LateInitDone SID_LATEINIT_DONE + [ /* flags: */ AutoUpdate = FALSE, @@ -4783,74 +4377,82 @@ SfxVoidItem Zooming SID_ZOOM FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = TRUE, + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxVoidItem HelpAnnotate SID_HELP_ANNOTATE -() +SfxStringItem LibLoaded SID_BASICIDE_LIBLOADED +(SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + /* status: */ + SlotType = SfxStringItem /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem HelpBookmark SID_HELP_BOOKMARK -() +SfxStringItem LibRemoved SID_BASICIDE_LIBREMOVED +(SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + /* status: */ + SlotType = SfxStringItem /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem ArrangeVertical SID_VERTICALDOCKWINS -() +SfxStringItem LibSelect SID_BASICIDE_LIBSELECTED +(SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) [ /* flags: */ AutoUpdate = FALSE, @@ -4860,25 +4462,28 @@ SfxVoidItem ArrangeVertical SID_VERTICALDOCKWINS HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + /* status: */ + SlotType = SfxStringItem + /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem ZoomPrevious SID_ZOOM_PREV -() +SfxStringItem LibSelector SID_BASICIDE_LIBSELECTOR + [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -4890,42 +4495,46 @@ SfxVoidItem ZoomPrevious SID_ZOOM_PREV RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxObjectItem Open SID_OPENDOC -(SfxStringItem FileName SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem OpenFlags SID_OPTIONS,SfxStringItem FilterFlags SID_FILE_FILTEROPTIONS,SfxInt16Item Version SID_VERSION,SfxStringItem Referer SID_REFERER) +SfxStringItem LicenceKey SID_OFFICE_PLK + [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = TRUE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem Help SID_HELP -(SfxStringItem helpfile SID_HELP_FILENAME,SfxInt32Item helpcontextID SID_HELP_CONTEXTID,SfxStringItem helpstring SID_HELP_STRING) +SfxVoidItem LoadAccel SID_CONFIGACCEL +(SfxStringItem FileName SID_CFGFILE) [ /* flags: */ AutoUpdate = FALSE, @@ -4938,18 +4547,18 @@ SfxVoidItem Help SID_HELP Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxVoidItem HelpIndex SID_HELP_INDEX +SfxVoidItem LoadBasic SID_BASICLOAD () [ /* flags: */ @@ -4966,43 +4575,41 @@ SfxVoidItem HelpIndex SID_HELP_INDEX Asynchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + ToolBoxConfig = TRUE, + GroupId = GID_INSERT; ] //-------------------------------------------------------------------------- -SfxBoolItem _SwitchViewShell4 SID_VIEWSHELL4 - +SfxVoidItem LoadConfiguration SID_LOADCONFIG +(SfxStringItem FileName SID_CFGFILE) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + ToolBoxConfig = TRUE, + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxBoolItem _SwitchViewShell3 SID_VIEWSHELL3 - +SfxVoidItem LoadEvents SID_CONFIGEVENT +(SfxStringItem FileName SID_CFGFILE) [ /* flags: */ AutoUpdate = FALSE, @@ -5012,24 +4619,22 @@ SfxBoolItem _SwitchViewShell3 SID_VIEWSHELL3 HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; - Readonly = FALSE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxBoolItem _SwitchViewShell2 SID_VIEWSHELL2 - +SfxBoolItem LoadLibrary SID_LOAD_LIBRARY +(SfxStringItem LibraryName SID_LOAD_LIBRARY) [ /* flags: */ AutoUpdate = FALSE, @@ -5039,24 +4644,22 @@ SfxBoolItem _SwitchViewShell2 SID_VIEWSHELL2 HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; - - Readonly = FALSE, + Synchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxRectangleItem Area SID_WIN_POSSIZE - +SfxVoidItem LoadMenu SID_CONFIGMENU +(SfxStringItem FileName SID_CFGFILE) [ /* flags: */ AutoUpdate = FALSE, @@ -5069,21 +4672,19 @@ SfxRectangleItem Area SID_WIN_POSSIZE Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = FALSE, + Asynchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxObjectItem AddDirect SID_NEWDOCDIRECT -() +SfxVoidItem LoadStatusBar SID_CONFIGSTATUSBAR +(SfxStringItem FileName SID_CFGFILE) [ /* flags: */ AutoUpdate = FALSE, @@ -5098,20 +4699,17 @@ SfxObjectItem AddDirect SID_NEWDOCDIRECT RecordPerSet; Asynchron; - /* status: */ - SlotType = SfxStringItem - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + ToolBoxConfig = FALSE, + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxTemplateItem ParaStyle SID_STYLE_FAMILY2 - +SfxVoidItem LoadToolBox SID_TOOLBOXOPTIONS +(SfxStringItem FileName SID_CFGFILE,SfxUInt16Item ObjectBarId SID_CONFIGITEMID) [ /* flags: */ AutoUpdate = FALSE, @@ -5121,24 +4719,22 @@ SfxTemplateItem ParaStyle SID_STYLE_FAMILY2 HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = TRUE, + Asynchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_DOCUMENT; + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxTemplateItem CharStyle SID_STYLE_FAMILY1 - +SfxVoidItem Logout SID_LOGOUT +() [ /* flags: */ AutoUpdate = FALSE, @@ -5148,23 +4744,24 @@ SfxTemplateItem CharStyle SID_STYLE_FAMILY1 HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; - Readonly = TRUE, + /* status: */ + SlotType = SfxStringItem /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_DOCUMENT; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxUInt16Item ActualStyleFamily SID_STYLE_FAMILY +SfxBoolItem MacroBarVisible SID_TOGGLEMACROBAR [ /* flags: */ @@ -5183,108 +4780,106 @@ SfxUInt16Item ActualStyleFamily SID_STYLE_FAMILY Readonly = FALSE, /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_DOCUMENT; + ToolBoxConfig = TRUE, + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxVoidItem LoadBasic SID_BASICLOAD +SfxVoidItem MacroDialog SID_BASICCHOOSER () [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_INSERT; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxBoolItem HelpTip SID_HELPTIPS - +SfxVoidItem MailNotifyReset SID_MAIL_NOTIFY_RESET +() [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, + Toggle = TRUE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = FALSE, + Asynchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + ToolBoxConfig = FALSE, + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxTemplateItem TemplateFamily5 SID_STYLE_FAMILY5 +SfxBoolItem MailReadDialog SID_MAIL_INBOX [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_DOCUMENT; + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxTemplateItem PageStyle SID_STYLE_FAMILY4 +SfxUInt16Item MailReceipt SID_MAIL_NOTIFY [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; Readonly = TRUE, @@ -5293,19 +4888,19 @@ SfxTemplateItem PageStyle SID_STYLE_FAMILY4 MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_DOCUMENT; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem IsLoadingImages SID_IMG_LOADING +SfxBoolItem MailWindow SID_MAIL_CHILDWIN [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, @@ -5313,7 +4908,7 @@ SfxBoolItem IsLoadingImages SID_IMG_LOADING RecordPerSet; Synchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ AccelConfig = FALSE, @@ -5324,34 +4919,32 @@ SfxBoolItem IsLoadingImages SID_IMG_LOADING ] //-------------------------------------------------------------------------- -SfxBoolItem DesignerDialog SID_STYLE_DESIGNER - +SfxVoidItem MatchGroup SID_BASICIDE_MATCHGROUP +() [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, - FastCall = TRUE, + FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = FALSE, + Asynchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_FORMAT; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxBoolItem Interactive SID_INTERACTIVEMODE +SfxBoolItem MenuBarVisible SID_TOGGLE_MENUBAR [ /* flags: */ @@ -5362,7 +4955,7 @@ SfxBoolItem Interactive SID_INTERACTIVEMODE HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -5370,56 +4963,54 @@ SfxBoolItem Interactive SID_INTERACTIVEMODE Readonly = FALSE, /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem ExtendedHelp SID_EXTENDEDHELP - +SfxInt32Item MergeDocuments SID_DOCUMENT_MERGE +(SfxStringItem FileName SID_FILE_NAME,SfxInt16Item Version SID_VERSION) [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, + HasDialog = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxBoolItem InternetOnline SID_INTERNET_ONLINE +SfxUInt16Item MetricUnit SID_ATTR_METRIC [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, - HasCoreId = TRUE, + HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, - Toggle = TRUE, - Container = TRUE, + Toggle = FALSE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; Readonly = FALSE, @@ -5428,11 +5019,11 @@ SfxBoolItem InternetOnline SID_INTERNET_ONLINE MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem HelpIndex SID_HELPINDEX +SfxVoidItem Minimize SID_MINIMIZEWINS () [ /* flags: */ @@ -5443,7 +5034,7 @@ SfxVoidItem HelpIndex SID_HELPINDEX HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -5453,22 +5044,22 @@ SfxVoidItem HelpIndex SID_HELPINDEX MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem TipsDialog SID_TIPWINDOW +SfxBoolItem Modified SID_MODIFIED [ /* flags: */ AutoUpdate = TRUE, - Cachable = Cachable, + Cachable = Volatile, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -5480,40 +5071,15 @@ SfxBoolItem TipsDialog SID_TIPWINDOW MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_APPLICATION; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem InsertFile SID_INSERTDOC -(SfxStringItem Name SID_INSERTDOC,SfxStringItem Filter FN_PARAM_1) -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_INSERT; -] +SfxStringItem ModifiedStatus SID_DOC_MODIFIED -//-------------------------------------------------------------------------- -SfxVoidItem DragHierarchy SID_STYLE_DRAGHIERARCHIE -() [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -5525,41 +5091,43 @@ SfxVoidItem DragHierarchy SID_STYLE_DRAGHIERARCHIE RecordPerSet; Synchron; + Readonly = TRUE, + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, - StatusBarConfig = FALSE, + StatusBarConfig = TRUE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem Title SID_TITLE +SfxVoidItem ModifyFrame SID_MODIFY_FRAME () [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; + RecordAbsolute = TRUE, + RecordPerItem; Synchron; /* config: */ AccelConfig = FALSE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_FORMAT; + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxVoidItem ArrangeHorizontal SID_HORIZONTALDOCKWINS +SfxVoidItem ModuleDialog SID_BASICIDE_MODULEDLG () [ /* flags: */ @@ -5573,19 +5141,19 @@ SfxVoidItem ArrangeHorizontal SID_HORIZONTALDOCKWINS Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem Tile SID_TILEDOCKWINS -() +SfxVoidItem NameChangedOnTab SID_BASICIDE_NAMECHANGEDONTAB +(SfxUInt16Item TabId SID_BASICIDE_ARG_TABID,SfxStringItem NewName SID_BASICIDE_ARG_MODULENAME) [ /* flags: */ AutoUpdate = FALSE, @@ -5595,21 +5163,21 @@ SfxVoidItem Tile SID_TILEDOCKWINS HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxBoolItem OptionBarVisible SID_TOGGLEOPTIONBAR +SfxBoolItem NavigationBarVisible SID_TOGGLENAVBAR [ /* flags: */ @@ -5636,18 +5204,18 @@ SfxBoolItem OptionBarVisible SID_TOGGLEOPTIONBAR ] //-------------------------------------------------------------------------- -SfxBoolItem NavigationBarVisible SID_TOGGLENAVBAR +SfxBoolItem Navigator SID_NAVIGATOR [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -5659,12 +5227,12 @@ SfxBoolItem NavigationBarVisible SID_TOGGLENAVBAR MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_NAVIGATOR; ] //-------------------------------------------------------------------------- -SfxBoolItem MacroBarVisible SID_TOGGLEMACROBAR - +SfxVoidItem NewDialog SID_BASICIDE_NEWDIALOG +() [ /* flags: */ AutoUpdate = FALSE, @@ -5677,21 +5245,19 @@ SfxBoolItem MacroBarVisible SID_TOGGLEMACROBAR Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = FALSE, + Asynchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; + ToolBoxConfig = FALSE, + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxBoolItem FunctionBarVisible SID_TOGGLEFUNCTIONBAR - +SfxObjectItem NewFrameSet SID_NEWFRAMESET +() [ /* flags: */ AutoUpdate = FALSE, @@ -5704,21 +5270,22 @@ SfxBoolItem FunctionBarVisible SID_TOGGLEFUNCTIONBAR Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; - Readonly = FALSE, + /* status: */ + SlotType = SfxStringItem /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxBoolItem StyleWatercanMode SID_STYLE_WATERCAN - +SfxVoidItem NewModule SID_BASICIDE_NEWMODULE +() [ /* flags: */ AutoUpdate = FALSE, @@ -5726,51 +5293,49 @@ SfxBoolItem StyleWatercanMode SID_STYLE_WATERCAN FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = FALSE, + Asynchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_FORMAT; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem StyleUpdateByExample SID_STYLE_UPDATE_BY_EXAMPLE -(SfxStringItem Param SID_STYLE_UPDATE_BY_EXAMPLE,SfxUInt16Item Family SID_STYLE_FAMILY) +SfxObjectItem NewObject SID_CREATE_BASICOBJECT +(SfxStringItem ClassName SID_CREATE_BASICOBJECT) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_TEMPLATE; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem ArrangeHorizontal SID_HORIZONTALWINS -() +SfxUInt16Item NewStyle SID_STYLE_NEW +(SfxStringItem Param SID_STYLE_NEW,SfxUInt16Item Family SID_STYLE_FAMILY) [ /* flags: */ AutoUpdate = FALSE, @@ -5778,24 +5343,24 @@ SfxVoidItem ArrangeHorizontal SID_HORIZONTALWINS FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = GID_TEMPLATE; ] //-------------------------------------------------------------------------- -SfxUInt16Item NewStyle SID_STYLE_NEW -(SfxStringItem Param SID_STYLE_NEW,SfxUInt16Item Family SID_STYLE_FAMILY) +SfxVoidItem NewWindow SID_NEWWINDOW +() [ /* flags: */ AutoUpdate = FALSE, @@ -5803,23 +5368,23 @@ SfxUInt16Item NewStyle SID_STYLE_NEW FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_TEMPLATE; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxObjectItem ThisDocument SID_THISDOCUMENT +SfxBoolItem ObjectBarVisible SID_TOGGLEOBJECTBAR [ /* flags: */ @@ -5838,16 +5403,16 @@ SfxObjectItem ThisDocument SID_THISDOCUMENT Readonly = FALSE, /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem TaskBarVisible SID_TASKBAR - +SfxVoidItem ObjectCatalog SID_BASICIDE_OBJCAT +() [ /* flags: */ AutoUpdate = FALSE, @@ -5860,47 +5425,45 @@ SfxBoolItem TaskBarVisible SID_TASKBAR Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = FALSE, + Asynchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxBoolItem AlwaysVisible SID_TASK_ALWAYSVISIBLE +SfxStringItem ObjectMenue SID_OBJECT [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, - Toggle = TRUE, - Container = TRUE, + Toggle = FALSE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; Readonly = FALSE, /* config: */ - AccelConfig = TRUE, + AccelConfig = FALSE, MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxBoolItem ShowPopups SID_SHOWPOPUPS +SfxStringItem OfficeVersionId SID_OFFICE_VERSION_ID [ /* flags: */ @@ -5911,24 +5474,24 @@ SfxBoolItem ShowPopups SID_SHOWPOPUPS HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, + Readonly = TRUE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; + GroupId = GID_SPECIAL; ] //-------------------------------------------------------------------------- -SfxVoidItem AddWatch SID_BASICIDE_ADDWATCH -() +SfxStringItem OldPALK SID_OLD_PALK + [ /* flags: */ AutoUpdate = FALSE, @@ -5941,19 +5504,21 @@ SfxVoidItem AddWatch SID_BASICIDE_ADDWATCH Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = TRUE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + ToolBoxConfig = FALSE, + GroupId = GID_SPECIAL; ] //-------------------------------------------------------------------------- -SfxObjectItem GetFrameWindow SID_FILLFRAME -(SfxStringItem WindowName SID_FILLFRAME) +SfxStringItem OnActivate SID_ON_ACTIVATEDOC + [ /* flags: */ AutoUpdate = FALSE, @@ -5963,11 +5528,13 @@ SfxObjectItem GetFrameWindow SID_FILLFRAME HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, @@ -5977,32 +5544,34 @@ SfxObjectItem GetFrameWindow SID_FILLFRAME ] //-------------------------------------------------------------------------- -SfxVoidItem BasicStop SID_BASICSTOP -() +SfxStringItem OnClose SID_ON_CLOSEDOC + [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, - NoRecord; + RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxTemplateItem FrameStyle SID_STYLE_FAMILY3 +SfxStringItem OnCreate SID_ON_CREATEDOC [ /* flags: */ @@ -6018,44 +5587,46 @@ SfxTemplateItem FrameStyle SID_STYLE_FAMILY3 RecordPerSet; Synchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_DOCUMENT; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem VersionDialog SID_VERSION -() +SfxStringItem OnDeactivate SID_ON_DEACTIVATEDOC + [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem Cascade SID_CASCADEWINS -() +SfxStringItem OnOpen SID_ON_OPENDOC + [ /* flags: */ AutoUpdate = FALSE, @@ -6065,21 +5636,23 @@ SfxVoidItem Cascade SID_CASCADEWINS HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxStringItem _PickEntry5 SID_PICK5 +SfxStringItem OnPrepareClose SID_ON_PREPARECLOSEDOC [ /* flags: */ @@ -6090,10 +5663,10 @@ SfxStringItem _PickEntry5 SID_PICK5 HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; Readonly = FALSE, @@ -6102,11 +5675,11 @@ SfxStringItem _PickEntry5 SID_PICK5 MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxStringItem CheckKey SID_CHECK_KEY +SfxStringItem OnPrint SID_ON_PRINTDOC [ /* flags: */ @@ -6122,23 +5695,23 @@ SfxStringItem CheckKey SID_CHECK_KEY RecordPerSet; Synchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_SPECIAL; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxBoolItem BrowseView SID_BROWSER_MODE +SfxStringItem OnQuit SID_ON_CLOSEAPP [ /* flags: */ - AutoUpdate = TRUE, - Cachable = Volatile, + AutoUpdate = FALSE, + Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, @@ -6152,26 +5725,26 @@ SfxBoolItem BrowseView SID_BROWSER_MODE Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxBoolItem BeamerTaskSensitive SID_BROWSER_TASK +SfxStringItem OnSave SID_ON_SAVEDOC [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, - Toggle = TRUE, - Container = TRUE, + Toggle = FALSE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -6179,42 +5752,42 @@ SfxBoolItem BeamerTaskSensitive SID_BROWSER_TASK Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxUInt32Item BuildVersion SID_BUILD_VERSION +SfxStringItem OnSaveAs SID_ON_SAVEASDOC [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, - FastCall = TRUE, + FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxBoolItem Saved SID_DOC_SAVED +SfxStringItem OnSaveAsDone SID_ON_SAVEASDOCDONE [ /* flags: */ @@ -6230,7 +5803,7 @@ SfxBoolItem Saved SID_DOC_SAVED RecordPerSet; Synchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ AccelConfig = FALSE, @@ -6241,8 +5814,8 @@ SfxBoolItem Saved SID_DOC_SAVED ] //-------------------------------------------------------------------------- -SfxVoidItem UpdateModuleSource SID_BASICIDE_UPDATEMODULESOURCE -(SfxMacroInfoItem aMacroInfo SID_BASICIDE_ARG_MACROINFO) +SfxStringItem OnSaveDone SID_ON_SAVEDOCDONE + [ /* flags: */ AutoUpdate = FALSE, @@ -6257,17 +5830,19 @@ SfxVoidItem UpdateModuleSource SID_BASICIDE_UPDATEMODULESOURCE RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem MailNotifyReset SID_MAIL_NOTIFY_RESET -() +SfxStringItem OnStart SID_ON_STARTAPP + [ /* flags: */ AutoUpdate = FALSE, @@ -6276,30 +5851,32 @@ SfxVoidItem MailNotifyReset SID_MAIL_NOTIFY_RESET HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, - Toggle = TRUE, - Container = TRUE, + Toggle = FALSE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem ToggleBreakPoint SID_BASICIDE_TOGGLEBRKPNT -() +SfxObjectItem Open SID_OPENDOC +(SfxStringItem FileName SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem OpenFlags SID_OPTIONS,SfxStringItem FilterFlags SID_FILE_FILTEROPTIONS,SfxInt16Item Version SID_VERSION,SfxStringItem Referer SID_REFERER) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, @@ -6312,12 +5889,12 @@ SfxVoidItem ToggleBreakPoint SID_BASICIDE_TOGGLEBRKPNT MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxVoidItem UpdateAllModuleSources SID_BASICIDE_UPDATEALLMODULESOURCES -() +SfxStringItem Open SID_DOCINFO_TITLE + [ /* flags: */ AutoUpdate = FALSE, @@ -6332,17 +5909,19 @@ SfxVoidItem UpdateAllModuleSources SID_BASICIDE_UPDATEALLMODULESOURCES RecordPerSet; Synchron; + Readonly = TRUE, + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxBoolItem Close SID_CLOSEDOC -(SfxBoolItem saveChanges SID_CLOSEDOC_SAVE,SfxStringItem fileName SID_CLOSEDOC_FILENAME) +SfxObjectItem OpenTemplate SID_OPENTEMPLATE +(SfxStringItem Region SID_TEMPLATE_REGIONNAME,SfxStringItem Name SID_TEMPLATE_NAME) [ /* flags: */ AutoUpdate = FALSE, @@ -6357,19 +5936,16 @@ SfxBoolItem Close SID_CLOSEDOC RecordPerSet; Asynchron; - /* status: */ - SlotType = SfxStringItem - /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + GroupId = GID_TEMPLATE; ] //-------------------------------------------------------------------------- -SfxObjectItem ThisWindow SID_THISWINDOW +SfxStringItem OpenUrl SID_OPENURL [ /* flags: */ @@ -6377,13 +5953,16 @@ SfxObjectItem ThisWindow SID_THISWINDOW Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + /* status: */ + SlotType = SfxStringItem Readonly = FALSE, @@ -6391,20 +5970,20 @@ SfxObjectItem ThisWindow SID_THISWINDOW AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxVoidItem BasicStepOver SID_BASICSTEPOVER -() +SfxBoolItem OpenUrl SID_EXECUTE +(SfxStringItem Comand SID_EXECUTE) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, @@ -6417,12 +5996,12 @@ SfxVoidItem BasicStepOver SID_BASICSTEPOVER MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxVoidItem SaveBasicAs SID_BASICSAVEAS -() +SfxBoolItem OptionBarVisible SID_TOGGLEOPTIONBAR + [ /* flags: */ AutoUpdate = FALSE, @@ -6435,18 +6014,20 @@ SfxVoidItem SaveBasicAs SID_BASICSAVEAS Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = FALSE, /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem BasicStepInto SID_BASICSTEPINTO +SfxVoidItem Options SID_OPTIONS () [ /* flags: */ @@ -6457,21 +6038,21 @@ SfxVoidItem BasicStepInto SID_BASICSTEPINTO HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + ToolBoxConfig = FALSE, + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxVoidItem StartRegistrationDialog SID_ONLINE_REGISTRATION_DLG +SfxVoidItem Organizer SID_ORGANIZER () [ /* flags: */ @@ -6485,18 +6066,18 @@ SfxVoidItem StartRegistrationDialog SID_ONLINE_REGISTRATION_DLG Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_SPECIAL; + ToolBoxConfig = TRUE, + GroupId = GID_TEMPLATE; ] //-------------------------------------------------------------------------- -SfxStringItem FullName SID_DOCFULLNAME +SfxTemplateItem PageStyle SID_STYLE_FAMILY4 [ /* flags: */ @@ -6519,43 +6100,42 @@ SfxStringItem FullName SID_DOCFULLNAME MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem FocusUrlBox SID_FOCUSURLBOX -() +SfxTemplateItem ParaStyle SID_STYLE_FAMILY2 + [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - /* status: */ - SlotType = SfxStringItem + Readonly = TRUE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem RunBasic SID_BASICRUN -() +SfxBoolItem PartWindow SID_PARTWIN + [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -6565,53 +6145,57 @@ SfxVoidItem RunBasic SID_BASICRUN Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = TRUE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + ToolBoxConfig = FALSE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem LoadEvents SID_CONFIGEVENT -(SfxStringItem FileName SID_CFGFILE) +SfxVoidItem Paste SID_PASTE +() [ /* flags: */ AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, + Cachable = Volatile, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + /* status: */ + SlotType = SfxBoolItem /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxTemplateItem StyleApplyState SID_STYLE_APPLY -[ - SfxUInt16Item StyleApply(SfxStringItem Template SID_STYLE_APPLY,SfxUInt16Item Family SID_STYLE_FAMILY); +SfxStringItem Path SID_DOCPATH +[ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -6624,12 +6208,12 @@ SfxTemplateItem StyleApplyState SID_STYLE_APPLY AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxStringItem ObjectMenue SID_OBJECT +SfxStringItem Path SID_PROGPATH [ /* flags: */ @@ -6640,24 +6224,24 @@ SfxStringItem ObjectMenue SID_OBJECT HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; - Readonly = FALSE, + Readonly = TRUE, /* config: */ AccelConfig = FALSE, - MenuConfig = TRUE, + MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EDIT; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxStringItem LicenceKey SID_OFFICE_PLK - +SfxVoidItem PickList SID_PICKLIST +() [ /* flags: */ AutoUpdate = FALSE, @@ -6667,27 +6251,25 @@ SfxStringItem LicenceKey SID_OFFICE_PLK HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ AccelConfig = FALSE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxVoidItem LoadMenu SID_CONFIGMENU -(SfxStringItem FileName SID_CFGFILE) +SfxBoolItem PlayMacro SID_PLAYMACRO +(SfxStringItem Statement SID_STATEMENT,SfxBoolItem Asynchron SID_ASYNCHRON) [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -6696,30 +6278,30 @@ SfxVoidItem LoadMenu SID_CONFIGMENU Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; + NoRecord; + Synchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxStringItem StatusGetDate SID_BASICIDE_STAT_DATE +SfxBoolItem PlugInsActive SID_PLUGINS_ACTIVE [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -6727,40 +6309,40 @@ SfxStringItem StatusGetDate SID_BASICIDE_STAT_DATE Readonly = FALSE, /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxVoidItem StyleNewByExample SID_STYLE_NEW_BY_EXAMPLE -(SfxStringItem Param SID_STYLE_NEW_BY_EXAMPLE,SfxUInt16Item Family SID_STYLE_FAMILY) +SfxBoolItem Print SID_PRINTDOC +(SfxInt16Item from SID_PRINT_FIRST_PAGE,SfxInt16Item to SID_PRINT_LAST_PAGE,SfxInt16Item copies SID_PRINT_COPIES,SfxBoolItem silent SID_SILENT) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_TEMPLATE; + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem NewModule SID_BASICIDE_NEWMODULE +SfxBoolItem PrintDefault SID_PRINTDOCDIRECT () [ /* flags: */ @@ -6771,76 +6353,74 @@ SfxVoidItem NewModule SID_BASICIDE_NEWMODULE HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxBoolItem Closing SID_CLOSING +SfxStringItem Printer SID_PRINTER_NAME [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; - Readonly = TRUE, + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxUInt16Item FrameCount SID_FRAMECOUNT - +SfxVoidItem PrinterSetup SID_SETUPPRINTER +() [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = TRUE, + Asynchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem NameChangedOnTab SID_BASICIDE_NAMECHANGEDONTAB -(SfxUInt16Item TabId SID_BASICIDE_ARG_TABID,SfxStringItem NewName SID_BASICIDE_ARG_MODULENAME) +SfxBoolItem PrintPreview SID_PRINTPREVIEW + [ /* flags: */ AutoUpdate = FALSE, @@ -6849,23 +6429,25 @@ SfxVoidItem NameChangedOnTab SID_BASICIDE_NAMECHANGEDONTAB HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, - Toggle = FALSE, + Toggle = TRUE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; + Readonly = FALSE, + /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem ClearMemCache SID_CLEARMEMCACHE -() +SfxStringItem PrivateUse SID_OFFICE_PRIVATE_USE + [ /* flags: */ AutoUpdate = FALSE, @@ -6875,29 +6457,31 @@ SfxVoidItem ClearMemCache SID_CLEARMEMCACHE HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; + GroupId = GID_SPECIAL; ] //-------------------------------------------------------------------------- -SfxVoidItem PickList SID_PICKLIST -() +SfxDocumentInfoItem Properties SID_DOCINFO + [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, @@ -6905,16 +6489,18 @@ SfxVoidItem PickList SID_PICKLIST RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_APPLICATION; + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem Minimize SID_MINIMIZEWINS +SfxVoidItem Quit SID_QUITAPP () [ /* flags: */ @@ -6928,19 +6514,22 @@ SfxVoidItem Minimize SID_MINIMIZEWINS Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + /* status: */ + SlotType = SfxStringItem /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxVoidItem ClearDiskCache SID_CLEARDISKCACHE -() +SfxBoolItem ReadOnly SID_DOC_READONLY + [ /* flags: */ AutoUpdate = FALSE, @@ -6950,23 +6539,26 @@ SfxVoidItem ClearDiskCache SID_CLEARDISKCACHE HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = TRUE, + /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxBoolItem Navigator SID_NAVIGATOR - +SfxBoolItem Recording SID_RECORDMACRO [ + SfxVoidItem StopRecording(); + /* flags: */ AutoUpdate = TRUE, Cachable = Cachable, @@ -6975,34 +6567,35 @@ SfxBoolItem Navigator SID_NAVIGATOR HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, - RecordPerSet; + NoRecord; Synchron; - Readonly = FALSE, + Readonly = TRUE, /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_NAVIGATOR; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxObjectItem ActiveTask SID_ACTIVETASK - +SfxStringItem RedoAction SID_REDO [ + SfxVoidItem Redo(); + /* flags: */ AutoUpdate = FALSE, - Cachable = Cachable, + Cachable = Volatile, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -7010,21 +6603,21 @@ SfxObjectItem ActiveTask SID_ACTIVETASK Readonly = TRUE, /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_DOCUMENT; + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxVoidItem LoadAccel SID_CONFIGACCEL -(SfxStringItem FileName SID_CFGFILE) +SfxVoidItem ReleaseObject SID_DELETE_BASICOBJECT +(SfxObjectItem Object SID_DELETE_BASICOBJECT) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, @@ -7032,46 +6625,47 @@ SfxVoidItem LoadAccel SID_CONFIGACCEL Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxUInt16Item MailReceipt SID_MAIL_NOTIFY - +SfxBoolItem Reload SID_RELOAD +() [ /* flags: */ AutoUpdate = TRUE, - Cachable = Cachable, + Cachable = Volatile, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; - Readonly = TRUE, + /* status: */ + SlotType = SfxBoolItem /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem Close SID_CLOSEDOCS -() +SfxBoolItem RemoveLibrary SID_REMOVE_LIBRARY +(SfxStringItem LibraryName SID_REMOVE_LIBRARY) [ /* flags: */ AutoUpdate = FALSE, @@ -7084,19 +6678,19 @@ SfxVoidItem Close SID_CLOSEDOCS Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_APPLICATION; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxStringItem _PickEntry4 SID_PICK4 - +SfxVoidItem RemoveWatch SID_BASICIDE_REMOVEWATCH +() [ /* flags: */ AutoUpdate = FALSE, @@ -7106,34 +6700,32 @@ SfxStringItem _PickEntry4 SID_PICK4 HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; - Readonly = FALSE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_INTERN; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxBoolItem Close SID_CLOSEWINS +SfxVoidItem RenameCurrent SID_BASICIDE_RENAMECURRENT () [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = TRUE, + FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; @@ -7143,73 +6735,74 @@ SfxBoolItem Close SID_CLOSEWINS MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxBoolItem Explorer SID_EXPLORER - +SfxVoidItem Repaint SID_REPAINT +() [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ AccelConfig = TRUE, - MenuConfig = TRUE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem CompileBasic SID_BASICCOMPILE -() +SfxStringItem RepeatAction SID_REPEAT [ + SfxVoidItem Repeat(); + /* flags: */ AutoUpdate = FALSE, - Cachable = Cachable, + Cachable = Volatile, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = TRUE, /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxStringItem CustomerNumber SID_OFFICE_CUSTOMERNUMBER +SfxBoolItem RubyDialog SID_RUBY_DIALOG [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = FALSE, + Toggle = TRUE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; @@ -7218,40 +6811,40 @@ SfxStringItem CustomerNumber SID_OFFICE_CUSTOMERNUMBER Readonly = FALSE, /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_SPECIAL; + ToolBoxConfig = TRUE, + GroupId = GID_FORMAT; ] //-------------------------------------------------------------------------- -SfxBoolItem InsertHyperlink SID_HYPERLINK_INSERT +SfxVoidItem RunBasic SID_BASICRUN () [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxVoidItem AutoPilotMenu SID_AUTOPILOTMENU +SfxVoidItem RunStarWriter SID_STARTSW () [ /* flags: */ @@ -7259,61 +6852,61 @@ SfxVoidItem AutoPilotMenu SID_AUTOPILOTMENU Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - /* status: */ - SlotType = SfxStringItem + Asynchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxVoidItem MacroDialog SID_BASICCHOOSER -() +SfxBoolItem Save SID_SAVEDOC +(SfxStringItem VersionComment SID_VERSION,SfxStringItem Author SID_DOCINFO_AUTHOR) [ /* flags: */ AutoUpdate = FALSE, - Cachable = Cachable, + Cachable = Volatile, FastCall = TRUE, HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + /* status: */ + SlotType = SfxStringItem /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem BasicIDEAppear SID_BASICIDE_APPEAR +SfxBoolItem SaveAll SID_SAVEDOCS () [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = TRUE, + FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, @@ -7329,91 +6922,92 @@ SfxVoidItem BasicIDEAppear SID_BASICIDE_APPEAR ] //-------------------------------------------------------------------------- -SfxVoidItem BreakPointsChanged SID_BASICIDE_BRKPNTSCHANGED -() +SfxBoolItem SaveAs SID_SAVEASDOC +(SfxStringItem FileName SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem PassWord SID_DOC_READONLY,SfxStringItem FilterOptions SID_FILE_FILTEROPTIONS) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; + /* status: */ + SlotType = SfxStringItem + /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxStringItem HelpChooseFile SID_HELP_HELPFILEBOX - +SfxBoolItem SaveAsTemplate SID_DOCTEMPLATE +(SfxStringItem TemplateRegion SID_TEMPLATE_REGIONNAME,SfxStringItem TemplateName SID_TEMPLATE_NAME) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - /* status: */ - SlotType = SfxStringItem - - Readonly = FALSE, - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + GroupId = GID_TEMPLATE; ] //-------------------------------------------------------------------------- -SfxVoidItem StoreAllModuleSources SID_BASICIDE_STOREALLMODULESOURCES -() +SfxBoolItem SaveAsUrl SID_SAVEASURL +(SfxStringItem FileName SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem PassWord SID_DOC_READONLY,SfxStringItem FilterOptions SID_FILE_FILTEROPTIONS) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + /* status: */ + SlotType = SfxStringItem /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem BasicBreak SID_BASICBREAK +SfxVoidItem SaveBasicAs SID_BASICSAVEAS () [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -7422,46 +7016,44 @@ SfxVoidItem BasicBreak SID_BASICBREAK Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, - NoRecord; - Synchron; + RecordPerSet; + Asynchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxBoolItem CommonTaskBarVisible SID_TOGGLECOMMONTASKBAR - +SfxVoidItem SaveConfiguration SID_SAVECONFIG +(SfxStringItem FileName SID_CFGFILE) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = FALSE, + Asynchron; /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxObjectItem ActiveDocument SID_ACTIVEDOCUMENT +SfxBoolItem Saved SID_DOC_SAVED [ /* flags: */ @@ -7472,7 +7064,7 @@ SfxObjectItem ActiveDocument SID_ACTIVEDOCUMENT HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -7484,12 +7076,12 @@ SfxObjectItem ActiveDocument SID_ACTIVEDOCUMENT MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_DOCUMENT; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxObjectItem ActiveWindow SID_ACTIVEWINDOW - +SfxVoidItem SbxDeleted SID_BASICIDE_SBXDELETED +(SbxItem Sbx SID_BASICIDE_ARG_SBX) [ /* flags: */ AutoUpdate = FALSE, @@ -7499,24 +7091,22 @@ SfxObjectItem ActiveWindow SID_ACTIVEWINDOW HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem InsertWindow SID_INSERT_TASKFRAME -(SfxObjectItem Frame SID_INSERT_TASKFRAME,SfxBoolItem Copy SID_COPY) +SfxVoidItem SbxInserted SID_BASICIDE_SBXINSERTED +(SbxItem Sbx SID_BASICIDE_ARG_SBX) [ /* flags: */ AutoUpdate = FALSE, @@ -7526,7 +7116,7 @@ SfxVoidItem InsertWindow SID_INSERT_TASKFRAME HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -7536,12 +7126,12 @@ SfxVoidItem InsertWindow SID_INSERT_TASKFRAME MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxUInt16Item MetricUnit SID_ATTR_METRIC - +SfxVoidItem SbxRenamed SID_BASICIDE_SBXRENAMED +() [ /* flags: */ AutoUpdate = FALSE, @@ -7556,18 +7146,16 @@ SfxUInt16Item MetricUnit SID_ATTR_METRIC RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem InsertObjectFloatingFrame SID_INSERT_FLOATINGFRAME +SfxBoolItem ScrollBodyPageDown SID_MAIL_SCROLLBODY_PAGEDOWN () [ /* flags: */ @@ -7575,49 +7163,51 @@ SfxVoidItem InsertObjectFloatingFrame SID_INSERT_FLOATINGFRAME Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_INSERT; + ToolBoxConfig = FALSE, + GroupId = GID_EXPLORER; ] //-------------------------------------------------------------------------- -SfxObjectItem Activate SID_ACTIVATE -() +SfxBoolItem SearchDialog SID_SEARCH_DLG + [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, - RecordAbsolute = TRUE, + Container = FALSE, + RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxUInt16Item UndoCount SID_ATTR_UNDO_COUNT +SfxUInt16Item SearchOptions SID_SEARCH_OPTIONS [ /* flags: */ @@ -7640,22 +7230,22 @@ SfxUInt16Item UndoCount SID_ATTR_UNDO_COUNT MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxBoolItem AutoHide SID_AUTOHIDE +SvxSearchItem SearchProperties SID_SEARCH_ITEM [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -7667,17 +7257,17 @@ SfxBoolItem AutoHide SID_AUTOHIDE MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_APPLICATION; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem GoLeftBlockSel SID_CURSORPAGELEFT_SEL -(SfxInt16Item By FN_PARAM_1) +SfxVoidItem SelectAll SID_SELECTALL +() [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, @@ -7689,15 +7279,15 @@ SfxVoidItem GoLeftBlockSel SID_CURSORPAGELEFT_SEL /* config: */ AccelConfig = TRUE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxBoolItem AddLibrary SID_ADD_LIBRARY -(SfxStringItem LibraryFileName SID_FILE_NAME,SfxUInt16Item Mode SID_ADD_LIBRARY,SfxBoolItem Replace SID_REMOVE_LIBRARY,SfxStringItem LibraryName SID_LOAD_LIBRARY,SfxStringItem LibraryExternalName SID_DOCTITLE) +SfxStringItem SelectionText SID_SELECTION_TEXT + [ /* flags: */ AutoUpdate = FALSE, @@ -7712,17 +7302,19 @@ SfxBoolItem AddLibrary SID_ADD_LIBRARY RecordPerSet; Synchron; + Readonly = TRUE, + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem ArrangeIcons SID_ARRANGEICONS -() +SfxStringItem SelectionTextExt SID_SELECTION_TEXT_EXT + [ /* flags: */ AutoUpdate = FALSE, @@ -7737,27 +7329,29 @@ SfxVoidItem ArrangeIcons SID_ARRANGEICONS RecordPerSet; Synchron; + Readonly = TRUE, + /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem ChooseMacro SID_BASICIDE_CHOOSEMACRO +SfxVoidItem SendFax FN_FAX () [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; @@ -7767,38 +7361,39 @@ SfxVoidItem ChooseMacro SID_BASICIDE_CHOOSEMACRO MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxBoolItem ToolBarVisible SID_TOGGLETOOLBAR - +SfxBoolItem SendMail SID_MAIL_SENDDOC +(SfxStringItem Recipient SID_MAIL_RECIPIENT,SfxStringItem Subject SID_MAIL_SUBJECT,SfxStringItem MailText SID_MAIL_TEXT,SfxUInt16Item Priority SID_MAIL_PRIORITY,SfxBoolItem AttachedDoc SID_MAIL_ATTACH,SfxStringItem AttachFiles SID_MAIL_ATTACH_FILE) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; - Readonly = FALSE, + /* status: */ + SlotType = SfxStringItem /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem RenameCurrent SID_BASICIDE_RENAMECURRENT +SfxVoidItem SetOptions SID_SETOPTIONS () [ /* flags: */ @@ -7819,12 +7414,12 @@ SfxVoidItem RenameCurrent SID_BASICIDE_RENAMECURRENT MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem SbxInserted SID_BASICIDE_SBXINSERTED -(SbxItem Sbx SID_BASICIDE_ARG_SBX) +SfxBoolItem SetPALK SID_OFFICE_PALK +(SfxStringItem PALK SID_OFFICE_PALK) [ /* flags: */ AutoUpdate = FALSE, @@ -7844,15 +7439,15 @@ SfxVoidItem SbxInserted SID_BASICIDE_SBXINSERTED MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = GID_SPECIAL; ] //-------------------------------------------------------------------------- -SfxVoidItem SbxRenamed SID_BASICIDE_SBXRENAMED -() +SfxBoolItem ShowBrowser SID_SHOW_BROWSER + [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -7864,17 +7459,19 @@ SfxVoidItem SbxRenamed SID_BASICIDE_SBXRENAMED RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + ToolBoxConfig = TRUE, + GroupId = GID_CONTROLS; ] //-------------------------------------------------------------------------- -SfxVoidItem ObjectCatalog SID_BASICIDE_OBJCAT -() +SfxBoolItem ShowPopups SID_SHOWPOPUPS + [ /* flags: */ AutoUpdate = FALSE, @@ -7887,19 +7484,21 @@ SfxVoidItem ObjectCatalog SID_BASICIDE_OBJCAT Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + ToolBoxConfig = FALSE, + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxVoidItem RemoveWatch SID_BASICIDE_REMOVEWATCH -() +SfxVoidItem ShowSbx SID_BASICIDE_SHOWSBX +(SbxItem Sbx SID_BASICIDE_ARG_SBX) [ /* flags: */ AutoUpdate = FALSE, @@ -7919,11 +7518,11 @@ SfxVoidItem RemoveWatch SID_BASICIDE_REMOVEWATCH MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem ShowBrowser SID_SHOW_BROWSER +SfxBoolItem SourceView SID_SOURCEVIEW [ /* flags: */ @@ -7933,8 +7532,8 @@ SfxBoolItem ShowBrowser SID_SHOW_BROWSER HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, + Toggle = TRUE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -7946,66 +7545,112 @@ SfxBoolItem ShowBrowser SID_SHOW_BROWSER MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_CONTROLS; + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxStringItem StatusGetTitle SID_BASICIDE_STAT_TITLE - +SfxObjectItem SplitHorizontal SID_SPLIT_HORIZONTAL +(SfxStringItem Frame SID_FRAMETITLE) [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = TRUE, - ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxBoolItem LateInitDone SID_LATEINIT_DONE - +SfxObjectItem SplitParentHorizontal SID_SPLIT_PARENT_HORIZONTAL +(SfxStringItem Frame SID_FRAMETITLE) [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, + /* config: */ + AccelConfig = FALSE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; +] + +//-------------------------------------------------------------------------- +SfxObjectItem SplitParentVertical SID_SPLIT_PARENT_VERTICAL +(SfxStringItem Frame SID_FRAMETITLE) +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; /* config: */ AccelConfig = FALSE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_APPLICATION; + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxStringItem Path SID_PROGPATH +SfxObjectItem SplitVertical SID_SPLIT_VERTICAL +(SfxStringItem Frame SID_FRAMETITLE) +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = FALSE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; +] +//-------------------------------------------------------------------------- +SfxBoolItem StartApplication SID_START_APP +() [ /* flags: */ AutoUpdate = FALSE, @@ -8015,24 +7660,22 @@ SfxStringItem Path SID_PROGPATH HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = TRUE, - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxObjectItem StarCalc SID_STARCALC - +SfxVoidItem StartMenu SID_STARTMENU +() [ /* flags: */ AutoUpdate = FALSE, @@ -8045,21 +7688,22 @@ SfxObjectItem StarCalc SID_STARCALC Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; - Readonly = TRUE, + /* status: */ + SlotType = SfxStringItem /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxVoidItem ShowSbx SID_BASICIDE_SHOWSBX -(SbxItem Sbx SID_BASICIDE_ARG_SBX) +SfxVoidItem StartRegistrationDialog SID_ONLINE_REGISTRATION_DLG +() [ /* flags: */ AutoUpdate = FALSE, @@ -8069,21 +7713,21 @@ SfxVoidItem ShowSbx SID_BASICIDE_SHOWSBX HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_SPECIAL; ] //-------------------------------------------------------------------------- -SfxStringItem StatusGetPosition SID_BASICIDE_STAT_POS +SfxStringItem StatusBar SID_STATUSBARTEXT [ /* flags: */ @@ -8094,7 +7738,7 @@ SfxStringItem StatusGetPosition SID_BASICIDE_STAT_POS HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -8104,14 +7748,14 @@ SfxStringItem StatusGetPosition SID_BASICIDE_STAT_POS /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, - StatusBarConfig = TRUE, + StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem ZoomNext SID_ZOOM_NEXT -() +SfxBoolItem StatusBarVisible SID_TOGGLESTATUSBAR + [ /* flags: */ AutoUpdate = TRUE, @@ -8120,12 +7764,14 @@ SfxVoidItem ZoomNext SID_ZOOM_NEXT HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, + Toggle = TRUE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, @@ -8135,8 +7781,8 @@ SfxVoidItem ZoomNext SID_ZOOM_NEXT ] //-------------------------------------------------------------------------- -SfxStringItem LibRemoved SID_BASICIDE_LIBREMOVED -(SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) +SfxStringItem StatusGetDate SID_BASICIDE_STAT_DATE + [ /* flags: */ AutoUpdate = FALSE, @@ -8151,20 +7797,19 @@ SfxStringItem LibRemoved SID_BASICIDE_LIBREMOVED RecordPerSet; Synchron; - /* status: */ - SlotType = SfxStringItem + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem MatchGroup SID_BASICIDE_MATCHGROUP -() +SfxStringItem StatusGetPosition SID_BASICIDE_STAT_POS + [ /* flags: */ AutoUpdate = FALSE, @@ -8174,22 +7819,24 @@ SfxVoidItem MatchGroup SID_BASICIDE_MATCHGROUP HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = TRUE, + ToolBoxConfig = FALSE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem DeleteCurrent SID_BASICIDE_DELETECURRENT -() +SfxStringItem StatusGetTitle SID_BASICIDE_STAT_TITLE + [ /* flags: */ AutoUpdate = FALSE, @@ -8202,19 +7849,21 @@ SfxVoidItem DeleteCurrent SID_BASICIDE_DELETECURRENT Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, - StatusBarConfig = FALSE, + StatusBarConfig = TRUE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem EditMacro SID_BASICIDE_EDITMACRO -(SfxMacroInfoItem aMacroInfo SID_BASICIDE_ARG_MACROINFO) +SfxVoidItem StoreAllModuleSources SID_BASICIDE_STOREALLMODULESOURCES +() [ /* flags: */ AutoUpdate = FALSE, @@ -8227,7 +7876,7 @@ SfxVoidItem EditMacro SID_BASICIDE_EDITMACRO Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ AccelConfig = FALSE, @@ -8238,8 +7887,8 @@ SfxVoidItem EditMacro SID_BASICIDE_EDITMACRO ] //-------------------------------------------------------------------------- -SfxVoidItem HideCurPage SID_BASICIDE_HIDECURPAGE -() +SfxVoidItem StoreModuleSource SID_BASICIDE_STOREMODULESOURCE +(SfxMacroInfoItem aMacroInfo SID_BASICIDE_ARG_MACROINFO) [ /* flags: */ AutoUpdate = FALSE, @@ -8252,7 +7901,7 @@ SfxVoidItem HideCurPage SID_BASICIDE_HIDECURPAGE Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ AccelConfig = FALSE, @@ -8263,34 +7912,35 @@ SfxVoidItem HideCurPage SID_BASICIDE_HIDECURPAGE ] //-------------------------------------------------------------------------- -SfxBoolItem FullScreen SID_WIN_FULLSCREEN - +SfxTemplateItem StyleApplyState SID_STYLE_APPLY [ + SfxUInt16Item StyleApply(SfxStringItem Template SID_STYLE_APPLY,SfxUInt16Item Family SID_STYLE_FAMILY); + /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; - Readonly = FALSE, + Readonly = TRUE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem ModuleDialog SID_BASICIDE_MODULEDLG +SfxVoidItem StyleCatalog SID_STYLE_CATALOG () [ /* flags: */ @@ -8298,10 +7948,10 @@ SfxVoidItem ModuleDialog SID_BASICIDE_MODULEDLG Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, + HasDialog = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Asynchron; @@ -8311,12 +7961,12 @@ SfxVoidItem ModuleDialog SID_BASICIDE_MODULEDLG MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + GroupId = GID_TEMPLATE; ] //-------------------------------------------------------------------------- -SfxVoidItem NewDialog SID_BASICIDE_NEWDIALOG -() +SfxVoidItem StyleNewByExample SID_STYLE_NEW_BY_EXAMPLE +(SfxStringItem Param SID_STYLE_NEW_BY_EXAMPLE,SfxUInt16Item Family SID_STYLE_FAMILY) [ /* flags: */ AutoUpdate = FALSE, @@ -8324,24 +7974,24 @@ SfxVoidItem NewDialog SID_BASICIDE_NEWDIALOG FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + ToolBoxConfig = TRUE, + GroupId = GID_TEMPLATE; ] //-------------------------------------------------------------------------- -SfxStringItem LibSelect SID_BASICIDE_LIBSELECTED -(SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) +SfxVoidItem StyleUpdateByExample SID_STYLE_UPDATE_BY_EXAMPLE +(SfxStringItem Param SID_STYLE_UPDATE_BY_EXAMPLE,SfxUInt16Item Family SID_STYLE_FAMILY) [ /* flags: */ AutoUpdate = FALSE, @@ -8349,26 +7999,23 @@ SfxStringItem LibSelect SID_BASICIDE_LIBSELECTED FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - /* status: */ - SlotType = SfxStringItem - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + ToolBoxConfig = TRUE, + GroupId = GID_TEMPLATE; ] //-------------------------------------------------------------------------- -SfxStringItem LibSelector SID_BASICIDE_LIBSELECTOR +SfxBoolItem StyleWatercanMode SID_STYLE_WATERCAN [ /* flags: */ @@ -8377,7 +8024,7 @@ SfxStringItem LibSelector SID_BASICIDE_LIBSELECTOR FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -8390,40 +8037,13 @@ SfxStringItem LibSelector SID_BASICIDE_LIBSELECTOR AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_MACRO; + ToolBoxConfig = FALSE, + GroupId = GID_FORMAT; ] //-------------------------------------------------------------------------- -SfxBoolItem PlugInsActive SID_PLUGINS_ACTIVE - -[ - /* flags: */ - AutoUpdate = TRUE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - Readonly = FALSE, - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; -] +SfxUInt16Item SwitchViewShell SID_VIEWSHELL -//-------------------------------------------------------------------------- -SfxVoidItem GoToEndOfRow SID_CURSOREND -(SfxBoolItem Sel FN_PARAM_2) [ /* flags: */ AutoUpdate = FALSE, @@ -8436,19 +8056,21 @@ SfxVoidItem GoToEndOfRow SID_CURSOREND Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; + Asynchron; + + Readonly = FALSE, /* config: */ - AccelConfig = TRUE, + AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem GoDown SID_CURSORDOWN -(SfxInt16Item By SID_CURSORDOWN) +SfxBoolItem TaskBarVisible SID_TASKBAR + [ /* flags: */ AutoUpdate = FALSE, @@ -8458,21 +8080,23 @@ SfxVoidItem GoDown SID_CURSORDOWN HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ AccelConfig = TRUE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_NAVIGATOR; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxStringItem Context SID_CONTEXT +SfxTemplateItem TemplateFamily5 SID_STYLE_FAMILY5 [ /* flags: */ @@ -8488,29 +8112,29 @@ SfxStringItem Context SID_CONTEXT RecordPerSet; Synchron; - Readonly = FALSE, + Readonly = TRUE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, - StatusBarConfig = TRUE, + StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxVoidItem ZoomPlus SID_ZOOM_OUT +SfxVoidItem Tile SID_TILEWINS () [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -8524,7 +8148,7 @@ SfxVoidItem ZoomPlus SID_ZOOM_OUT ] //-------------------------------------------------------------------------- -SfxVoidItem HelpOnHelp SID_HELPONHELP +SfxVoidItem Tile SID_TILEDOCKWINS () [ /* flags: */ @@ -8535,7 +8159,7 @@ SfxVoidItem HelpOnHelp SID_HELPONHELP HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -8545,22 +8169,22 @@ SfxVoidItem HelpOnHelp SID_HELPONHELP MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxStringItem OnPrint SID_ON_PRINTDOC +SfxBoolItem TipsDialog SID_TIPWINDOW [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -8572,22 +8196,22 @@ SfxStringItem OnPrint SID_ON_PRINTDOC MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_APPLICATION; ] //-------------------------------------------------------------------------- -SfxStringItem CurrentDate SID_CURRENTDATE +SfxStringItem Title SID_DOCTITLE [ /* flags: */ AutoUpdate = FALSE, - Cachable = Volatile, + Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -8597,46 +8221,21 @@ SfxStringItem CurrentDate SID_CURRENTDATE /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, - StatusBarConfig = TRUE, + StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_VIEW; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem ClearHistory SID_CLEARHISTORY +SfxVoidItem Title SID_TITLE () [ /* flags: */ AutoUpdate = FALSE, - Cachable = Volatile, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; -] - -//-------------------------------------------------------------------------- -SfxVoidItem StoreModuleSource SID_BASICIDE_STOREMODULESOURCE -(SfxMacroInfoItem aMacroInfo SID_BASICIDE_ARG_MACROINFO) -[ - /* flags: */ - AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = FALSE, @@ -8649,11 +8248,11 @@ SfxVoidItem StoreModuleSource SID_BASICIDE_STOREMODULESOURCE MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_MACRO; + GroupId = GID_FORMAT; ] //-------------------------------------------------------------------------- -SfxVoidItem ConfigureDialog SID_CONFIG +SfxVoidItem ToggleBreakPoint SID_BASICIDE_TOGGLEBRKPNT () [ /* flags: */ @@ -8674,12 +8273,12 @@ SfxVoidItem ConfigureDialog SID_CONFIG MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem Organizer SID_ORGANIZER -() +SfxBoolItem ToolBarVisible SID_TOGGLETOOLBAR + [ /* flags: */ AutoUpdate = FALSE, @@ -8689,21 +8288,23 @@ SfxVoidItem Organizer SID_ORGANIZER HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; + + Readonly = FALSE, /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_TEMPLATE; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem RunStarWriter SID_STARTSW +SfxVoidItem ToolsMacroEdit SID_EDITMACRO () [ /* flags: */ @@ -8711,52 +8312,52 @@ SfxVoidItem RunStarWriter SID_STARTSW Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_APPLICATION; + ToolBoxConfig = TRUE, + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem BookmarkMenu SID_BOOKMARKS -() +SfxStringItem UndoAction SID_UNDO [ + SfxVoidItem Undo(); + /* flags: */ AutoUpdate = FALSE, - Cachable = Cachable, + Cachable = Volatile, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - /* status: */ - SlotType = SfxStringItem + Readonly = TRUE, /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_APPLICATION; + GroupId = GID_EDIT; ] //-------------------------------------------------------------------------- -SfxStringItem OnSaveAsDone SID_ON_SAVEASDOCDONE +SfxUInt16Item UndoCount SID_ATTR_UNDO_COUNT [ /* flags: */ @@ -8783,13 +8384,13 @@ SfxStringItem OnSaveAsDone SID_ON_SAVEASDOCDONE ] //-------------------------------------------------------------------------- -SfxObjectItem NewObject SID_CREATE_BASICOBJECT -(SfxStringItem ClassName SID_CREATE_BASICOBJECT) +SfxBoolItem UnloadLibrary SID_UNLOAD_LIBRARY +(SfxStringItem LibraryName SID_UNLOAD_LIBRARY) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, - FastCall = TRUE, + FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, @@ -8804,12 +8405,12 @@ SfxObjectItem NewObject SID_CREATE_BASICOBJECT MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = ; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem GoDownSel SID_CURSORDOWN_SEL -(SfxInt16Item By FN_PARAM_1) +SfxVoidItem UpdateAllModuleSources SID_BASICIDE_UPDATEALLMODULESOURCES +() [ /* flags: */ AutoUpdate = FALSE, @@ -8825,95 +8426,93 @@ SfxVoidItem GoDownSel SID_CURSORDOWN_SEL Synchron; /* config: */ - AccelConfig = TRUE, + AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxVoidItem HelpSearch SID_HELP_SEARCH -() +SfxVoidItem UpdateModuleSource SID_BASICIDE_UPDATEMODULESOURCE +(SfxMacroInfoItem aMacroInfo SID_BASICIDE_ARG_MACROINFO) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- -SfxStringItem FrameName SID_FRAME_NAME +SfxUInt32Item UpdateVersion SID_UPDATE_VERSION [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, - FastCall = FALSE, + FastCall = TRUE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = FALSE, Toggle = FALSE, - Container = TRUE, - RecordAbsolute = TRUE, + Container = FALSE, + RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, + Readonly = TRUE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; + ToolBoxConfig = FALSE, + GroupId = GID_INTERN; ] //-------------------------------------------------------------------------- -SfxStringItem Keywords SID_DOCINFO_KEYWORDS - +SfxVoidItem VersionDialog SID_VERSION +() [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = FALSE, + HasDialog = TRUE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; - Synchron; - - Readonly = FALSE, + Asynchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; ] //-------------------------------------------------------------------------- -SfxStringItem OnActivate SID_ON_ACTIVATEDOC - +SfxVoidItem VersionVisible SID_VERSION_VISIBLE +(SfxBoolItem Show SID_VERSION_VISIBLE) [ /* flags: */ AutoUpdate = FALSE, @@ -8928,44 +8527,47 @@ SfxStringItem OnActivate SID_ON_ACTIVATEDOC RecordPerSet; Synchron; - Readonly = FALSE, + /* status: */ + SlotType = SfxBoolItem /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN -(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) +SfxBoolItem ViewDataSourceBrowser SID_VIEW_DATA_SOURCE_BROWSER + [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ AccelConfig = TRUE, - MenuConfig = FALSE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem GoLeftSel SID_CURSORLEFT_SEL -(SfxInt16Item By FN_PARAM_1) +SfxBoolItem Visible SID_WIN_VISIBLE + [ /* flags: */ AutoUpdate = FALSE, @@ -8975,21 +8577,23 @@ SfxVoidItem GoLeftSel SID_CURSORLEFT_SEL HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ - AccelConfig = TRUE, + AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_NAVIGATOR; + GroupId = ; ] //-------------------------------------------------------------------------- -SfxVoidItem Backspace SID_BACKSPACE +SfxVoidItem WindowList SID_MDIWINDOWLIST () [ /* flags: */ @@ -9000,7 +8604,7 @@ SfxVoidItem Backspace SID_BACKSPACE HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = FALSE, + Container = TRUE, RecordAbsolute = FALSE, RecordPerSet; Synchron; @@ -9010,28 +8614,26 @@ SfxVoidItem Backspace SID_BACKSPACE MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_EDIT; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem ViewDataSourceBrowser SID_VIEW_DATA_SOURCE_BROWSER - +SfxVoidItem ZoomIn SID_ZOOM_IN +() [ /* flags: */ - AutoUpdate = TRUE, + AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, @@ -9041,63 +8643,61 @@ SfxBoolItem ViewDataSourceBrowser SID_VIEW_DATA_SOURCE_BROWSER ] //-------------------------------------------------------------------------- -SfxVoidItem AddressBookSource SID_TEMPLATE_ADDRESSBOKSOURCE -() +SfxVoidItem Zooming SID_ZOOM +(SfxUInt32Item ZoomScale ID_VAL_ZOOM) [ /* flags: */ AutoUpdate = FALSE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, + HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_TEMPLATE; + ToolBoxConfig = FALSE, + GroupId = ; ] //-------------------------------------------------------------------------- -SfxBoolItem RubyDialog SID_RUBY_DIALOG - +SfxVoidItem ZoomNext SID_ZOOM_NEXT +() [ /* flags: */ AutoUpdate = TRUE, Cachable = Cachable, - FastCall = TRUE, + FastCall = FALSE, HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = FALSE, - Toggle = TRUE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_FORMAT; + GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxBoolItem MenuBarVisible SID_TOGGLE_MENUBAR - +SfxVoidItem ZoomPlus SID_ZOOM_OUT +() [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, @@ -9109,8 +8709,6 @@ SfxBoolItem MenuBarVisible SID_TOGGLE_MENUBAR RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, @@ -9120,33 +8718,33 @@ SfxBoolItem MenuBarVisible SID_TOGGLE_MENUBAR ] //-------------------------------------------------------------------------- -SfxVoidItem BackToWebtop SID_BACKTOWEBTOP +SfxVoidItem ZoomPrevious SID_ZOOM_PREV () [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, + ToolBoxConfig = TRUE, GroupId = GID_VIEW; ] //-------------------------------------------------------------------------- -SfxVoidItem Logout SID_LOGOUT -() +TbxImageItem ZoomToolBox SID_ZOOM_TOOLBOX + [ /* flags: */ AutoUpdate = FALSE, @@ -9156,19 +8754,18 @@ SfxVoidItem Logout SID_LOGOUT HasDialog = FALSE, ReadOnlyDoc = TRUE, Toggle = FALSE, - Container = TRUE, + Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; - Asynchron; + Synchron; - /* status: */ - SlotType = SfxStringItem + Readonly = FALSE, /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_APPLICATION; + ToolBoxConfig = TRUE, + GroupId = GID_VIEW; ] diff --git a/sfx2/sdi/sfxslots.sdi b/sfx2/sdi/sfxslots.sdi index de0b93f07b8e..30bb6e526d4b 100644 --- a/sfx2/sdi/sfxslots.sdi +++ b/sfx2/sdi/sfxslots.sdi @@ -2,7 +2,7 @@ module StarApplicationFrame (C) 1994-1995 StarDivision GmbH, Hamburg, Germany - $Author: mba $ $Date: 2002-03-28 15:10:53 $ $Revision: 1.2 $ + $Author: mba $ $Date: 2002-04-08 16:48:37 $ $Revision: 1.3 $ $Logfile: T:/sfx2/sdi/sfxslots.sdv $ $Workfile: SFXSLOTS.SDI $ =========================================================================*/ @@ -54,16 +54,16 @@ TypeLibFile( "sfxslots.tlb" ) struct DocInfo { String Author MID_DOCINFO_AUTHOR; - String CreationDate MID_DOCINFO_CREATIONDATE; - String CreationTime MID_DOCINFO_CREATIONTIME; + INT32 CreationDate MID_DOCINFO_CREATIONDATE; + INT32 CreationTime MID_DOCINFO_CREATIONTIME; String Description MID_DOCINFO_DESCRIPTION; String FileName MID_DOCINFO_FILENAME; - String Revision MID_DOCINFO_REVISION; - String EditTime MID_DOCINFO_EDITTIME; + INT32 Revision MID_DOCINFO_REVISION; + INT32 EditTime MID_DOCINFO_EDITTIME; String KeyWords MID_DOCINFO_KEYWORDS; String ModificationAuthor MID_DOCINFO_MODIFICATIONAUTHOR; - String ModificationDate MID_DOCINFO_MODIFICATIONDATE; - String ModificationTime MID_DOCINFO_MODIFICATIONTIME; + INT32 ModificationDate MID_DOCINFO_MODIFICATIONDATE; + INT32 ModificationTime MID_DOCINFO_MODIFICATIONTIME; String Subject MID_DOCINFO_SUBJECT; String Template MID_DOCINFO_TEMPLATE; String Title MID_DOCINFO_TITLE; |