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
34e5e9c6
Kaydet (Commit)
34e5e9c6
authored
Haz 06, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#46808, Convert awt::grid::DefaultGridColumnModel to new style
Change-Id: Id1b63847e21954c689dfa3c549713dbf5b1858c3
üst
670e2329
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
UnoApi_offapi.mk
offapi/UnoApi_offapi.mk
+1
-1
DefaultGridColumnModel.idl
offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
+1
-4
gridcontrol.cxx
toolkit/source/controls/grid/gridcontrol.cxx
+2
-2
No files found.
offapi/UnoApi_offapi.mk
Dosyayı görüntüle @
34e5e9c6
...
@@ -64,6 +64,7 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt,\
...
@@ -64,6 +64,7 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt,\
UnoControlDialogModelProvider \
UnoControlDialogModelProvider \
))
))
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt/grid,\
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt/grid,\
DefaultGridColumnModel \
DefaultGridDataModel \
DefaultGridDataModel \
SortableGridDataModel \
SortableGridDataModel \
))
))
...
@@ -579,7 +580,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt,\
...
@@ -579,7 +580,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt,\
UnoControlTimeFieldModel \
UnoControlTimeFieldModel \
))
))
$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt/grid,\
$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt/grid,\
DefaultGridColumnModel \
GridColumn \
GridColumn \
UnoControlGrid \
UnoControlGrid \
UnoControlGridModel \
UnoControlGridModel \
...
...
offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
Dosyayı görüntüle @
34e5e9c6
...
@@ -28,10 +28,7 @@
...
@@ -28,10 +28,7 @@
/**
If
you
do
not
want
to
implement
the
XGridColumnModel
yourself
,
use
this
service
.
/**
If
you
do
not
want
to
implement
the
XGridColumnModel
yourself
,
use
this
service
.
@
since
OOo
3.3
@
since
OOo
3.3
*/
*/
service
DefaultGridColumnModel
service
DefaultGridColumnModel
:
com
::
sun
::
star
::
awt
::
grid
::
XGridColumnModel
;
{
interface
com
::
sun
::
star
::
awt
::
grid
::
XGridColumnModel
;
}
;
}
; }; }; };};
}
; }; }; };};
...
...
toolkit/source/controls/grid/gridcontrol.cxx
Dosyayı görüntüle @
34e5e9c6
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
#include <com/sun/star/awt/grid/XMutableGridDataModel.hpp>
#include <com/sun/star/awt/grid/XMutableGridDataModel.hpp>
#include <com/sun/star/awt/grid/DefaultGridDataModel.hpp>
#include <com/sun/star/awt/grid/DefaultGridDataModel.hpp>
#include <com/sun/star/awt/grid/SortableGridDataModel.hpp>
#include <com/sun/star/awt/grid/SortableGridDataModel.hpp>
#include <com/sun/star/awt/grid/
X
GridColumnModel.hpp>
#include <com/sun/star/awt/grid/
Default
GridColumnModel.hpp>
#include <toolkit/helper/unopropertyarrayhelper.hxx>
#include <toolkit/helper/unopropertyarrayhelper.hxx>
#include <toolkit/helper/property.hxx>
#include <toolkit/helper/property.hxx>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
...
@@ -61,7 +61,7 @@ namespace
...
@@ -61,7 +61,7 @@ namespace
Reference
<
XGridColumnModel
>
lcl_getDefaultColumnModel_throw
(
const
Reference
<
XComponentContext
>
&
i_context
)
Reference
<
XGridColumnModel
>
lcl_getDefaultColumnModel_throw
(
const
Reference
<
XComponentContext
>
&
i_context
)
{
{
Reference
<
XGridColumnModel
>
const
xColumnModel
(
i_context
->
getServiceManager
()
->
createInstanceWithContext
(
"com.sun.star.awt.grid.DefaultGridColumnModel"
,
i_context
),
UNO_QUERY_THROW
);
Reference
<
XGridColumnModel
>
const
xColumnModel
=
DefaultGridColumnModel
::
create
(
i_context
);
return
xColumnModel
;
return
xColumnModel
;
}
}
}
}
...
...
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