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
0b494e0c
Kaydet (Commit)
0b494e0c
authored
Mar 23, 2011
tarafından
Kai Sommerfeld
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i117329# - Publishing of UNO types, last wave (for now).
üst
3e396922
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
16 additions
and
16 deletions
+16
-16
XAnimationListener.idl
offapi/com/sun/star/animations/XAnimationListener.idl
+1
-1
XAnimationNode.idl
offapi/com/sun/star/animations/XAnimationNode.idl
+1
-1
DrawingDocument.idl
offapi/com/sun/star/drawing/DrawingDocument.idl
+1
-1
GenericDrawingDocument.idl
offapi/com/sun/star/drawing/GenericDrawingDocument.idl
+1
-1
PresentationDocument.idl
offapi/com/sun/star/presentation/PresentationDocument.idl
+1
-1
XSlideShowListener.idl
offapi/com/sun/star/presentation/XSlideShowListener.idl
+1
-1
XSlideShowView.idl
offapi/com/sun/star/presentation/XSlideShowView.idl
+4
-4
XMetadatable.idl
offapi/com/sun/star/rdf/XMetadatable.idl
+1
-1
XNode.idl
offapi/com/sun/star/rdf/XNode.idl
+1
-1
XResource.idl
offapi/com/sun/star/rdf/XResource.idl
+1
-1
XURI.idl
offapi/com/sun/star/rdf/XURI.idl
+1
-1
MetadataField.idl
offapi/com/sun/star/text/textfield/MetadataField.idl
+1
-1
SelectionType.idl
offapi/com/sun/star/view/SelectionType.idl
+1
-1
No files found.
offapi/com/sun/star/animations/XAnimationListener.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -45,7 +45,7 @@
@
since
OOo
3.0
*/
interface
XAnimationListener
:
::
com
::
sun
::
star
::
lang
::
XEventListener
published
interface
XAnimationListener
:
::
com
::
sun
::
star
::
lang
::
XEventListener
{
/**
This
event
is
raised
when
the
element
local
timeline
begins
to
play
.
<
p
>
It
will
be
raised
each
time
the
element
begins
the
active
duration
(
i
.
e.
when
it
restarts
,
but
not
when
it
repeats
)
.
</
p
>
...
...
offapi/com/sun/star/animations/XAnimationNode.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -43,7 +43,7 @@
/**
*/
interface
XAnimationNode
:
::
com
::
sun
::
star
::
container
::
XChild
published
interface
XAnimationNode
:
::
com
::
sun
::
star
::
container
::
XChild
{
/**
a
value
from
<
const
>
AnimationNodeType
</
const
>.
...
...
offapi/com/sun/star/drawing/DrawingDocument.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -40,7 +40,7 @@
/**
specifies
a
document
which
consists
of
multiple
pages
with
drawings
.
*/
service
DrawingDocument
published
service
DrawingDocument
{
/**
this
base
service
describes
the
whole
functionality
of
such
DrawingDocument
.
*/
service
GenericDrawingDocument
;
...
...
offapi/com/sun/star/drawing/GenericDrawingDocument.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -82,7 +82,7 @@
<
p
>
Because
its
function
is
needed
more
then
once
,
its
defined
as
generic
one
.
</p>
*/
service
GenericDrawingDocument
published
service
GenericDrawingDocument
{
/**
this
base
service
describes
storing
and
printing
*/
service
com
::
sun
::
star
::
document
::
OfficeDocument
;
...
...
offapi/com/sun/star/presentation/PresentationDocument.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -52,7 +52,7 @@
/**
This
is
the
service
provided
by
a
presentation
document
.
*/
service
PresentationDocument
published
service
PresentationDocument
{
/**
This
is
a
basic
service
for
a
drawing
document
.
...
...
offapi/com/sun/star/presentation/XSlideShowListener.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -39,7 +39,7 @@ module com { module sun { module star { module presentation {
@
since
OOo
3.0
*/
interface
XSlideShowListener
:
::
com
::
sun
::
star
::
animations
::
XAnimationListener
published
interface
XSlideShowListener
:
::
com
::
sun
::
star
::
animations
::
XAnimationListener
{
/**
Notify
that
the
slide
show
is
paused
*/
...
...
offapi/com/sun/star/presentation/XSlideShowView.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -59,7 +59,7 @@ module com { module sun { module star { module presentation {
@
since
OOo
2.4
*/
interface
XSlideShowView
:
::
com
::
sun
::
star
::
uno
::
XInterface
published
interface
XSlideShowView
:
::
com
::
sun
::
star
::
uno
::
XInterface
{
/**
Get
view
canvas
.
<p>
...
...
@@ -81,9 +81,9 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface
/**
Query
the
current
transformation
matrix
for
this
view
.
<p>
This
method
returns
the
transformation
matrix
of
the
view
.
When
notified
via
the
transformation
change
listener
,
the
show
will
be
displayed
using
the
new
transformation
.
<p>
This
method
returns
the
transformation
matrix
of
the
view
.
When
notified
via
the
transformation
change
listener
,
the
show
will
be
displayed
using
the
new
transformation
.
<p>
@
return
the
view
transformation
matrix
.
Note
that
the
slide
show
itself
will
paint
all
slides
as
one
-
by
-
one
boxes
,
one
...
...
offapi/com/sun/star/rdf/XMetadatable.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -67,7 +67,7 @@ module com { module sun { module star { module rdf {
@
see
XRepository
@
see
XDocumentMetadataAccess
*/
interface
XMetadatable
:
XURI
published
interface
XMetadatable
:
XURI
{
//-------------------------------------------------------------------------
/**
a
metadata
reference
,
comprising
the
stream
name
and
the
XML
ID
.
...
...
offapi/com/sun/star/rdf/XNode.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -66,7 +66,7 @@ module com { module sun { module star { module rdf {
@
see
XURI
@
see
XLiteral
*/
interface
XNode
published
interface
XNode
{
///
the
string
value
of
the
node
.
[
readonly
,
attribute
]
string
StringValue
;
...
...
offapi/com/sun/star/rdf/XResource.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -50,7 +50,7 @@ module com { module sun { module star { module rdf {
@
see
XBlankNode
@
see
XURI
*/
interface
XResource
:
XNode
published
interface
XResource
:
XNode
{
}
;
...
...
offapi/com/sun/star/rdf/XURI.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -62,7 +62,7 @@ module com { module sun { module star { module rdf {
@
see
XRepository
*/
interface
XURI
:
XResource
published
interface
XURI
:
XResource
{
///
prefix
[
readonly
,
attribute
]
string
Namespace
;
...
...
offapi/com/sun/star/text/textfield/MetadataField.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -61,7 +61,7 @@ module com { module sun { module star { module text { module textfield {
@
see
com
::
sun
::
star
::
rdf
*/
service
MetadataField
published
service
MetadataField
{
//-------------------------------------------------------------------------
/**
None
of
the
properties
of
...
...
offapi/com/sun/star/view/SelectionType.idl
Dosyayı görüntüle @
0b494e0c
...
...
@@ -35,7 +35,7 @@ module com { module sun { module star { module view {
/**
Specifies
a
selection
type
for
a
view
that
supports
a
selection
model
.
*/
enum
SelectionType
published
enum
SelectionType
{
//-------------------------------------------------------------------------
...
...
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