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
18fb6792
Kaydet (Commit)
18fb6792
authored
Kas 07, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
split idl with multiple class into one idl per.
Change-Id: Ib80e0dde0da395c7b89dea91c40c4c7ec319b466
üst
9c7872ac
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
226 additions
and
85 deletions
+226
-85
ARGBColor.idl
offapi/com/sun/star/rendering/ARGBColor.idl
+49
-0
BitmapCanvas.idl
offapi/com/sun/star/rendering/BitmapCanvas.idl
+52
-0
Color.idl
offapi/com/sun/star/rendering/Color.idl
+36
-0
ColorComponent.idl
offapi/com/sun/star/rendering/ColorComponent.idl
+32
-0
RGBColor.idl
offapi/com/sun/star/rendering/RGBColor.idl
+44
-0
XBitmapCanvas.idl
offapi/com/sun/star/rendering/XBitmapCanvas.idl
+4
-34
XColorSpace.idl
offapi/com/sun/star/rendering/XColorSpace.idl
+9
-51
No files found.
offapi/com/sun/star/rendering/ARGBColor.idl
0 → 100644
Dosyayı görüntüle @
18fb6792
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
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/.
*
*
This
file
incorporates
work
covered
by
the
following
license
notice
:
*
*
Licensed
to
the
Apache
Software
Foundation
(
ASF
)
under
one
or
more
*
contributor
license
agreements
.
See
the
NOTICE
file
distributed
*
with
this
work
for
additional
information
regarding
copyright
*
ownership
.
The
ASF
licenses
this
file
to
you
under
the
Apache
*
License
,
Version
2.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_rendering_ARGBColor_idl__
#
define
__com_sun_star_rendering_ARGBColor_idl__
#
ifndef
__com_sun_star_rendering_ColorComponent_idl__
#
include
<
com
/
sun
/
star
/
rendering
/
ColorComponent
.
idl>
#
endif
module
com
{
module
sun
{
module
star
{
module
rendering
{
///
ARGB
color
quad
struct
ARGBColor
{
/**
Alpha
component
.
<p>
Valid
range
is
[
0
,
1.0
]
,
with
0.0
denoting
fully
transparent
,
and
1.0
fully
opaque
.
*/
ColorComponent
Alpha
;
///
Red
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Red
;
///
Green
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Green
;
///
Blue
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Blue
;
}
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/rendering/BitmapCanvas.idl
0 → 100644
Dosyayı görüntüle @
18fb6792
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
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/.
*
*
This
file
incorporates
work
covered
by
the
following
license
notice
:
*
*
Licensed
to
the
Apache
Software
Foundation
(
ASF
)
under
one
or
more
*
contributor
license
agreements
.
See
the
NOTICE
file
distributed
*
with
this
work
for
additional
information
regarding
copyright
*
ownership
.
The
ASF
licenses
this
file
to
you
under
the
Apache
*
License
,
Version
2.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_rendering_BitmapCanvas_idl__
#
define
__com_sun_star_rendering_BitmapCanvas_idl__
#
ifndef
__com_sun_star_rendering_XBitmap_idl__
#
include
<
com
/
sun
/
star
/
rendering
/
XBitmap
.
idl>
#
endif
#
ifndef
__com_sun_star_rendering_XBitmapCanvas_idl__
#
include
<
com
/
sun
/
star
/
rendering
/
XBitmapCanvas
.
idl>
#
endif
module
com
{
module
sun
{
module
star
{
module
rendering
{
//
TODO
:
Multiple
-
inheritance
interfaces
/**
This
service
provides
the
interfaces
for
a
<
type
>
XBitmapCanvas
</
type
>
*/
service
BitmapCanvas
{
/**
Canvas
interface
,
to
issue
rendering
operations
.
*/
interface
XBitmapCanvas
;
/**
Bitmap
interface
,
to
directly
manipulate
the
pixel
.
*/
interface
XBitmap
;
}
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/rendering/Color.idl
0 → 100644
Dosyayı görüntüle @
18fb6792
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
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/.
*
*
This
file
incorporates
work
covered
by
the
following
license
notice
:
*
*
Licensed
to
the
Apache
Software
Foundation
(
ASF
)
under
one
or
more
*
contributor
license
agreements
.
See
the
NOTICE
file
distributed
*
with
this
work
for
additional
information
regarding
copyright
*
ownership
.
The
ASF
licenses
this
file
to
you
under
the
Apache
*
License
,
Version
2.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_rendering_Color_idl__
#
define
__com_sun_star_rendering_Color_idl__
#
ifndef
__com_sun_star_rendering_ColorComponent_idl__
#
include
<
com
/
sun
/
star
/
rendering
/
ColorComponent
.
idl>
#
endif
module
com
{
module
sun
{
module
star
{
module
rendering
{
///
Shorthand
for
the
device
-
dependent
color
components
,
and
easier
to
read
typedef
sequence
<
ColorComponent
>
Color
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/rendering/ColorComponent.idl
0 → 100644
Dosyayı görüntüle @
18fb6792
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
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/.
*
*
This
file
incorporates
work
covered
by
the
following
license
notice
:
*
*
Licensed
to
the
Apache
Software
Foundation
(
ASF
)
under
one
or
more
*
contributor
license
agreements
.
See
the
NOTICE
file
distributed
*
with
this
work
for
additional
information
regarding
copyright
*
ownership
.
The
ASF
licenses
this
file
to
you
under
the
Apache
*
License
,
Version
2.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_rendering_ColorComponent_idl__
#
define
__com_sun_star_rendering_ColorComponent_idl__
module
com
{
module
sun
{
module
star
{
module
rendering
{
///
Shorthand
for
the
device
-
dependent
color
components
,
and
easier
to
read
typedef
double
ColorComponent
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/rendering/RGBColor.idl
0 → 100644
Dosyayı görüntüle @
18fb6792
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
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/.
*
*
This
file
incorporates
work
covered
by
the
following
license
notice
:
*
*
Licensed
to
the
Apache
Software
Foundation
(
ASF
)
under
one
or
more
*
contributor
license
agreements
.
See
the
NOTICE
file
distributed
*
with
this
work
for
additional
information
regarding
copyright
*
ownership
.
The
ASF
licenses
this
file
to
you
under
the
Apache
*
License
,
Version
2.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_rendering_RGBColor_idl__
#
define
__com_sun_star_rendering_RGBColor_idl__
#
ifndef
__com_sun_star_rendering_ColorComponent_idl__
#
include
<
com
/
sun
/
star
/
rendering
/
ColorComponent
.
idl>
#
endif
module
com
{
module
sun
{
module
star
{
module
rendering
{
///
RGB
color
triplet
struct
RGBColor
{
///
Red
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Red
;
///
Green
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Green
;
///
Blue
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Blue
;
}
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/rendering/XBitmapCanvas.idl
Dosyayı görüntüle @
18fb6792
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
...
...
@@ -15,31 +16,15 @@
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_rendering_XBitmapCanvas_idl__
#
define
__com_sun_star_rendering_XBitmapCanvas_idl__
#
ifndef
__com_sun_star_uno_XInterface_idl__
#
include
<
com
/
sun
/
star
/
uno
/
XInterface
.
idl>
#
endif
#
ifndef
__com_sun_star_lang_IllegalArgumentException_idl__
#
include
<
com
/
sun
/
star
/
lang
/
IllegalArgumentException
.
idl>
#
endif
#
ifndef
__com_sun_star_geometry_RealRectangle2D_idl__
#
include
<
com
/
sun
/
star
/
geometry
/
RealRectangle2D
.
idl>
#
endif
#
ifndef
__com_sun_star_rendering_RenderState_idl__
#
include
<
com
/
sun
/
star
/
rendering
/
RenderState
.
idl>
#
endif
#
ifndef
__com_sun_star_rendering_XBitmap_idl__
#
include
<
com
/
sun
/
star
/
rendering
/
XBitmap
.
idl>
#
endif
#
ifndef
__com_sun_star_rendering_XCanvas_idl__
#
include
<
com
/
sun
/
star
/
rendering
/
XCanvas
.
idl>
#
endif
#
ifndef
__com_sun_star_rendering_VolatileContentDestroyedException_idl__
#
include
<
com
/
sun
/
star
/
rendering
/
VolatileContentDestroyedException
.
idl>
#
endif
module
com
{
module
sun
{
module
star
{
module
rendering
{
...
...
@@ -53,7 +38,7 @@ module com { module sun { module star { module rendering {
@
since
OOo
2.0
*/
published
interface
XBitmapCanvas
:
XCanvas
interface
XBitmapCanvas
:
XCanvas
{
/**
This
method
copies
a
rectangular
area
from
a
place
of
one
canvas
to
a
place
on
another
.
<p>
...
...
@@ -121,23 +106,8 @@ published interface XBitmapCanvas : XCanvas
}
;
//=============================================================================
//
TODO
:
Multiple
-
inheritance
interfaces
/**
This
service
provides
the
interfaces
for
a
<
type
>
XBitmapCanvas
</
type
>
*/
service
BitmapCanvas
{
/**
Canvas
interface
,
to
issue
rendering
operations
.
*/
interface
XBitmapCanvas
;
/**
Bitmap
interface
,
to
directly
manipulate
the
pixel
.
*/
interface
XBitmap
;
}
;
}
; }; }; };
#
endif
/*
vim
:
set
shiftwidth
=
4
softtabstop
=
4
expandtab
:
*/
offapi/com/sun/star/rendering/XColorSpace.idl
Dosyayı görüntüle @
18fb6792
/*
-*-
Mode
:
C
++
; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
*
This
file
is
part
of
the
LibreOffice
project
.
*
...
...
@@ -15,69 +16,25 @@
*
except
in
compliance
with
the
License
.
You
may
obtain
a
copy
of
*
the
License
at
http
:
//
www
.
apache.org/licenses/LICENSE-2.0
.
*/
#
ifndef
__com_sun_star_rendering_XColorSpace_idl__
#
define
__com_sun_star_rendering_XColorSpace_idl__
#
ifndef
__com_sun_star_uno_XInterface_idl__
#
include
<
com
/
sun
/
star
/
uno
/
XInterface
.
idl>
#
endif
#
ifndef
__com_sun_star_lang_IllegalArgumentException_idl__
#
include
<
com
/
sun
/
star
/
lang
/
IllegalArgumentException
.
idl>
#
endif
#
ifndef
__com_sun_star_beans_PropertyValue_idl__
#
include
<
com
/
sun
/
star
/
beans
/
PropertyValue
.
idl>
#
endif
#
ifndef
__com_sun_star_rendering_ColorProfile_idl__
#
include
<
com
/
sun
/
star
/
rendering
/
ColorProfile
.
idl>
#
endif
#
include
<
com
/
sun
/
star
/
rendering
/
ColorComponent
.
idl>
#
include
<
com
/
sun
/
star
/
rendering
/
RGBColor
.
idl>
#
include
<
com
/
sun
/
star
/
rendering
/
ARGBColor
.
idl>
module
com
{
module
sun
{
module
star
{
module
rendering
{
///
Shorthand
for
the
device
-
dependent
color
components
,
and
easier
to
read
published
typedef
double
ColorComponent
;
published
typedef
sequence
<
ColorComponent
>
Color
;
//=============================================================================
///
RGB
color
triplet
published
struct
RGBColor
{
///
Red
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Red
;
///
Green
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Green
;
///
Blue
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Blue
;
}
;
//=============================================================================
///
ARGB
color
quad
published
struct
ARGBColor
{
/**
Alpha
component
.
<p>
Valid
range
is
[
0
,
1.0
]
,
with
0.0
denoting
fully
transparent
,
and
1.0
fully
opaque
.
*/
ColorComponent
Alpha
;
///
Red
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Red
;
///
Green
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Green
;
///
Blue
component
.
Valid
range
is
[
0
,
1.0
]
ColorComponent
Blue
;
}
;
//=============================================================================
/**
Information
how
to
interpret
certain
color
data
.
<p>
This
interface
encapsulates
all
information
that
is
necessary
to
interpret
color
data
,
by
defining
a
describing
color
space
,
like
for
example
CMYK
or
sRGB
.
You
can
either
convert
between
this
and
an
arbitrary
other
colorspace
,
or
into
the
standard
RGB
or
ARGB
an
arbitrary
other
color
space
,
or
into
the
standard
RGB
or
ARGB
formats
(
because
those
are
so
overwhelmingly
common
in
computer
graphics
)
.
<
p
>
...
...
@@ -87,7 +44,7 @@ published struct ARGBColor
e
.
g.
<
type
>
XIntegerBitmapColorSpace
</
type
>
,
which
use
sequences
of
integers
for
color
representation
.
<p>
*/
published
interface
XColorSpace
interface
XColorSpace
{
/**
Query
type
of
this
color
space
.
<p>
...
...
@@ -133,7 +90,6 @@ published interface XColorSpace
sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>
getProperties
()
;
//=============================================================================
/**
Convert
to
color
of
another
color
space
.
<p>
...
...
@@ -224,7 +180,7 @@ published interface XColorSpace
/**
Convert
sRGB
color
to
a
representation
in
this
color
space
.
<p>
If
this
color
space
conveys
alpha
information
,
it
is
assumed
be
fully
opaque
for
the
given
rgb
color
value
.
be
fully
opaque
for
the
given
RGB
color
value
.
@
param
deviceColor
Sequence
of
sRGB
color
components
.
Is
permitted
to
contain
more
than
one
color
element
,
therefore
,
...
...
@@ -282,3 +238,5 @@ published interface XColorSpace
}
; }; }; };
#
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