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
a7d38322
Kaydet (Commit)
a7d38322
authored
Kas 06, 2012
tarafından
Noel Power
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add license info
Change-Id: I56653d99e1fac5e1b7cd2a69b4b160df4b75bb5d
üst
2d1253b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
DataTypeEnum.idl
oovbaapi/ooo/vba/adodb/DataTypeEnum.idl
+9
-0
ParameterDirectionEnum.idl
oovbaapi/ooo/vba/adodb/ParameterDirectionEnum.idl
+9
-0
No files found.
oovbaapi/ooo/vba/adodb/DataTypeEnum.idl
Dosyayı görüntüle @
a7d38322
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2.0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
:
//
mozilla
.
org/MPL/2.0/.
*/
module
ooo
{
module
vba
{
module
adodb
{
constants
DataTypeEnum
{
const
long
adArray
=
8192
;
...
...
@@ -42,3 +50,4 @@ module ooo { module vba { module adodb {
const
long
adWChar
=
130
;
}
;
}
; }; };
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
oovbaapi/ooo/vba/adodb/ParameterDirectionEnum.idl
Dosyayı görüntüle @
a7d38322
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2.0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
:
//
mozilla
.
org/MPL/2.0/.
*/
module
ooo
{
module
vba
{
module
adodb
{
constants
ParameterDirectionEnum
{
const
long
adParamInput
=
1
;
...
...
@@ -7,3 +15,4 @@ module ooo { module vba { module adodb {
const
long
adParamUnknown
=
0
;
}
;
}
; }; };
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
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