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
549c7c35
Kaydet (Commit)
549c7c35
authored
Tem 27, 2010
tarafından
Daniel Rentz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
mib17: move VBA specific interfaces into vba subdir
üst
14181929
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
43 additions
and
41 deletions
+43
-41
makefile.mk
offapi/com/sun/star/script/makefile.mk
+1
-3
XVBACompatibility.idl
offapi/com/sun/star/script/vba/XVBACompatibility.idl
+14
-13
XVBAModuleInfo.idl
offapi/com/sun/star/script/vba/XVBAModuleInfo.idl
+25
-24
makefile.mk
offapi/com/sun/star/script/vba/makefile.mk
+3
-1
No files found.
offapi/com/sun/star/script/makefile.mk
Dosyayı görüntüle @
549c7c35
...
...
@@ -48,10 +48,8 @@ IDLFILES=\
XPersistentLibraryContainer.idl
\
XStorageBasedLibraryContainer.idl
\
ModuleSizeExceededRequest.idl
\
XVBACompat.idl
\
XVBAModuleInfo.idl
\
ModuleInfo.idl
\
ModuleType.idl
\
ModuleType.idl
# ------------------------------------------------------------------
...
...
offapi/com/sun/star/script/
XVBACompat
.idl
→
offapi/com/sun/star/script/
vba/XVBACompatibility
.idl
Dosyayı görüntüle @
549c7c35
...
...
@@ -2,13 +2,10 @@
*
*
DO
NOT
ALTER
OR
REMOVE
COPYRIGHT
NOTICES
OR
THIS
FILE
HEADER
.
*
*
Copyright
200
8
by
Sun
Microsystems
,
Inc
.
*
Copyright
200
0
,
2010
Oracle
and
/
or
its
affiliates
.
*
*
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
...
...
@@ -27,23 +24,27 @@
*
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_vba_XVBACompatibility_idl__
#
define
__com_sun_star_script_vba_XVBACompatibility_idl__
//=============================================================================
module
com
{
module
sun
{
module
star
{
module
script
{
module
com
{
module
sun
{
module
star
{
module
script
{
module
vba
{
interface
XVBACompat
:
com
::
sun
::
star
::
uno
::
XInterface
interface
XVBACompat
ibility
{
//-------------------------------------------------------------------------
//=============================================================================
[
attribute
]
boolean
VBACompatModeOn
;
[
attribute
]
boolean
VBACompatibilityMode
;
//-------------------------------------------------------------------------
}
;
}
; }; }; };
//=============================================================================
}
;
#
endif
offapi/com/sun/star/script/XVBAModuleInfo.idl
→
offapi/com/sun/star/script/
vba/
XVBAModuleInfo.idl
Dosyayı görüntüle @
549c7c35
...
...
@@ -2,13 +2,10 @@
*
*
DO
NOT
ALTER
OR
REMOVE
COPYRIGHT
NOTICES
OR
THIS
FILE
HEADER
.
*
*
Copyright
200
8
by
Sun
Microsystems
,
Inc
.
*
Copyright
200
0
,
2010
Oracle
and
/
or
its
affiliates
.
*
*
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
...
...
@@ -27,47 +24,51 @@
*
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__
#
ifndef
__com_sun_star_script_vba_XVBAModuleInfo_idl__
#
define
__com_sun_star_script_vba_XVBAModuleInfo_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
{
module
com
{
module
sun
{
module
star
{
module
script
{
module
vba
{
interface
XVBAModuleInfo
:
com
::
sun
::
star
::
uno
::
XInterface
interface
XVBAModuleInfo
{
//-------------------------------------------------------------------------
com
::
sun
::
star
::
script
::
ModuleInfo
getModuleInfo
(
[
in
]
string
ModuleName
)
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
)
;
//-------------------------------------------------------------------------
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/vba/makefile.mk
Dosyayı görüntüle @
549c7c35
...
...
@@ -42,7 +42,9 @@ IDLFILES=\
VBAEventProcessor.idl
\
VBASpreadsheetEventProcessor.idl
\
VBATextEventProcessor.idl
\
XVBAEventProcessor.idl
XVBACompatibility.idl
\
XVBAEventProcessor.idl
\
XVBAModuleInfo.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