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
69d62202
Kaydet (Commit)
69d62202
authored
Nis 23, 2010
tarafından
Mihaela Kedikova
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gridcontrol_03:bug fix for #i111107#, added update methods to xgriddatamodel
üst
9fb61939
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
XGridDataModel.idl
offapi/com/sun/star/awt/grid/XGridDataModel.idl
+20
-0
No files found.
offapi/com/sun/star/awt/grid/XGridDataModel.idl
Dosyayı görüntüle @
69d62202
...
@@ -89,6 +89,26 @@ interface XGridDataModel: ::com::sun::star::lang::XComponent
...
@@ -89,6 +89,26 @@ interface XGridDataModel: ::com::sun::star::lang::XComponent
*/
*/
void
removeAll
()
;
void
removeAll
()
;
/**
Updates
the
content
of
a
given
cell
.
@
param
row
the
row
index
@
param
column
the
column
index
@
param
value
the
new
value
of
the
cell
.
*/
void
updateCell
(
[
in
]
long
row
,
[
in
]
long
column
,
[
in
]
any
value
)
;
/**
Updates
the
content
of
a
given
row
.
@
param
row
the
row
index
@
param
columns
column
indexes
of
the
cells
,
which
should
be
updated
@
param
value
the
new
values
of
the
cells
.
*/
void
updateRow
(
[
in
]
long
row
,
[
in
]
sequence
<
long
>
columns
,
[
in
]
sequence
<
any
>
values
)
;
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
/**
Adds
a
listener
for
the
<
type
>
GridDataEvent
</
type
>
posted
after
the
grid
changes
.
/**
Adds
a
listener
for
the
<
type
>
GridDataEvent
</
type
>
posted
after
the
grid
changes
.
...
...
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