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
7c17cb0a
Kaydet (Commit)
7c17cb0a
authored
Haz 28, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use initializer-lists
Change-Id: I801bb81a7c241b40377617d8f3567e62b79e3976
üst
1ad4751b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
17 deletions
+4
-17
unochart.cxx
sw/source/core/unocore/unochart.cxx
+4
-17
No files found.
sw/source/core/unocore/unochart.cxx
Dosyayı görüntüle @
7c17cb0a
...
@@ -1492,10 +1492,7 @@ sal_Bool SAL_CALL SwChartDataProvider::supportsService(const OUString& rServiceN
...
@@ -1492,10 +1492,7 @@ sal_Bool SAL_CALL SwChartDataProvider::supportsService(const OUString& rServiceN
uno
::
Sequence
<
OUString
>
SAL_CALL
SwChartDataProvider
::
getSupportedServiceNames
(
)
uno
::
Sequence
<
OUString
>
SAL_CALL
SwChartDataProvider
::
getSupportedServiceNames
(
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
SolarMutexGuard
aGuard
;
return
{
"com.sun.star.chart2.data.DataProvider"
};
uno
::
Sequence
<
OUString
>
aRes
(
1
);
aRes
.
getArray
()[
0
]
=
"com.sun.star.chart2.data.DataProvider"
;
return
aRes
;
}
}
void
SwChartDataProvider
::
Modify
(
const
SfxPoolItem
*
pOld
,
const
SfxPoolItem
*
pNew
)
void
SwChartDataProvider
::
Modify
(
const
SfxPoolItem
*
pOld
,
const
SfxPoolItem
*
pNew
)
...
@@ -1880,10 +1877,7 @@ sal_Bool SAL_CALL SwChartDataSource::supportsService(const OUString& rServiceNam
...
@@ -1880,10 +1877,7 @@ sal_Bool SAL_CALL SwChartDataSource::supportsService(const OUString& rServiceNam
uno
::
Sequence
<
OUString
>
SAL_CALL
SwChartDataSource
::
getSupportedServiceNames
(
)
uno
::
Sequence
<
OUString
>
SAL_CALL
SwChartDataSource
::
getSupportedServiceNames
(
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
SolarMutexGuard
aGuard
;
return
{
"com.sun.star.chart2.data.DataSource"
};
uno
::
Sequence
<
OUString
>
aRes
(
1
);
aRes
.
getArray
()[
0
]
=
"com.sun.star.chart2.data.DataSource"
;
return
aRes
;
}
}
SwChartDataSequence
::
SwChartDataSequence
(
SwChartDataSequence
::
SwChartDataSequence
(
...
@@ -2301,10 +2295,7 @@ sal_Bool SAL_CALL SwChartDataSequence::supportsService(const OUString& rServiceN
...
@@ -2301,10 +2295,7 @@ sal_Bool SAL_CALL SwChartDataSequence::supportsService(const OUString& rServiceN
uno
::
Sequence
<
OUString
>
SAL_CALL
SwChartDataSequence
::
getSupportedServiceNames
(
)
uno
::
Sequence
<
OUString
>
SAL_CALL
SwChartDataSequence
::
getSupportedServiceNames
(
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
SolarMutexGuard
aGuard
;
return
{
"com.sun.star.chart2.data.DataSequence"
};
uno
::
Sequence
<
OUString
>
aRes
(
1
);
aRes
.
getArray
()[
0
]
=
"com.sun.star.chart2.data.DataSequence"
;
return
aRes
;
}
}
void
SwChartDataSequence
::
Modify
(
const
SfxPoolItem
*
pOld
,
const
SfxPoolItem
*
pNew
)
void
SwChartDataSequence
::
Modify
(
const
SfxPoolItem
*
pOld
,
const
SfxPoolItem
*
pNew
)
...
@@ -2798,11 +2789,7 @@ sal_Bool SAL_CALL SwChartLabeledDataSequence::supportsService(
...
@@ -2798,11 +2789,7 @@ sal_Bool SAL_CALL SwChartLabeledDataSequence::supportsService(
uno
::
Sequence
<
OUString
>
SAL_CALL
SwChartLabeledDataSequence
::
getSupportedServiceNames
(
)
uno
::
Sequence
<
OUString
>
SAL_CALL
SwChartLabeledDataSequence
::
getSupportedServiceNames
(
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
SolarMutexGuard
aGuard
;
return
{
"com.sun.star.chart2.data.LabeledDataSequence"
};
uno
::
Sequence
<
OUString
>
aRes
(
1
);
aRes
.
getArray
()[
0
]
=
"com.sun.star.chart2.data.LabeledDataSequence"
;
return
aRes
;
}
}
void
SAL_CALL
SwChartLabeledDataSequence
::
disposing
(
void
SAL_CALL
SwChartLabeledDataSequence
::
disposing
(
...
...
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