diff options
author | Oliver Specht <os@openoffice.org> | 2002-07-05 08:57:47 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-07-05 08:57:47 +0000 |
commit | 6c8e07eccba4fdf1343882c7bd5c0953c25e60b2 (patch) | |
tree | 1aae71a6c58e7683ebeb97ab2d15c070a4e75cc6 /sw/sdi | |
parent | de2aee5df03fa77ab3b5c5bf02520e592e8be796 (diff) |
#100747# InsertHeader/Footer recordable
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_textsh.sdi | 6 | ||||
-rw-r--r-- | sw/sdi/swriter.sdi | 19 |
2 files changed, 18 insertions, 7 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 634776a66b57..3008f430a8c5 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _textsh.sdi,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: os $ $Date: 2002-07-04 14:43:41 $ + * last change: $Author: os $ $Date: 2002-07-05 09:56:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -212,11 +212,13 @@ interface BaseText : Selection ] FN_INSERT_PAGEHEADER // status(final|play|rec) [ + ExecMethod = Execute ; StateMethod = GetState ; Export = FALSE; ] FN_INSERT_PAGEFOOTER // status(final|play|rec) [ + ExecMethod = Execute ; StateMethod = GetState ; Export = FALSE; ] diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 20f6025cb3bf..adf864572ec5 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -4739,7 +4739,11 @@ SfxVoidItem InsertPageCountField FN_INSERT_FLD_PGCOUNT ] //-------------------------------------------------------------------------- -SfxObjectItem InsertPageFooter FN_INSERT_PAGEFOOTER +SfxVoidItem InsertPageFooter FN_INSERT_PAGEFOOTER +( + SfxStringItem PageStyle FN_INSERT_PAGEFOOTER, + SfxBoolItem On FN_PARAM_1 +) [ /* flags: */ @@ -4755,7 +4759,8 @@ SfxObjectItem InsertPageFooter FN_INSERT_PAGEFOOTER RecordPerSet; Asynchron; - Readonly = FALSE, + /* status: */ + SlotType = SfxObjectItem /* config: */ AccelConfig = FALSE, @@ -4766,8 +4771,11 @@ SfxObjectItem InsertPageFooter FN_INSERT_PAGEFOOTER ] //-------------------------------------------------------------------------- -SfxObjectItem InsertPageHeader FN_INSERT_PAGEHEADER - +SfxVoidItem InsertPageHeader FN_INSERT_PAGEHEADER +( + SfxStringItem PageStyle FN_INSERT_PAGEHEADER, + SfxBoolItem On FN_PARAM_1 +) [ /* flags: */ AutoUpdate = FALSE, @@ -4782,7 +4790,8 @@ SfxObjectItem InsertPageHeader FN_INSERT_PAGEHEADER RecordPerSet; Asynchron; - Readonly = FALSE, + /* status: */ + SlotType = SfxObjectItem /* config: */ AccelConfig = FALSE, |