summaryrefslogtreecommitdiff
path: root/sw/sdi/swriter.sdi
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-07-05 08:57:47 +0000
committerOliver Specht <os@openoffice.org>2002-07-05 08:57:47 +0000
commit6c8e07eccba4fdf1343882c7bd5c0953c25e60b2 (patch)
tree1aae71a6c58e7683ebeb97ab2d15c070a4e75cc6 /sw/sdi/swriter.sdi
parentde2aee5df03fa77ab3b5c5bf02520e592e8be796 (diff)
#100747# InsertHeader/Footer recordable
Diffstat (limited to 'sw/sdi/swriter.sdi')
-rw-r--r--sw/sdi/swriter.sdi19
1 files changed, 14 insertions, 5 deletions
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,