Commit graph

8968 commits

Author SHA1 Message Date
Joerg Skottke [jsk]
33056e84c7 automationdev300m87: #i112208# - Some test files rely on other files (e.g. for embedding) which must be copied as well. If the referenced file does not exist we get a warning that the document could not be found. In the current state of development this is bad because the dialog cannot be handled. So i added another dialog to hCloseDocument() which can be closed with either YES() or OK() while issuing a warning. 2010-09-15 10:14:56 +02:00
Marc Neumann [msc]
36540a68a7 automationooo330m6: #113576# update report builder oxt 2010-09-15 09:20:58 +02:00
Helge Delfs [hde]
08eb8133d5 automationooo330m6#i114143#added line break 2010-09-15 08:57:35 +02:00
Frank Schoenheit [fs]
9a0b9b45eb dba34a: let the state message for incomplete tests end with OK - otherwise, some weird code elsewhere interprets it is failure 2010-09-14 10:15:53 +02:00
Frank Schoenheit [fs]
b7cce6910f dba34a: properly close the connection, and survive (without error log) if there actually isn't a connection 2010-09-14 09:35:03 +02:00
Joerg Skottke [jsk]
3f0450eecd automationdev300m87: #i112208# - Revert all to hFileOpen() in all the places where we are working on a local context already. 2010-09-14 09:24:30 +02:00
obo
116b4ef3a4 CWS-TOOLING: integrate CWS dba33h 2010-09-14 08:56:44 +02:00
Joerg Skottke [jsk]
3c1288515a automationooo330m6: Local branch merge 2010-09-14 07:27:04 +02:00
Joerg Skottke [jsk]
845a979c18 automationdev300m87: Local branch merge. Title: Bosi, now you die! 2010-09-13 19:14:02 +02:00
Joerg Skottke [jsk]
acb32fd813 automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() and affiliated functions from global, removed any calls to these functions 2010-09-13 15:08:32 +02:00
Thorsten Bosbach
c2cb44b197 #i114476# No testing for Mac as some Window attributes do not exist 2010-09-13 14:37:08 +02:00
Thorsten Bosbach
083787faf1 #i114474# add a sSelectEmptyLayout() 2010-09-13 14:19:37 +02:00
Joerg Skottke [jsk]
af4863656d automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls in module Writer - Mass renaming/Deletion. Might break things as this was a batch job. 2010-09-13 10:39:49 +02:00
Joerg Skottke [jsk]
ba5bfd3356 automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls in module Writer/Optional (partial remove, many more to go) 2010-09-13 10:18:48 +02:00
Joerg Skottke [jsk]
a09c75aca6 automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls in module chart2 2010-09-13 09:49:22 +02:00
Joerg Skottke [jsk]
b7b4868aa5 automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls in spreadsheet (3 were not fixed in first round) 2010-09-13 09:41:36 +02:00
Lars Langhans
1c74de7321 perftest12:#163613# Performancetest cleanups 2010-09-13 09:33:05 +02:00
Joerg Skottke [jsk]
cfd900a204 automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls for module framework 2010-09-13 09:31:31 +02:00
Joerg Skottke [jsk]
021530e4ad automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls for all remaining areas in module spreadsheet 2010-09-13 08:55:03 +02:00
Joerg Skottke [jsk]
17c7ecaf73 automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls for spreadsheet tools 2010-09-13 08:49:31 +02:00
Joerg Skottke [jsk]
fda546871f automationdev300m87: #i112208# - Changed all sMakeReadOnlyDocumentEditable() statements to hFileOpenLocally() in Spreadsheet update tests 2010-09-13 08:09:47 +02:00
Joerg Skottke [jsk]
ae4f862150 automationdev300m87: #i112208# - Polished some comments and added usage information at the top of the function. 2010-09-10 14:19:14 +02:00
Joerg Skottke [jsk]
1e780cc87b automationdev300m87: #i112208# - As discussed on IRC we reuse an already existing file instead of deleting/copying it anew. Saves time but also carries a certain but low risk. 2010-09-10 14:16:21 +02:00
sb
06c8703f6c sb129: #i113189# change UNO components to use passive registration 2010-09-10 13:10:07 +02:00
Joerg Skottke [jsk]
e3c1ed32b3 #i109933# - Convert LF to CRLF 2010-09-10 07:43:10 +02:00
Joerg Skottke [jsk]
267febb8e0 automationdev300m87: #i112208# - Make Warnlog to a QAErrorLog for overwriting files 2010-09-09 15:56:51 +02:00
Joerg Skottke [jsk]
fae5b1f735 automationdev300m87: #i112208# - Maximize verbosity, for some reason the split-function fails 2010-09-09 15:46:24 +02:00
Joerg Skottke [jsk]
152b4ab06a automationdev300m87: #i112208# - Test some more functions in w_007_.inc 2010-09-09 15:16:59 +02:00
Joerg Skottke [jsk]
faba6731e6 automationdev300m87: #i112208# - Fix two fatal typos 2010-09-09 15:03:28 +02:00
Joerg Skottke [jsk]
b2b84b6ceb automationdev300m87: #i112208# - Added more comments to ease understanding the purpose of the function, removed unnecessary exit function statements 2010-09-09 14:40:53 +02:00
Joerg Skottke [jsk]
5f16ce3e8b automationdev300m87: #i112208# - Change one single call of hFileOpen() to hFileOpenLocally() for testing purpose 2010-09-09 14:30:45 +02:00
Joerg Skottke [jsk]
d93f1af562 automationdev300m87: #i112208# - Implemented fuction to work with a local copy of a file which resides anywhere else in the filesystem. The file is then copied to the users work directory and opened from there. This is experimental and the function needs to be called explicitly. The function is another workaround for the paramount problem that we cannot reliably switch a readonly document to edit-mode. Used the opportunity to introduce a new global variable (and fix the case of others, as they are not constants as they were initially planned to be) 2010-09-09 13:11:38 +02:00
Oliver Craemer [oc]
d48397338f #i108814# Warning in w_updt.bas in tInsertComment 2010-09-09 10:03:15 +02:00
wg111939
26581ed7da i114404, correct errors in i_us_presentation.bas 2010-09-08 12:28:36 +02:00
wg111939
92ce9da30c i114370, adding wait to g_demoguide.inc 2010-09-07 16:06:23 +02:00
wg111939
2cfd797a28 i114367, [Automation]:ing callsSelectEmptyLayout to g_edit.inc 2010-09-07 14:57:19 +02:00
wg111939
734af7355c i114289, [Automation]: Adding sleep to sub loadgraphic 2010-09-07 13:36:05 +02:00
Oliver Craemer [oc]
9f606030bf #i114364# [c_updt1.bas] has a warning in tFileOpenCSV 2010-09-07 11:54:58 +02:00
Joerg Skottke [jsk]
9767a3f38f #i109933# - Converted file back to DOS format containing CRLF. THis is required because OOo otherwise cannot correctly determine the file type 2010-09-07 10:48:51 +02:00
wg111939
dae0bbf537 i114347, [Automation]: Adding sleep to sub loadgraphic 2010-09-06 14:47:48 +02:00
Marc Neumann [msc]
fb9145fb30 dba33h: #114249# fix testscript to work better 2010-09-06 09:09:40 +02:00
Frank Schoenheit [fs]
fd448baea5 merged in latest changes from CWS dba33i 2010-09-03 15:02:47 +02:00
Kurt Zenker
56d8aea4a2 CWS-TOOLING: integrate CWS fs33a 2010-09-03 14:39:55 +02:00
Frank Schoenheit [fs]
dd25a276b7 dba34a: merged in CWS dba33i 2010-09-02 14:25:11 +02:00
Frank Schoenheit [fs]
bb7c1a725d dba33i: merged latest changes from CWS dba33h 2010-09-02 13:50:32 +02:00
Frank Schoenheit [fs]
21d416daeb dba33h: merged latest changes from CWS fs33a 2010-09-02 13:37:14 +02:00
wg111939
d848388c48 i114271, [Automation]: Adapt export tests to new dialogs 2010-09-02 13:15:44 +02:00
wg111939
10499c7055 i114271, [Automation]: Adapt export tests to new dialogs 2010-09-02 13:14:15 +02:00
wg111939
49864d8257 i114271, [Automation]: Adapt export tests to new dialogs 2010-09-02 13:13:11 +02:00
Marc Neumann [msc]
1dc7bda0b5 fs33a: #114249# fix testscript to work better 2010-09-02 11:22:08 +02:00