summaryrefslogtreecommitdiff
path: root/testautomation/writer/optional/includes/undo/w_undo_history_4.inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-02-16 09:40:40 +0000
committerOliver Bolte <obo@openoffice.org>2009-02-16 09:40:40 +0000
commit0ff309aa90ba59ea2d2c4fd3aa27f3502932110f (patch)
tree3137486ed96018445b75fcd1648c21c63867cf6a /testautomation/writer/optional/includes/undo/w_undo_history_4.inc
parentcfe204d1d6726ac3194148d9abec8403edef5a22 (diff)
CWS-TOOLING: integrate CWS hde01
2009-02-03 12:12:56 +0100 tbo r267312 : #95523# 2009-02-03 11:48:18 +0100 hde r267309 : #i98775# 2009-02-03 10:09:02 +0100 wg r267299 : i98572 2009-02-03 10:07:30 +0100 hde r267298 : #i98775# 2009-02-02 13:15:48 +0100 hde r267263 : #i96583# 2009-01-30 18:42:04 +0100 hde r267223 : #i96583# 2009-01-30 15:40:21 +0100 hde r267203 : #i98567# 2009-01-30 15:36:37 +0100 hde r267202 : #i96582# 2009-01-30 15:35:52 +0100 hde r267201 : #i96931# 2009-01-30 09:48:13 +0100 hde r267179 : i98638 2009-01-30 09:42:39 +0100 hde r267178 : i98638 2009-01-30 09:39:20 +0100 hde r267177 : i98638 2009-01-30 09:36:07 +0100 hde r267176 : i98638 2009-01-30 09:22:36 +0100 hde r267174 : i98638 2009-01-29 15:16:09 +0100 wg r267147 : i98606 2009-01-29 15:02:00 +0100 wg r267145 : i98606 2009-01-29 15:01:01 +0100 wg r267144 : i98606 2009-01-29 14:57:40 +0100 wg r267141 : i98606 2009-01-29 14:20:52 +0100 wg r267136 : i98606
Diffstat (limited to 'testautomation/writer/optional/includes/undo/w_undo_history_4.inc')
-rwxr-xr-xtestautomation/writer/optional/includes/undo/w_undo_history_4.inc40
1 files changed, 20 insertions, 20 deletions
diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_4.inc b/testautomation/writer/optional/includes/undo/w_undo_history_4.inc
index f73ed6edaead..605e2c85198b 100755
--- a/testautomation/writer/optional/includes/undo/w_undo_history_4.inc
+++ b/testautomation/writer/optional/includes/undo/w_undo_history_4.inc
@@ -39,20 +39,20 @@
sub w_undo_history_4
- Call tUndoHistory34 ' Objects (Insert/Delete)
- Call tUndoHistory35 ' Floating Frame (Insert/Delete)
- Call tUndoHistory36 ' Insert file
- Call tUndoHistory37 ' Asian Phonetic Guides
- Call tUndoHistory38 ' Autocorrect / Autoformat
- Call tUndoHistory39 ' Draw Object (Insert)
- Call tUndoHistory40 ' Draw Object (Group/ungroup/Name/Delete)
- Call tUndoHistory41 ' Spellcheck (Autocheck/Spellcheck)
- Call tUndoHistory42 ' Form Control (Insert/resize/move/replace/change property/delete)
- Call tUndoHistory43 ' Header/Footer insert and delete
+ Call tUndoOLEObject ' Objects (Insert/Delete)
+ Call tUndoFloatingFrame ' Floating Frame (Insert/Delete)
+ Call tUndoInsertFile ' Insert file
+ Call tUndoAsianPhoneticGuides ' Asian Phonetic Guides
+ Call tUndoAutocorrect ' Autocorrect / Autoformat
+ Call tUndoDrawObject ' Draw Object (Insert)
+ Call tUndoDrawObjectGroup ' Draw Object (Group/ungroup/Name/Delete)
+ Call tUndoSpellcheck ' Spellcheck (Autocheck/Spellcheck)
+ Call tUndoFormControl ' Form Control (Insert/resize/move/replace/change property/delete)
+ Call tUndoHeaderFooter ' Header/Footer insert and delete
end sub
-testcase tUndoHistory34
+testcase tUndoOLEObject
'/// <B>OLE-Objects (Insert/Delete)</B>
printlog "- Insert OLE-Object"
@@ -87,7 +87,7 @@ testcase tUndoHistory34
endcase
-testcase tUndoHistory35
+testcase tUndoFloatingFrame
'/// <B>Floating frames</B>
printlog "- Insert floating frame"
@@ -114,7 +114,7 @@ testcase tUndoHistory35
endcase
-testcase tUndoHistory36
+testcase tUndoInsertFile
'/// <B>Insert File</B>
printlog "- Insert file"
@@ -143,7 +143,7 @@ testcase tUndoHistory36
endcase
-testcase tUndoHistory37
+testcase tUndoAsianPhoneticGuides
'/// <B>Asian Phonetic Guides</B>
printlog "- Asian Phonetic Guides"
@@ -177,7 +177,7 @@ testcase tUndoHistory37
endcase
-testcase tUndoHistory38
+testcase tUndoAutocorrect
'/// <B>Autocorrect / Autoformat</B>
printlog "- Autocorrect / Autoformat"
@@ -204,7 +204,7 @@ testcase tUndoHistory38
endcase
-testcase tUndoHistory39
+testcase tUndoDrawObject
'/// <B>Draw object</B>
printlog "- Draw object"
'/// new document
@@ -234,7 +234,7 @@ testcase tUndoHistory39
endcase
-testcase tUndoHistory40
+testcase tUndoDrawObjectGroup
'/// <B>Group of Drawing objects</B>
printlog "- Group of Drawing objects"
@@ -290,7 +290,7 @@ testcase tUndoHistory40
endcase
-testcase tUndoHistory41
+testcase tUndoSpellcheck
Dim sReplace as string
'/// <B>Spellcheck(Autocheck/Spellcheck)</B>
@@ -362,7 +362,7 @@ testcase tUndoHistory41
endcase
-testcase tUndoHistory42
+testcase tUndoFormControl
'/// <B>Form Control (Insert/resize/move/replace/change property/delete)</B>
printlog "- Form control (insert)"
@@ -425,7 +425,7 @@ testcase tUndoHistory42
endcase
-testcase tUndoHistory43
+testcase tUndoHeaderFooter
QAErrorlog "#i56552#footer deletion cannot be undone"
goto endsub