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
a03d4407
Kaydet (Commit)
a03d4407
authored
Nis 20, 2018
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add ooo.vba.excel.XApplicationOutgoing
Change-Id: I50ba5482742296609187e8b41bd3a2910c44ca4e
üst
d4442ac1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
0 deletions
+35
-0
UnoApi_oovbaapi.mk
oovbaapi/UnoApi_oovbaapi.mk
+1
-0
XApplicationOutgoing.idl
oovbaapi/ooo/vba/excel/XApplicationOutgoing.idl
+34
-0
No files found.
oovbaapi/UnoApi_oovbaapi.mk
Dosyayı görüntüle @
a03d4407
...
...
@@ -219,6 +219,7 @@ $(eval $(call gb_UnoApi_add_idlfiles,oovbaapi,ooo/vba/dao,\
$(eval $(call gb_UnoApi_add_idlfiles,oovbaapi,ooo/vba/excel,\
Constants \
XApplication \
XApplicationOutgoing \
XAxes \
XAxis \
XAxisTitle \
...
...
oovbaapi/ooo/vba/excel/XApplicationOutgoing.idl
0 → 100644
Dosyayı görüntüle @
a03d4407
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
/*
*
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/.
*/
#
ifndef
__ooo_vba_excel_XApplicationOutgoing_idl__
#
define
__ooo_vba_excel_XApplicationOutgoing_idl__
module
ooo
{
module
vba
{
module
excel
{
//
Despite
being
here
in
ooo
::
vba
,
this
has
nothing
to
do
with
"VBA"
(
Visual
Basic
for
//
Applications
),
or
the
VBA
compatibility
in
StarBasic
.
This
is
related
to
using
LibreOffice
from
//
(
OLE
)
Automation
clients
.
It
is
here
anyway
because
much
of
the
API
available
to
such
clients
//
is
identical
to
that
offered
to
StarBasic
code
written
in
a
VBA
-
like
fashion
.
//
This
interface
exists
for
technical
reasons
only
,
we
don
't actually have any UNO object that
// would implement (inherit from) this. We just advertise the type of this interface from Writer to
// the Automation-UNO bridge code (in extensions/source/ole) so that it can tell the Automation
// client what the Automation server expects and construct a corresponding COM interface that can
// receive the callbacks. Or something like that.
interface XApplicationOutgoing : XInterfaceWithIID
{
};
}; }; };
#endif
/* 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