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
82e94dca
Kaydet (Commit)
82e94dca
authored
Eyl 13, 2012
tarafından
Noel Grandin
Kaydeden (comit)
Stephan Bergmann
Eyl 14, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#46808, Add @since tags to new IDL interfaces
Change-Id: Ib351d92d071f6e93ec5eac93c0ab964cef7e7e2f
üst
d33453d1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
7 deletions
+13
-7
XModuleManager2.idl
offapi/com/sun/star/frame/XModuleManager2.idl
+3
-1
XNumberFormatter2.idl
offapi/com/sun/star/util/XNumberFormatter2.idl
+4
-1
XPipe.idl
udkapi/com/sun/star/io/XPipe.idl
+3
-4
theCoreReflection.idl
udkapi/com/sun/star/reflection/theCoreReflection.idl
+3
-1
No files found.
offapi/com/sun/star/frame/XModuleManager2.idl
Dosyayı görüntüle @
82e94dca
...
...
@@ -27,7 +27,9 @@ module com { module sun { module star { module frame {
/**
This
interface
provides
a
merged
single
interface
for
the
ModuleManager
service
to
implement
service
to
implement
.
@
since
LibreOffice
3.7
*/
interface
XModuleManager2
{
...
...
offapi/com/sun/star/util/XNumberFormatter2.idl
Dosyayı görüntüle @
82e94dca
...
...
@@ -24,7 +24,10 @@
module
com
{
module
sun
{
module
star
{
module
util
{
/**
Provides
a
unified
interface
for
the
NumberFormatter
service
to
implement
.
/**
Provides
a
unified
interface
for
the
NumberFormatter
service
to
implement
.
@
since
LibreOffice
3.7
*/
published
interface
XNumberFormatter2
{
...
...
udkapi/com/sun/star/io/XPipe.idl
Dosyayı görüntüle @
82e94dca
...
...
@@ -28,8 +28,7 @@
module
com
{
module
sun
{
module
star
{
module
io
{
//
DocMerge
from
xml
:
service
com
::
sun
::
star
::
io
::
Pipe
/**
the
implementation
of
an
output
stream
and
an
input
stream
.
/**
The
implementation
of
an
output
stream
and
an
input
stream
.
<
p
>
All
data
written
through
the
outputstream
is
buffered
until
it
is
read
again
from
the
input
stream
.
Often
two
different
threads
access
...
...
@@ -37,13 +36,13 @@ module com { module sun { module star { module io {
<
p
>
With
the
pipe
-
service
,
an
outputstream
can
be
converted
into
an
input
stream
at
the
cost
of
an
additional
buffer
.
@
since
LibreOffice
3.7
*/
published
interface
XPipe
{
//
DocMerge
:
empty
anyway
interface
com
::
sun
::
star
::
io
::
XOutputStream
;
//
DocMerge
:
empty
anyway
interface
com
::
sun
::
star
::
io
::
XInputStream
;
}
;
...
...
udkapi/com/sun/star/reflection/theCoreReflection.idl
Dosyayı görüntüle @
82e94dca
...
...
@@ -24,7 +24,9 @@
module
com
{
module
sun
{
module
star
{
module
reflection
{
/**
@
since
LibreOffice
3.7
*/
singleton
theCoreReflection
:
com
::
sun
::
star
::
reflection
::
XIdlReflection
;
...
...
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