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
810407b0
Kaydet (Commit)
810407b0
authored
Eki 16, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#1327102 UrF: Unread field
Change-Id: I28b0c6315c8526c80eeede179dd71e37be3272ef
üst
a8248293
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
_XSheetAuditing.java
qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java
+1
-2
No files found.
qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java
Dosyayı görüntüle @
810407b0
...
@@ -42,7 +42,6 @@ public class _XSheetAuditing extends MultiMethodTest {
...
@@ -42,7 +42,6 @@ public class _XSheetAuditing extends MultiMethodTest {
CellAddress
dependentAddress
=
null
;
CellAddress
dependentAddress
=
null
;
XCell
xAddress
=
null
;
XCell
xAddress
=
null
;
XCell
xPrecedentAddress
=
null
;
XCell
xPrecedentAddress
=
null
;
XCell
xDependentAddress
=
null
;
XDrawPage
xDrawPage
=
null
;
XDrawPage
xDrawPage
=
null
;
int
elementCount
=
0
;
int
elementCount
=
0
;
...
@@ -76,7 +75,7 @@ public class _XSheetAuditing extends MultiMethodTest {
...
@@ -76,7 +75,7 @@ public class _XSheetAuditing extends MultiMethodTest {
throw
new
StatusException
(
Status
.
failed
(
"'XSheetAuditing.Spreadsheet' object relation not found."
));
throw
new
StatusException
(
Status
.
failed
(
"'XSheetAuditing.Spreadsheet' object relation not found."
));
try
{
try
{
xAddress
=
xSheet
.
getCellByPosition
(
address
.
Column
,
address
.
Row
);
xAddress
=
xSheet
.
getCellByPosition
(
address
.
Column
,
address
.
Row
);
x
DependentAddress
=
x
Sheet
.
getCellByPosition
(
dependentAddress
.
Column
,
dependentAddress
.
Row
);
xSheet
.
getCellByPosition
(
dependentAddress
.
Column
,
dependentAddress
.
Row
);
xPrecedentAddress
=
xSheet
.
getCellByPosition
(
precedentAddress
.
Column
,
precedentAddress
.
Row
);
xPrecedentAddress
=
xSheet
.
getCellByPosition
(
precedentAddress
.
Column
,
precedentAddress
.
Row
);
}
}
catch
(
com
.
sun
.
star
.
lang
.
IndexOutOfBoundsException
e
)
{
catch
(
com
.
sun
.
star
.
lang
.
IndexOutOfBoundsException
e
)
{
...
...
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