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
43d7f4e3
Kaydet (Commit)
43d7f4e3
authored
Şub 24, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
offapi: document the 4 new properties which are no longer read-only
Change-Id: Ia2844af91159bf4a512fcb70883fc6a1eddfce35
üst
7b9aa420
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
Shape.idl
offapi/com/sun/star/drawing/Shape.idl
+30
-0
No files found.
offapi/com/sun/star/drawing/Shape.idl
Dosyayı görüntüle @
43d7f4e3
...
...
@@ -164,6 +164,36 @@ published service Shape
first
moved
out
from
this
grab
bag
to
a
separate
property
.
</p>
*/
[
optional
,
property
]
sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
InteropGrabBag
;
/**
contains
the
relative
height
of
the
object
.
<
p
>
It
is
only
valid
if
it
is
greater
than
zero
.
</p>
@
since
LibreOffice
4.3
*/
[
optional
,
property
]
short
RelativeHeight
;
/**
contains
the
relative
width
of
the
object
.
<
p
>
It
is
only
valid
if
it
is
greater
than
zero
.
</
p
>
@
since
LibreOffice
4.3
*/
[
optional
,
property
]
short
RelativeWidth
;
/**
contains
the
relation
of
the
relative
height
of
the
object
.
<
p
>
It
is
only
valid
if
RelativeHeight
is
greater
than
zero
.
</p>
@
see
com
::
sun
::
star
::
text
::
RelOrientation
@
since
LibreOffice
4.3
*/
[
optional
,
property
]
short
RelativeHeightRelation
;
/**
contains
the
relation
of
the
relative
width
of
the
object
.
<
p
>
It
is
only
valid
if
RelativeWidth
is
greater
than
zero
.
</p>
@
see
com
::
sun
::
star
::
text
::
RelOrientation
@
since
LibreOffice
4.3
*/
[
optional
,
property
]
short
RelativeWidthRelation
;
}
;
...
...
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