summaryrefslogtreecommitdiff
path: root/sc/sdi/prevwsh.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-08-29 13:25:46 +0000
committerMathias Bauer <mba@openoffice.org>2002-08-29 13:25:46 +0000
commit64685722e95af23760f2a23ea4c736c9f76282c6 (patch)
tree0137d6efa234b2d6e59976f8e40cf0cadb2cbcf7 /sc/sdi/prevwsh.sdi
parent551c332b31da8888efa5db3213639b9fe134c267 (diff)
#98951#: make sure that slot names are unique
Diffstat (limited to 'sc/sdi/prevwsh.sdi')
-rw-r--r--sc/sdi/prevwsh.sdi20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/sdi/prevwsh.sdi b/sc/sdi/prevwsh.sdi
index 1151779abafc..316780494154 100644
--- a/sc/sdi/prevwsh.sdi
+++ b/sc/sdi/prevwsh.sdi
@@ -13,7 +13,7 @@ interface TablePrintPreview : View
SID_PREVIEW_FIRST [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
SID_PREVIEW_LAST [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
- SfxVoidItem CursorPageUp SID_CURSORPAGEUP
+ SfxVoidItem GoUpBlock SID_CURSORPAGEUP
(
SfxInt16Item By SID_CURSORPAGEUP
)
@@ -25,7 +25,7 @@ interface TablePrintPreview : View
Cachable ;
]
- SfxVoidItem CursorPageDown SID_CURSORPAGEDOWN
+ SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN
(
SfxInt16Item By SID_CURSORPAGEDOWN
)
@@ -40,7 +40,7 @@ interface TablePrintPreview : View
SID_CURSORHOME [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
SID_CURSOREND [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
- SfxVoidItem CursorDown SID_CURSORDOWN
+ SfxVoidItem GoDown SID_CURSORDOWN
(
SfxInt16Item By SID_CURSORDOWN
)
@@ -51,7 +51,7 @@ interface TablePrintPreview : View
GroupId = GID_INTERN ;
Cachable ;
]
- SfxVoidItem CursorUp SID_CURSORUP
+ SfxVoidItem GoUp SID_CURSORUP
(
SfxInt16Item By SID_CURSORUP
)
@@ -62,7 +62,7 @@ interface TablePrintPreview : View
GroupId = GID_INTERN ;
Cachable ;
]
- SfxVoidItem CursorLeft SID_CURSORLEFT
+ SfxVoidItem GoLeft SID_CURSORLEFT
(
SfxInt16Item By SID_CURSORLEFT
)
@@ -74,7 +74,7 @@ interface TablePrintPreview : View
Cachable ;
]
- SfxVoidItem CursorRight SID_CURSORRIGHT
+ SfxVoidItem GoRight SID_CURSORRIGHT
(
SfxInt16Item By SID_CURSORRIGHT
)
@@ -86,7 +86,7 @@ interface TablePrintPreview : View
Cachable ;
]
- SfxVoidItem PPage SID_PREV_TABLE ( )
+ SID_PREV_TABLE
[
ExecMethod = Execute ;
StateMethod = GetState ;
@@ -95,7 +95,7 @@ interface TablePrintPreview : View
Cachable ;
]
- SfxVoidItem NPage SID_NEXT_TABLE ( )
+ SID_NEXT_TABLE
[
ExecMethod = Execute ;
StateMethod = GetState ;
@@ -104,7 +104,7 @@ interface TablePrintPreview : View
Cachable ;
]
- SfxVoidItem FPage SID_CURSORTOPOFFILE ( )
+ SfxVoidItem GoToStart SID_CURSORTOPOFFILE ()
[
ExecMethod = Execute ;
StateMethod = GetState ;
@@ -113,7 +113,7 @@ interface TablePrintPreview : View
Cachable ;
]
- SfxVoidItem LPage SID_CURSORENDOFFILE ( )
+ SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE ()
[
ExecMethod = Execute ;
StateMethod = GetState ;