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
a532e2bb
Kaydet (Commit)
a532e2bb
authored
Haz 26, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove these pesky ::com::sun::star ....
Change-Id: I5c8e1418cc7e01426b67233e48289497a92868d3
üst
94c56f6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
+8
-12
DataBrowserModel.cxx
chart2/source/controller/dialogs/DataBrowserModel.cxx
+8
-12
No files found.
chart2/source/controller/dialogs/DataBrowserModel.cxx
Dosyayı görüntüle @
a532e2bb
...
@@ -222,25 +222,21 @@ bool lcl_ShowCategoriesAsDataLabel( const Reference< chart2::XDiagram > & xDiagr
...
@@ -222,25 +222,21 @@ bool lcl_ShowCategoriesAsDataLabel( const Reference< chart2::XDiagram > & xDiagr
struct
DataBrowserModel
::
tDataColumn
struct
DataBrowserModel
::
tDataColumn
{
{
::
com
::
sun
::
star
::
uno
::
Reference
<
uno
::
Reference
<
chart2
::
XDataSeries
>
m_xDataSeries
;
::
com
::
sun
::
star
::
chart2
::
XDataSeries
>
m_xDataSeries
;
sal_Int32
m_nIndexInDataSeries
;
sal_Int32
m_nIndexInDataSeries
;
OUString
m_aUIRoleName
;
OUString
m_aUIRoleName
;
uno
::
Reference
<
chart2
::
data
::
XLabeledDataSequence
>
m_xLabeledDataSequence
;
::
com
::
sun
::
star
::
uno
::
Reference
<
eCellType
m_eCellType
;
::
com
::
sun
::
star
::
chart2
::
data
::
XLabeledDataSequence
>
m_xLabeledDataSequence
;
sal_Int32
m_nNumberFormatKey
;
eCellType
m_eCellType
;
sal_Int32
m_nNumberFormatKey
;
// default CTOR
// default CTOR
tDataColumn
()
:
m_nIndexInDataSeries
(
-
1
),
m_eCellType
(
TEXT
),
m_nNumberFormatKey
(
0
)
{}
tDataColumn
()
:
m_nIndexInDataSeries
(
-
1
),
m_eCellType
(
TEXT
),
m_nNumberFormatKey
(
0
)
{}
// "full" CTOR
// "full" CTOR
tDataColumn
(
tDataColumn
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
const
uno
::
Reference
<
chart2
::
XDataSeries
>
&
xDataSeries
,
::
com
::
sun
::
star
::
chart2
::
XDataSeries
>
&
xDataSeries
,
sal_Int32
nIndexInDataSeries
,
sal_Int32
nIndexInDataSeries
,
const
OUString
&
aUIRoleName
,
const
OUString
&
aUIRoleName
,
::
com
::
sun
::
star
::
uno
::
Reference
<
const
uno
::
Reference
<
chart2
::
data
::
XLabeledDataSequence
>&
xLabeledDataSequence
,
::
com
::
sun
::
star
::
chart2
::
data
::
XLabeledDataSequence
>
xLabeledDataSequence
,
eCellType
aCellType
,
eCellType
aCellType
,
sal_Int32
nNumberFormatKey
)
:
sal_Int32
nNumberFormatKey
)
:
m_xDataSeries
(
xDataSeries
),
m_xDataSeries
(
xDataSeries
),
...
...
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