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
fb2b2be1
Kaydet (Commit)
fb2b2be1
authored
May 30, 2011
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
these entities were published
üst
a67b5786
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
XSlidePreviewCacheListener.idl
offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl
+1
-1
BorderType.idl
offapi/com/sun/star/drawing/framework/BorderType.idl
+1
-1
ARGBColor.idl
offapi/com/sun/star/rendering/ARGBColor.idl
+1
-1
Color.idl
offapi/com/sun/star/rendering/Color.idl
+1
-1
ColorComponent.idl
offapi/com/sun/star/rendering/ColorComponent.idl
+1
-1
RGBColor.idl
offapi/com/sun/star/rendering/RGBColor.idl
+1
-1
No files found.
offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl
Dosyayı görüntüle @
fb2b2be1
...
@@ -40,7 +40,7 @@ module com { module sun { module star { module drawing {
...
@@ -40,7 +40,7 @@ module com { module sun { module star { module drawing {
implementor
may
then
call
<
method
>
getSlidePreview
()
</
method
>
a
second
implementor
may
then
call
<
method
>
getSlidePreview
()
</
method
>
a
second
time
to
get
the
up
-
to
-
date
version
of
the
preview
.
time
to
get
the
up
-
to
-
date
version
of
the
preview
.
*/
*/
interface
XSlidePreviewCacheListener
published
interface
XSlidePreviewCacheListener
{
{
/**
Called
by
a
<
interface
>
XSlidePreviewCache
</
interface
>
object
when
a
/**
Called
by
a
<
interface
>
XSlidePreviewCache
</
interface
>
object
when
a
preview
has
been
created
for
the
slide
with
the
given
index
.
preview
has
been
created
for
the
slide
with
the
given
index
.
...
...
offapi/com/sun/star/drawing/framework/BorderType.idl
Dosyayı görüntüle @
fb2b2be1
...
@@ -34,7 +34,7 @@ module com { module sun { module star { module drawing { module framework {
...
@@ -34,7 +34,7 @@ module com { module sun { module star { module drawing { module framework {
/**
See
XPaneBorderPainter
and
its
addBorder
()
and
removeBorder
()
methods
/**
See
XPaneBorderPainter
and
its
addBorder
()
and
removeBorder
()
methods
for
an
explanation
of
the
border
type
and
its
values
.
for
an
explanation
of
the
border
type
and
its
values
.
*/
*/
enum
BorderType
published
enum
BorderType
{
{
INNER_BORDER
,
INNER_BORDER
,
OUTER_BORDER
,
OUTER_BORDER
,
...
...
offapi/com/sun/star/rendering/ARGBColor.idl
Dosyayı görüntüle @
fb2b2be1
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
module
com
{
module
sun
{
module
star
{
module
rendering
{
module
com
{
module
sun
{
module
star
{
module
rendering
{
///
ARGB
color
quad
///
ARGB
color
quad
struct
ARGBColor
published
struct
ARGBColor
{
{
/**
Alpha
component
.
<p>
/**
Alpha
component
.
<p>
...
...
offapi/com/sun/star/rendering/Color.idl
Dosyayı görüntüle @
fb2b2be1
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
module
com
{
module
sun
{
module
star
{
module
rendering
{
module
com
{
module
sun
{
module
star
{
module
rendering
{
///
Shorthand
for
the
device
-
dependent
color
components
,
and
easier
to
read
///
Shorthand
for
the
device
-
dependent
color
components
,
and
easier
to
read
typedef
sequence
<
ColorComponent
>
Color
;
published
typedef
sequence
<
ColorComponent
>
Color
;
}
; }; }; };
}
; }; }; };
...
...
offapi/com/sun/star/rendering/ColorComponent.idl
Dosyayı görüntüle @
fb2b2be1
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
module
com
{
module
sun
{
module
star
{
module
rendering
{
module
com
{
module
sun
{
module
star
{
module
rendering
{
///
Shorthand
for
the
device
-
dependent
color
components
,
and
easier
to
read
///
Shorthand
for
the
device
-
dependent
color
components
,
and
easier
to
read
typedef
double
ColorComponent
;
published
typedef
double
ColorComponent
;
}
; }; }; };
}
; }; }; };
...
...
offapi/com/sun/star/rendering/RGBColor.idl
Dosyayı görüntüle @
fb2b2be1
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
module
com
{
module
sun
{
module
star
{
module
rendering
{
module
com
{
module
sun
{
module
star
{
module
rendering
{
///
RGB
color
triplet
///
RGB
color
triplet
struct
RGBColor
published
struct
RGBColor
{
{
///
Red
component
.
Valid
range
is
[
0
,
1.0
]
///
Red
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Red
;
ColorComponent
Red
;
...
...
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