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
71af2d58
Kaydet (Commit)
71af2d58
authored
Kas 22, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Modern UNOIDL parsers ignore preproc lines, so replace #if 0 with comment
Change-Id: If46e98f54b916c312193ef7d931e120c53d047c0
üst
2abcff25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
22 deletions
+15
-22
ExternalReference.idl
offapi/com/sun/star/sheet/ExternalReference.idl
+10
-14
SpreadsheetDocument.idl
offapi/com/sun/star/sheet/SpreadsheetDocument.idl
+5
-8
No files found.
offapi/com/sun/star/sheet/ExternalReference.idl
Dosyayı görüntüle @
71af2d58
...
@@ -46,20 +46,16 @@ struct ExternalReference
...
@@ -46,20 +46,16 @@ struct ExternalReference
*/
*/
long
Index
;
long
Index
;
#
if
0
//
/**
Name
of
the
sheet
that
the
external
reference
points
to
.
//
/**
Name
of
the
sheet
that
the
external
reference
points
to
.
//
<
p
>
In
case
of
a
cell
range
reference
that
spans
across
multiple
//
sheets
,
this
is
the
name
of
the
first
sheet
in
that
range
.
</p>
<
p
>
In
case
of
a
cell
range
reference
that
spans
across
multiple
//
sheets
,
this
is
the
name
of
the
first
sheet
in
that
range
.
</p>
//
<
p
>
Note
that
an
external
range
name
ignores
this
value
at
the
moment
,
//
but
<
i
>
it
may
make
use
of
this
data
in
the
future
when
Calc
supports
a
<
p
>
Note
that
an
external
range
name
ignores
this
value
at
the
moment
,
//
sheet
-
specific
range
name
.
</i></p>
but
<
i
>
it
may
make
use
of
this
data
in
the
future
when
Calc
supports
a
//
*/
sheet
-
specific
range
name
.
</i></p>
//
string
SheetName
;
*/
string
SheetName
;
#
endif
/**
Reference
data
.
/**
Reference
data
.
...
...
offapi/com/sun/star/sheet/SpreadsheetDocument.idl
Dosyayı görüntüle @
71af2d58
...
@@ -177,14 +177,11 @@ published service SpreadsheetDocument
...
@@ -177,14 +177,11 @@ published service SpreadsheetDocument
[
readonly
,
property
]
com
::
sun
::
star
::
container
::
XNameAccess
DDELinks
;
[
readonly
,
property
]
com
::
sun
::
star
::
container
::
XNameAccess
DDELinks
;
#
if
0
//
/**
contains
the
collection
of
external
document
links
in
the
document
.
/**
contains
the
collection
of
external
document
links
in
the
document
.
//
//
@
since
OOo
3.1
@
since
OOo
3.1
//
*/
*/
//
[
optional
,
readonly
,
property
]
com
::
sun
::
star
::
sheet
::
XExternalDocLinks
ExternalDocLinks
;
[
optional
,
readonly
,
property
]
com
::
sun
::
star
::
sheet
::
XExternalDocLinks
ExternalDocLinks
;
#
endif
}
;
}
;
...
...
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