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
2bc11eb5
Kaydet (Commit)
2bc11eb5
authored
Ock 23, 2014
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tk: Constructor feature for DefaultGridColumnModel.
Change-Id: Ia4d20eb2a3c91fbdb1dd85c37b8162c6856d0f28
üst
a9f94e57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
defaultgridcolumnmodel.cxx
toolkit/source/controls/grid/defaultgridcolumnmodel.cxx
+4
-2
No files found.
toolkit/source/controls/grid/defaultgridcolumnmodel.cxx
Dosyayı görüntüle @
2bc11eb5
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#include <com/sun/star/awt/grid/XGridColumnModel.hpp>
#include <com/sun/star/awt/grid/XGridColumnModel.hpp>
#include <com/sun/star/awt/grid/XGridColumn.hpp>
#include <com/sun/star/awt/grid/XGridColumn.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <comphelper/sequence.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/componentguard.hxx>
#include <comphelper/componentguard.hxx>
...
@@ -38,6 +39,7 @@
...
@@ -38,6 +39,7 @@
using
namespace
css
::
awt
;
using
namespace
css
::
awt
;
using
namespace
css
::
awt
::
grid
;
using
namespace
css
::
awt
::
grid
;
using
namespace
css
::
container
;
using
namespace
css
::
container
;
using
namespace
css
::
lang
;
using
namespace
css
::
uno
;
using
namespace
css
::
uno
;
using
namespace
toolkit
;
using
namespace
toolkit
;
...
@@ -108,7 +110,7 @@ private:
...
@@ -108,7 +110,7 @@ private:
++
col
++
col
)
)
{
{
Reference
<
XCloneable
>
const
xCloneable
(
*
col
,
UNO_QUERY_THROW
);
Reference
<
css
::
util
::
XCloneable
>
const
xCloneable
(
*
col
,
UNO_QUERY_THROW
);
Reference
<
XGridColumn
>
const
xClone
(
xCloneable
->
createClone
(),
UNO_QUERY_THROW
);
Reference
<
XGridColumn
>
const
xClone
(
xCloneable
->
createClone
(),
UNO_QUERY_THROW
);
GridColumn
*
const
pGridColumn
=
GridColumn
::
getImplementation
(
xClone
);
GridColumn
*
const
pGridColumn
=
GridColumn
::
getImplementation
(
xClone
);
...
@@ -390,7 +392,7 @@ private:
...
@@ -390,7 +392,7 @@ private:
}
}
//------------------------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------------------------
Reference
<
XCloneable
>
SAL_CALL
DefaultGridColumnModel
::
createClone
(
)
throw
(
RuntimeException
)
Reference
<
css
::
util
::
XCloneable
>
SAL_CALL
DefaultGridColumnModel
::
createClone
(
)
throw
(
RuntimeException
)
{
{
::
comphelper
::
ComponentGuard
aGuard
(
*
this
,
rBHelper
);
::
comphelper
::
ComponentGuard
aGuard
(
*
this
,
rBHelper
);
return
new
DefaultGridColumnModel
(
*
this
);
return
new
DefaultGridColumnModel
(
*
this
);
...
...
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