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
db40b74a
Kaydet (Commit)
db40b74a
authored
May 21, 2010
tarafından
Kurt Zenker
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS npower13_objectmodules
üst
e6df9260
ed9baf09
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
262 additions
and
0 deletions
+262
-0
MediaDescriptor.idl
offapi/com/sun/star/document/MediaDescriptor.idl
+9
-0
ModuleInfo.idl
offapi/com/sun/star/script/ModuleInfo.idl
+55
-0
ModuleType.idl
offapi/com/sun/star/script/ModuleType.idl
+72
-0
XVBACompat.idl
offapi/com/sun/star/script/XVBACompat.idl
+49
-0
XVBAModuleInfo.idl
offapi/com/sun/star/script/XVBAModuleInfo.idl
+73
-0
makefile.mk
offapi/com/sun/star/script/makefile.mk
+4
-0
No files found.
offapi/com/sun/star/document/MediaDescriptor.idl
Dosyayı görüntüle @
db40b74a
...
...
@@ -51,6 +51,10 @@
#
include
<
com
/
sun
/
star
/
task
/
XStatusIndicator
.
idl>
#
endif
#
ifndef
__com_sun_star_frame_XFrame_idl__
#
include
<
com
/
sun
/
star
/
frame
/
XFrame
.
idl>
#
endif
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
document
{
...
...
@@ -594,6 +598,11 @@ published service MediaDescriptor
@since OOo 3.0
*/
[optional,property] string ViewControllerName;
//-------------------------------------------------------------------------
/** specifies the frame containing the document. May be empty.
*/
[optional,property] com::sun::star::frame::XFrame Frame;
};
//=============================================================================
...
...
offapi/com/sun/star/script/ModuleInfo.idl
0 → 100644
Dosyayı görüntüle @
db40b74a
/*************************************************************************
*
*
OpenOffice
.
org
-
a
multi
-
platform
office
productivity
suite
*
*
$
RCSfile
:
ModuleInfo
.
idl
,
v
$
*
*
$
Revision
:
1.2
$
*
*
last
change
:
$
Author
:
rt
$
$
Date
:
2006
/
05
/
05
10
:
14
:
46
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
*
the
terms
of
GNU
Lesser
General
Public
License
Version
2.1
.
*
*
*
GNU
Lesser
General
Public
License
Version
2.1
*
=============================================
*
Copyright
2005
by
Sun
Microsystems
,
Inc
.
*
901
San
Antonio
Road
,
Palo
Alto
,
CA
94303
,
USA
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
version
2.1
,
as
published
by
the
Free
Software
Foundation
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
59
Temple
Place
,
Suite
330
,
Boston
,
*
MA
02111
-
1307
USA
*
************************************************************************/
#
ifndef
__com_sun_star_script_ModuleInfo_idl__
#
define
__com_sun_star_script_ModuleInfo_idl__
#
ifndef
__com_sun_star_uno_XInterface_idl__
#
include
<
com
/
sun
/
star
/
uno
/
XInterface
.
idl>
#
endif
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
script
{
struct
ModuleInfo
{
com
::
sun
::
star
::
uno
::
XInterface
ModuleObject
;
long
ModuleType
;
}
;
//=============================================================================
}
; }; }; };
#
endif
offapi/com/sun/star/script/ModuleType.idl
0 → 100644
Dosyayı görüntüle @
db40b74a
/*************************************************************************
*
*
OpenOffice
.
org
-
a
multi
-
platform
office
productivity
suite
*
*
$
RCSfile
:
ModuleType
.
idl
,
v
$
*
*
$
Revision
:
1.2
$
*
*
last
change
:
$
Author
:
rt
$
$
Date
:
2006
/
05
/
05
10
:
14
:
46
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
*
the
terms
of
GNU
Lesser
General
Public
License
Version
2.1
.
*
*
*
GNU
Lesser
General
Public
License
Version
2.1
*
=============================================
*
Copyright
2005
by
Sun
Microsystems
,
Inc
.
*
901
San
Antonio
Road
,
Palo
Alto
,
CA
94303
,
USA
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
version
2.1
,
as
published
by
the
Free
Software
Foundation
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
59
Temple
Place
,
Suite
330
,
Boston
,
*
MA
02111
-
1307
USA
*
************************************************************************/
#
ifndef
__com_sun_star_script_ModuleType_idl__
#
define
__com_sun_star_script_ModuleType_idl__
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
script
{
published
constants
ModuleType
{
//
------------------------------------------------------------------------
const
long
UNKNOWN
=
0
;
//
------------------------------------------------------------------------
const
long
NORMAL
=
1
;
//
------------------------------------------------------------------------
const
long
CLASS
=
2
;
//
------------------------------------------------------------------------
const
long
FORM
=
3
;
//
------------------------------------------------------------------------
const
long
DOCUMENT
=
4
;
//
------------------------------------------------------------------------
}
;
//=============================================================================
}
; }; }; };
#
endif
offapi/com/sun/star/script/XVBACompat.idl
0 → 100644
Dosyayı görüntüle @
db40b74a
/*************************************************************************
*
*
DO
NOT
ALTER
OR
REMOVE
COPYRIGHT
NOTICES
OR
THIS
FILE
HEADER
.
*
*
Copyright
2008
by
Sun
Microsystems
,
Inc
.
*
*
OpenOffice
.
org
-
a
multi
-
platform
office
productivity
suite
*
*
$
RCSfile
:
XLibraryContainer
.
idl
,
v
$
*
$
Revision
:
1.4
$
*
*
This
file
is
part
of
OpenOffice
.
org.
*
*
OpenOffice
.
org
is
free
software
:
you
can
redistribute
it
and
/
or
modify
*
it
under
the
terms
of
the
GNU
Lesser
General
Public
License
version
3
*
only
,
as
published
by
the
Free
Software
Foundation
.
*
*
OpenOffice
.
org
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
*
GNU
Lesser
General
Public
License
version
3
for
more
details
*
(
a
copy
is
included
in
the
LICENSE
file
that
accompanied
this
code
)
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
License
*
version
3
along
with
OpenOffice
.
org.
If
not
,
see
*
<
http
:
//
www
.
openoffice.org/license.html>
*
for
a
copy
of
the
LGPLv3
License
.
*
************************************************************************/
#
ifndef
__com_sun_star_script_XVBACompat_idl__
#
define
__com_sun_star_script_XVBACompat_idl__
#
ifndef
__com_sun_star_uno_XInterface_idl__
#
include
<
com
/
sun
/
star
/
uno
/
XInterface
.
idl>
#
endif
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
script
{
interface
XVBACompat
:
com
::
sun
::
star
::
uno
::
XInterface
{
//=============================================================================
[
attribute
]
boolean
VBACompatModeOn
;
}
; }; }; };
}
;
#
endif
offapi/com/sun/star/script/XVBAModuleInfo.idl
0 → 100644
Dosyayı görüntüle @
db40b74a
/*************************************************************************
*
*
DO
NOT
ALTER
OR
REMOVE
COPYRIGHT
NOTICES
OR
THIS
FILE
HEADER
.
*
*
Copyright
2008
by
Sun
Microsystems
,
Inc
.
*
*
OpenOffice
.
org
-
a
multi
-
platform
office
productivity
suite
*
*
$
RCSfile
:
XLibraryContainer
.
idl
,
v
$
*
$
Revision
:
1.4
$
*
*
This
file
is
part
of
OpenOffice
.
org.
*
*
OpenOffice
.
org
is
free
software
:
you
can
redistribute
it
and
/
or
modify
*
it
under
the
terms
of
the
GNU
Lesser
General
Public
License
version
3
*
only
,
as
published
by
the
Free
Software
Foundation
.
*
*
OpenOffice
.
org
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
*
GNU
Lesser
General
Public
License
version
3
for
more
details
*
(
a
copy
is
included
in
the
LICENSE
file
that
accompanied
this
code
)
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
License
*
version
3
along
with
OpenOffice
.
org.
If
not
,
see
*
<
http
:
//
www
.
openoffice.org/license.html>
*
for
a
copy
of
the
LGPLv3
License
.
*
************************************************************************/
#
ifndef
__com_sun_star_script_XVBACompat_idl__
#
define
__com_sun_star_script_XVBACompat_idl__
#
ifndef
__com_sun_star_uno_XInterface_idl__
#
include
<
com
/
sun
/
star
/
uno
/
XInterface
.
idl>
#
endif
#
ifndef
__com_sun_star_script_ModuleInfo_idl__
#
include
<
com
/
sun
/
star
/
script
/
ModuleInfo
.
idl>
#
endif
#
ifndef
__com_sun_star_lang_IllegalArgumentException_idl__
#
include
<
com
/
sun
/
star
/
lang
/
IllegalArgumentException
.
idl>
#
endif
#
ifndef
__com_sun_star_container_ElementExistException_idl__
#
include
<
com
/
sun
/
star
/
container
/
ElementExistException
.
idl>
#
endif
#
ifndef
__com_sun_star_lang_WrappedTargetException_idl__
#
include
<
com
/
sun
/
star
/
lang
/
WrappedTargetException
.
idl>
#
endif
#
ifndef
__com_sun_star_container_NoSuchElementException_idl__
#
include
<
com
/
sun
/
star
/
container
/
NoSuchElementException
.
idl>
#
endif
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
script
{
interface
XVBAModuleInfo
:
com
::
sun
::
star
::
uno
::
XInterface
{
com
::
sun
::
star
::
script
::
ModuleInfo
getModuleInfo
(
[
in
]
string
ModuleName
)
raises
(
com
::
sun
::
star
::
container
::
NoSuchElementException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
)
;
boolean
hasModuleInfo
(
[
in
]
string
ModuleName
)
;
void
insertModuleInfo
(
[
in
]
string
ModuleName
,
[
in
]
com
::
sun
::
star
::
script
::
ModuleInfo
ModuleInfo
)
raises
(
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
com
::
sun
::
star
::
container
::
ElementExistException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
)
;
void
removeModuleInfo
(
[
in
]
string
ModuleName
)
raises
(
com
::
sun
::
star
::
container
::
NoSuchElementException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
)
;
}
; }; }; };
}
;
#
endif
offapi/com/sun/star/script/makefile.mk
Dosyayı görüntüle @
db40b74a
...
...
@@ -48,6 +48,10 @@ IDLFILES=\
XPersistentLibraryContainer.idl
\
XStorageBasedLibraryContainer.idl
\
ModuleSizeExceededRequest.idl
\
XVBACompat.idl
\
XVBAModuleInfo.idl
\
ModuleInfo.idl
\
ModuleType.idl
\
# ------------------------------------------------------------------
...
...
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