diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-06-14 06:57:24 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-06-14 06:57:24 +0000 |
commit | 90656b1dc8480ca68e1407111d265af977a4ae92 (patch) | |
tree | 3e01fdf6ee17b49209a294252e00618268ca8a1c /sw/sdi/swriter.sdi | |
parent | af338ece93416cdf9a2754f83ecc559733ffabe5 (diff) |
#100081#: some new slots for attributes
Diffstat (limited to 'sw/sdi/swriter.sdi')
-rw-r--r-- | sw/sdi/swriter.sdi | 57 |
1 files changed, 54 insertions, 3 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 78a5c1a8ef33..ed43b341c39c 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -4994,7 +4994,7 @@ SfxVoidItem InsertSoftHyphen FN_INSERT_SOFT_HYPHEN //-------------------------------------------------------------------------- SfxVoidItem InsertSymbol FN_INSERT_SYMBOL -() +( SfxStringItem Symbols FN_INSERT_SYMBOL, SfxStringItem FontName FN_INSERT_STRING ) [ /* flags: */ AutoUpdate = FALSE, @@ -9121,8 +9121,8 @@ SfxBoolItem WrapThroughTransparent FN_FRAME_WRAPTHRU_TRANSP ] //-------------------------------------------------------------------------- -SfxVoidItem Insert FN_INSERT_STRING -(SfxStringItem StringName FN_INSERT_STRING) +SfxVoidItem InsertText FN_INSERT_STRING +(SfxStringItem Text FN_INSERT_STRING) [ /* flags: */ AutoUpdate = FALSE, @@ -9245,3 +9245,54 @@ SwFmtLineNumber LineNumber FN_FORMAT_LINENUMBER GroupId = GID_FORMAT; ] +SfxUInt16Item PageNumber SID_ATTR_PARA_PAGENUM +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_FORMAT; +] + +SwRegisterItem RegisterTrue SID_ATTR_PARA_REGISTER +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_FORMAT; +] + + |