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
a4d1e61d
Kaydet (Commit)
a4d1e61d
authored
Tem 14, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add values for iOS and Android, style improvements
üst
910e9990
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
9 deletions
+21
-9
SystemDependent.idl
udkapi/com/sun/star/lang/SystemDependent.idl
+21
-9
No files found.
udkapi/com/sun/star/lang/SystemDependent.idl
Dosyayı görüntüle @
a4d1e61d
...
...
@@ -61,18 +61,16 @@ published constants SystemDependent
//-------------------------------------------------------------------------
//
DocMerge
from
idl
:
value
com
::
sun
::
star
::
lang
::
SystemDependent
::
SYSTEM_WIN32
/**
The
called
interface
method
returns
a
value
specified
for
the
32
-
bit
Windows
systems
.
/**
The
called
interface
method
returns
a
value
specified
for
Windows
.
<
p
>
These
are
Windows
NT
,
Windows
95
,
Windows
98
or
higher
.
</
p
>
<
p
>
These
are
Windows
XP
or
higher
.
</
p
>
*/
const
short
SYSTEM_WIN32
=
1
;
//-------------------------------------------------------------------------
//
DocMerge
from
idl
:
value
com
::
sun
::
star
::
lang
::
SystemDependent
::
SYSTEM_WIN16
/**
The
called
interface
method
returns
a
value
specified
for
the
16
-
bit
Windows
system
.
/**
The
called
interface
method
returns
a
value
specified
for
16
-
bit
Windows
.
<
p
>
This
is
Windows
3.11
.
</
p
>
*/
...
...
@@ -81,12 +79,12 @@ published constants SystemDependent
//-------------------------------------------------------------------------
//
DocMerge
from
idl
:
value
com
::
sun
::
star
::
lang
::
SystemDependent
::
SYSTEM_JAVA
/**
The
called
interface
method
returns
a
value
specified
for
the
system
j
ava
.
/**
The
called
interface
method
returns
a
value
specified
for
J
ava
.
<
p
>
These
are
<
em
>
JRE
1.1
</
em
>
,
<
em
>
JRE
1.2
</
em
>
,
<
em
>
JDK
1.1
</
em
>
,
<
em
>
JDK
1.2
</
em
>
or
higher
.
</
p
>
<
p
>
The
return
should
be
a
handle
to
a
j
ava
object
locked
with
<
p
>
The
return
should
be
a
handle
to
a
J
ava
object
locked
with
the
call
<
code
>
JavaEnvironment
->
NewGlobalRef
(
...
)
</
code
>
by
the
callee
.
</
p
>
*/
...
...
@@ -95,12 +93,12 @@ published constants SystemDependent
//-------------------------------------------------------------------------
//
DocMerge
from
idl
:
value
com
::
sun
::
star
::
lang
::
SystemDependent
::
SYSTEM_OS2
/**
The
called
interface
method
returns
a
value
specified
for
the
<
em
>
OS
/
2
</
em
>
system
.
/**
The
called
interface
method
returns
a
value
specified
for
<
em
>
OS
/
2
</
em
>
.
*/
const
short
SYSTEM_OS2
=
4
;
//
DocMerge
from
idl
:
value
com
::
sun
::
star
::
lang
::
SystemDependent
::
SYSTEM_MAC
/**
The
called
interface
method
returns
a
value
specified
for
the
<
em
>
MAC
-
OS
</
em
>
system
.
/**
The
called
interface
method
returns
a
value
specified
for
<
em
>
Mac
OS
X
</
em
>
.
*/
const
short
SYSTEM_MAC
=
5
;
...
...
@@ -111,6 +109,20 @@ published constants SystemDependent
*/
const
short
SYSTEM_XWINDOW
=
6
;
//-------------------------------------------------------------------------
//
DocMerge
from
idl
:
value
com
::
sun
::
star
::
lang
::
SystemDependent
::
SYSTEM_IOS
/**
The
called
interface
method
returns
a
value
specified
for
<
em
>
iOS
</
em
>.
*/
const
short
SYSTEM_IOS
=
7
;
//-------------------------------------------------------------------------
//
DocMerge
from
idl
:
value
com
::
sun
::
star
::
lang
::
SystemDependent
::
SYSTEM_ANDROID
/**
The
called
interface
method
returns
a
value
specified
for
<
em
>
Android
</
em
>.
*/
const
short
SYSTEM_ANDROID
=
8
;
}
;
//=============================================================================
...
...
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