diff options
Diffstat (limited to 'svx/sdi/svx.sdi')
| -rw-r--r-- | svx/sdi/svx.sdi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 75d2993297ee..ad31871008af 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -7207,6 +7207,25 @@ SfxVoidItem RulerChangeState SID_RULER_CHANGE_STATE GroupId = ; ] +SfxVoidItem ChangeTabStop SID_TABSTOP_ADD_OR_CHANGE + (SfxInt32Item Index SID_TABSTOP_ATTR_INDEX, + SfxInt32Item Position SID_TABSTOP_ATTR_POSITION) +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = ; +] + SfxVoidItem TableChangeCurrentBorderPosition SID_TABLE_CHANGE_CURRENT_BORDER_POSITION (SfxStringItem BorderType SID_TABLE_BORDER_TYPE, SfxUInt16Item Index SID_TABLE_BORDER_INDEX, |
