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
8c29f37b
Kaydet (Commit)
8c29f37b
authored
Eyl 03, 2010
tarafından
Kurt Zenker
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS fs33a
üst
cc5a3d40
58eb2da9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
UnoControlComboBoxModel.idl
offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
+6
-0
UnoControlListBoxModel.idl
offapi/com/sun/star/awt/UnoControlListBoxModel.idl
+11
-0
No files found.
offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
Dosyayı görüntüle @
8c29f37b
...
...
@@ -39,6 +39,7 @@
#
include
<
com
/
sun
/
star
/
util
/
Color
.
idl>
#
endif
#
include
<
com
/
sun
/
star
/
awt
/
XItemList
.
idl>
//=============================================================================
...
...
@@ -225,6 +226,11 @@ published service UnoControlComboBoxModel
this is possible.</p>
*/
[optional, property] short MouseWheelBehavior;
/** allows mmanipulating the list of items in the combo box more fine-grained than the
<member>StringItemList</member> property.
*/
[optional] interface XItemList;
};
//=============================================================================
...
...
offapi/com/sun/star/awt/UnoControlListBoxModel.idl
Dosyayı görüntüle @
8c29f37b
...
...
@@ -213,8 +213,19 @@ published service UnoControlListBoxModel
/**
allows
mmanipulating
the
list
of
items
in
the
list
box
more
fine
-
grained
than
the
<
member
>
StringItemList
</
member
>
property
.
@
since
OOo
3.3
*/
[
optional
]
interface
XItemList
;
/**
specifies
where
an
item
separator
-
a
horizontal
line
-
is
drawn
.
<
p
>
If
this
is
not
<
NULL
/
>
,
then
a
horizontal
line
will
be
drawn
between
the
item
at
the
given
position
,
and
the
following
item
.
</p>
@
since
OOo
3.3
*/
[
optional
,
property
,
maybevoid
]
short
ItemSeparatorPos
;
}
;
//=============================================================================
...
...
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