diff options
author | Oliver Specht <os@openoffice.org> | 2002-10-18 08:30:14 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-10-18 08:30:14 +0000 |
commit | 8c1f5dc837a6abd76dc78d2fd68fabcff923ece2 (patch) | |
tree | 0467df3d497fa368bd5389ca6eba122a751d8248 /sw/sdi/swriter.sdi | |
parent | 984a07f15eccadf4aad0501f48d8eade8ce5864e (diff) |
#104319# recording of GotoNext/PrevCell
Diffstat (limited to 'sw/sdi/swriter.sdi')
-rw-r--r-- | sw/sdi/swriter.sdi | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 8a4a2ad1806f..b6ccb0eade6c 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -9509,4 +9509,53 @@ SfxBoolItem InsertDBField FN_INSERT_DBFIELD ToolBoxConfig = FALSE, GroupId = GID_INSERT; ] +//-------------------------------------------------------------------------- +SfxBoolItem JumpToNextCell FN_GOTO_NEXT_CELL +(SfxBoolItem AppendLineInReadonlyFlag FN_GOTO_NEXT_CELL) +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_NAVIGATOR; +] +//-------------------------------------------------------------------------- +SfxBoolItem JumpToPrevCell FN_GOTO_PREV_CELL +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_NAVIGATOR; +] + |