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
48661084
Kaydet (Commit)
48661084
authored
Nis 30, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
*api: fix unterminated tags
Change-Id: Iff23e173e4726682c719c5de303fded0bc671bd3
üst
44404b7a
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
21 additions
and
21 deletions
+21
-21
XTimeContainer.idl
offapi/com/sun/star/animations/XTimeContainer.idl
+1
-0
XPackageRegistry.idl
offapi/com/sun/star/deployment/XPackageRegistry.idl
+1
-1
XPrimitive2D.idl
offapi/com/sun/star/graphic/XPrimitive2D.idl
+1
-1
XPrimitive3D.idl
offapi/com/sun/star/graphic/XPrimitive3D.idl
+1
-1
PropertyControlType.idl
offapi/com/sun/star/inspection/PropertyControlType.idl
+2
-1
XGraphicDevice.idl
offapi/com/sun/star/rendering/XGraphicDevice.idl
+9
-11
RowSet.idl
offapi/com/sun/star/sdb/RowSet.idl
+1
-1
ModuleWindowStateConfiguration.idl
offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
+1
-1
XUIConfigurationManager.idl
offapi/com/sun/star/ui/XUIConfigurationManager.idl
+2
-2
XFormsUIHelper1.idl
offapi/com/sun/star/xforms/XFormsUIHelper1.idl
+1
-1
UnexpectedEOFException.idl
udkapi/com/sun/star/io/UnexpectedEOFException.idl
+1
-1
No files found.
offapi/com/sun/star/animations/XTimeContainer.idl
Dosyayı görüntüle @
48661084
...
...
@@ -41,6 +41,7 @@
RepeatTiming
<
b
>
The
deprecated
<
code
>
repeat
</
code
>
is
not
supported
.
</
b
>
</
li
>
<
li
>
RestartDefault
</
li
>
<
li
>
RestartTiming
</
li
>
...
...
offapi/com/sun/star/deployment/XPackageRegistry.idl
Dosyayı görüntüle @
48661084
...
...
@@ -58,7 +58,7 @@ interface XPackageRegistry
The
implementation
must
ensure
that
there
is
only
one
instance
of
XPackage
for
the
same
<
code
>
url
</
code
>
at
any
time
.
Therefore
calling
bindPackage
()
again
with
the
same
<
code
>
url
</
code
>
but
different
<
code
>
mediaType
<
code
>
(
the
exception
is
,
<
code
>
url
</
code
>
but
different
<
code
>
mediaType
<
/
code
>
(
the
exception
is
,
if
previously
an
empty
string
was
provided
to
cause
the
determination
of
the
media
type
)
or
<
code
>
removed
</
code
>
parameters
will
cause
an
exception
.
An
com
::
sun
::
star
::
lang
::
IllegalArgumentException
will
be
...
...
offapi/com/sun/star/graphic/XPrimitive2D.idl
Dosyayı görüntüle @
48661084
...
...
@@ -64,7 +64,7 @@ interface XPrimitive2D : ::com::sun::star::uno::XInterface
/** Retrieve bound rect of primitive
This method calculates the actual bound rect of the area in
<em>world coordinates<em>. Note that for view-dependent primitives,
<em>world coordinates<
/
em>. Note that for view-dependent primitives,
the necessary pixel adjustments are taken into account. For that reason
the ViewParameters need to be given.
...
...
offapi/com/sun/star/graphic/XPrimitive3D.idl
Dosyayı görüntüle @
48661084
...
...
@@ -51,7 +51,7 @@ interface XPrimitive3D : ::com::sun::star::uno::XInterface
/**
Retrieve
bound
rect
of
primitive
This
method
calculates
the
actual
bound
rect
of
the
area
in
<
em
>
world
coordinates
<
em
>.
Note
that
for
view
-
dependent
primitives
,
<
em
>
world
coordinates
<
/
em
>.
Note
that
for
view
-
dependent
primitives
,
the
necessary
pixel
adjustments
are
taken
into
account
.
For
that
reason
the
ViewParameters
need
to
be
given
.
...
...
offapi/com/sun/star/inspection/PropertyControlType.idl
Dosyayı görüntüle @
48661084
...
...
@@ -77,7 +77,8 @@ constants PropertyControlType
/** denotes a control which allows the user to enter a list of single-line strings
<p>Controls of type #StringListField exchange their values as <code>sequence< string ><code>.</p>
<p>Controls of type #StringListField exchange their values as
<code>sequence< string ></code>.</p>
*/
const short StringListField = 6;
...
...
offapi/com/sun/star/rendering/XGraphicDevice.idl
Dosyayı görüntüle @
48661084
...
...
@@ -184,27 +184,26 @@ interface XGraphicDevice : ::com::sun::star::uno::XInterface
internally
generate
optimized
parametric
polygons
,
which
can
be
used
more
directly
for
e
.
g.
texturing
operations
.
<
pre
>
Available
services
(
all
canvas
implementations
should
provide
this
minimal
set
,
though
are
free
to
add
more
; just check the
getAvailableServiceNames
()
on
the
returned
interface
):
-
Gradients
-
all
gradients
need
to
support
two
construction
parameters
,
"Colors"
being
a
`
sequence
<
Color
>
`
and
"Stops"
being
a
`
sequence
<
double
>
`.
Both
must
parameters
,
"Colors"
being
a
`
sequence
&
lt
; Color >
`
and
"Stops"
being
a
`
sequence
&
lt
; double >
`. Both must
have
the
same
length
,
and
at
least
two
elements
.
See
http
:
//
www
.
w3.org/TR/SVG11/pservers.html#GradientStops
for
the
semantics
of
gradient
stops
and
colors
.
Required
gradient
services
:
*
"LinearGradient"
-
the
gradient
varies
linearly
between
-
"LinearGradient"
-
the
gradient
varies
linearly
between
the
given
colors
.
without
coordinate
system
transformation
,
the
color
interpolation
happens
in
increasing
x
direction
,
and
is
constant
in
y
direction
.
Equivalent
to
svg
linear
gradient
http
:
//
www
.
w3.org/TR/SVG11/pservers.html#LinearGradients
*
"EllipticalGradient"
-
this
gradient
has
zeroth
color
-
"EllipticalGradient"
-
this
gradient
has
zeroth
color
index
in
the
middle
,
and
varies
linearly
between
center
and
final
color
.
The
services
takes
an
additional
parameter
named
"AspectRatio"
of
double
...
...
@@ -218,7 +217,7 @@ interface XGraphicDevice : ::com::sun::star::uno::XInterface
gradient
http://www.w3.org/TR/SVG11/pservers.html#RadialGradients
*
"RectangularGradient" - this gradient has zeroth color
-
"RectangularGradient" - this gradient has zeroth color
index in the middle, and varies linearly between center
and final color via rectangular boxes
around the center point. The services takes an additional
...
...
@@ -232,16 +231,15 @@ interface XGraphicDevice : ::com::sun::star::uno::XInterface
-
Hatch
patterns
-
Required
hatch
services
:
*
"VerticalLineHatch"
-
this
hatching
consists
of
vertical
lines
*
"OrthogonalLinesHatch"
-
this
hatching
consists
of
-
"VerticalLineHatch"
-
this
hatching
consists
of
vertical
lines
-
"OrthogonalLinesHatch"
-
this
hatching
consists
of
crossing
vertical
and
horizontal
lines
*
"ThreeCrossingLinesHatch"
-
this
hatching
consists
of
-
"ThreeCrossingLinesHatch"
-
this
hatching
consists
of
vertical
and
horizontal
lines
plus
diagonal
lines
from
left
,
top
to
bottom
,
right
.
*
"FourCrossingLinesHatch"
-
this
hatching
consists
of
-
"FourCrossingLinesHatch"
-
this
hatching
consists
of
vertical
and
horizontal
lines
plus
diagonal
lines
in
both
directions
.
</
pre
>
*/
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
getParametricPolyPolygonFactory
()
;
...
...
offapi/com/sun/star/sdb/RowSet.idl
Dosyayı görüntüle @
48661084
...
...
@@ -160,7 +160,7 @@ published interface XParametersSupplier;
<code>relative</code>, <code>previous</code>, <code>beforeFirst</code>, <code>afterLast</code></dt>
<dd>will let the deleted row vanish from the result set. As a consequence, the #RowCount
will decrease when you do such a move operation after deleting a row.<br/>
A special case to note is the <code>next<code> call: When you delete row, say,
A special case to note is the <code>next<
/
code> call: When you delete row, say,
<code>15</code>, followed by <code>next</code>, then your RowSet afterwards
still is on row 15, since the deleted row vanished with the move operation.</dd>
...
...
offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
Dosyayı görüntüle @
48661084
...
...
@@ -67,7 +67,7 @@ service ModuleWindowStateConfiguration
floating
size
in
pixel
of
the
window
.
</li>
<
li
>
<
b
>
Style
</
b
>
<
br
>
a
long
which
specifies
the
style
of
the
window
.
A
toolbar
support
the
following
values
:
0
=
icons
,
1
=
text
,
2
=
text
+
icons
.
</li>
<
li
>
<
b
>
UIName
</
b
r
>
<
br
>
a
localized
string
which
specifies
the
default
window
title
.
</li>
<
li
>
<
b
>
UIName
</
b
>
<
br
>
a
localized
string
which
specifies
the
default
window
title
.
</li>
</
ul
>
The
key
to
a
user
interface
element
is
the
resource
URL
which
has
the
following
syntax
"private:resource/$type/$name"
.
For
example
"private:resource/toolbar/standardbar"
...
...
offapi/com/sun/star/ui/XUIConfigurationManager.idl
Dosyayı görüntüle @
48661084
...
...
@@ -71,9 +71,9 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
com
::
sun
::
star
::
beans
::
PropertyValue
entries
are
defined
inside
the
sequence
for
every
user
interface
element
.
<
ul
>
<
li
>
<
b
>
ResourceURL
<
b
/
>
specifies
the
unique
resource
URL
for
<
li
>
<
b
>
ResourceURL
<
/
b
>
specifies
the
unique
resource
URL
for
the
user
interface
element
.
</li>
<
li
>
<
b
>
UIName
<
b
/
>
specifies
the
user
interface
name
for
the
<
li
>
<
b
>
UIName
<
/
b
>
specifies
the
user
interface
name
for
the
user
interface
element
.
Not
all
user
interface
elements
have
set
UIName
.
At
least
menubars
do
not
.
</li>
</
ul
>
...
...
offapi/com/sun/star/xforms/XFormsUIHelper1.idl
Dosyayı görüntüle @
48661084
...
...
@@ -38,7 +38,7 @@ module com { module sun { module star { module xforms {
/**
provide
several
helper
methods
for
the
UI
<
b
>
This
interfaces
is
for
UI
use
only
,
and
will
likely
be
unsupported
in
future
versions
.
</p>
future
versions
.
</
b></
p>
*/
interface
XFormsUIHelper1
{
...
...
udkapi/com/sun/star/io/UnexpectedEOFException.idl
Dosyayı görüntüle @
48661084
...
...
@@ -25,7 +25,7 @@
module
com
{
module
sun
{
module
star
{
module
io
{
/**
is
thrown
when
the
<
code
>
EOF
/
code
>
is
reached
during
reading
a
datatype
/**
is
thrown
when
the
<
code
>
EOF
<
/
code
>
is
reached
during
reading
a
datatype
(
<
code
>
long
</
code
>
,
<
code
>
string
</
code
>
,
etc
.
).
*/
published
exception
UnexpectedEOFException
:
com
::
sun
::
star
::
io
::
IOException
...
...
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