Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
a09c75ac
Kaydet (Commit)
a09c75ac
authored
Eyl 13, 2010
tarafından
Joerg Skottke [jsk]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls in module chart2
üst
b7b4868a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
ch2_flexible_source_range_selection01.inc
...tional/includes/ch2_flexible_source_range_selection01.inc
+1
-3
ch_tools_common.inc
testautomation/chart2/tools/ch_tools_common.inc
+2
-6
No files found.
testautomation/chart2/optional/includes/ch2_flexible_source_range_selection01.inc
Dosyayı görüntüle @
a09c75ac
...
...
@@ -782,9 +782,7 @@ endcase
'
function
fOpenWriterTestDocumentAndInsertChart
(
sInputFile
as
STRING
)
as
BOOLEAN
fOpenWriterTestDocumentAndInsertChart
=
FALSE
call
hFileOpen
(
sInputFile
)
sleep
(
2
)
Call
sMakeReadOnlyDocumentEditable
()
hFileOpenLocally
(
sInputFile
)
'
///Menu Insert Object Chart to open chart wizard
printlog
"Menu Insert Object Chart to open chart wizard"
InsertObjectChart
...
...
testautomation/chart2/tools/ch_tools_common.inc
Dosyayı görüntüle @
a09c75ac
...
...
@@ -162,9 +162,7 @@ end function
'
function
fOpenTestDocumentAndSelectDataRange
(
sInputFile
as
string
)
as
BOOLEAN
fOpenTestDocumentAndSelectDataRange
=
FALSE
call
hFileOpen
(
sInputFile
)
sleep
(
2
)
Call
sMakeReadOnlyDocumentEditable
()
hFileOpenLocally
(
sInputFile
)
'/// Select chart using navigator
printlog "Select chart using navigator"
call fSelectFirstOLE
...
...
@@ -191,9 +189,7 @@ end function
'
function fOpenTestDocumentAndInsertChart(sInputFile as string) as BOOLEAN
fOpenTestDocumentAndInsertChart = FALSE
call hFileOpen(sInputFile)
sleep(2)
Call sMakeReadOnlyDocumentEditable()
hFileOpenLocally(sInputFile)
Kontext "
DocumentCalc
"
printlog "
Type
<
STRG
+
HOME
>
"
DocumentCalc.TypeKeys "
<
MOD1
HOME
>
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment