diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-09-17 20:36:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-09-17 20:38:27 +0200 |
commit | 02d811071cf65aefddac5c3c2a0759d3b673e9a7 (patch) | |
tree | d8004f7351b22e8cc577d22aae8835e5c475bd3c /testautomation | |
parent | c62fc469aa0539929a5c7f9850fb9ee954fe7198 (diff) |
fdo #37007 Add Math symbol "There does not exist".
Diffstat (limited to 'testautomation')
5 files changed, 8 insertions, 0 deletions
diff --git a/testautomation/framework/optional/input/help_browser/OpenOffice.org_help_topics_en-US.txt b/testautomation/framework/optional/input/help_browser/OpenOffice.org_help_topics_en-US.txt index d523c5e9f256..e3d842d21bba 100755 --- a/testautomation/framework/optional/input/help_browser/OpenOffice.org_help_topics_en-US.txt +++ b/testautomation/framework/optional/input/help_browser/OpenOffice.org_help_topics_en-US.txt @@ -18987,6 +18987,7 @@ OpenOffice.org Math : Thai OpenOffice.org Math : Thai;entering text OpenOffice.org Math : Thai;language settings OpenOffice.org Math : there exists symbol +OpenOffice.org Math : there not exists symbol OpenOffice.org Math : thesaurus OpenOffice.org Math : thesaurus;activating for a language OpenOffice.org Math : ticker text diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt index 0db04d4a09e3..30276cebfd71 100644 --- a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt +++ b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt @@ -15964,6 +15964,7 @@ Oracle Open Office Math : Thai Oracle Open Office Math : Thai;entering text Oracle Open Office Math : Thai;language settings Oracle Open Office Math : there exists symbol +Oracle Open Office Math : there not exists symbol Oracle Open Office Math : thesaurus Oracle Open Office Math : thesaurus;activating for a language Oracle Open Office Math : ticker text diff --git a/testautomation/global/win/e_mathop.win b/testautomation/global/win/e_mathop.win index 9beb74b31ebc..4fb1ed47a34c 100644 --- a/testautomation/global/win/e_mathop.win +++ b/testautomation/global/win/e_mathop.win @@ -147,6 +147,7 @@ Infinity sym:STARMATH_HID_SMA_INFINITY Partial sym:STARMATH_HID_SMA_PARTIAL Nabla sym:STARMATH_HID_SMA_NABLA ThereExists sym:STARMATH_HID_SMA_EXISTS +ThereNotExists sym:STARMATH_HID_SMA_NOTEXISTS ForAll sym:STARMATH_HID_SMA_FORALL HBar sym:STARMATH_HID_SMA_HBAR LambdaBar sym:STARMATH_HID_SMA_LAMBDABAR diff --git a/testautomation/global/win/mathop.win b/testautomation/global/win/mathop.win index e4f7d3cf0ba0..e1bdac3a825f 100644 --- a/testautomation/global/win/mathop.win +++ b/testautomation/global/win/mathop.win @@ -147,6 +147,7 @@ Unendlich sym:STARMATH_HID_SMA_INFINITY Partial sym:STARMATH_HID_SMA_PARTIAL Nabla sym:STARMATH_HID_SMA_NABLA EsExistiert sym:STARMATH_HID_SMA_EXISTS +EsNichtExistiert sym:STARMATH_HID_SMA_NOTEXISTS FuerAlle sym:STARMATH_HID_SMA_FORALL HQuer sym:STARMATH_HID_SMA_HBAR LambdaQuer sym:STARMATH_HID_SMA_LAMBDABAR diff --git a/testautomation/math/required/includes/m_010_.inc b/testautomation/math/required/includes/m_010_.inc index 7f3cd8944a50..71e6501b2aec 100644 --- a/testautomation/math/required/includes/m_010_.inc +++ b/testautomation/math/required/includes/m_010_.inc @@ -579,6 +579,10 @@ try inc i Printlog " i: "+i Call Bereinigen + ThereNotExists.Click + inc i + Printlog " i: "+i + Call Bereinigen ForAll.Click inc i Printlog " i: "+i |