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
8d57c90b
Kaydet (Commit)
8d57c90b
authored
Agu 29, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: unused function 'isGL3DDiagram'
Change-Id: I0af5bf5e7d36036b3f0c98d01c8549c2b8e1aa1f
üst
35e260c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
35 deletions
+0
-35
tabvwsh4.cxx
sc/source/ui/view/tabvwsh4.cxx
+0
-35
No files found.
sc/source/ui/view/tabvwsh4.cxx
Dosyayı görüntüle @
8d57c90b
...
@@ -536,41 +536,6 @@ void ScTabViewShell::DoReadUserDataSequence( const uno::Sequence < beans::Proper
...
@@ -536,41 +536,6 @@ void ScTabViewShell::DoReadUserDataSequence( const uno::Sequence < beans::Proper
//! if ViewData has more tables than document, remove tables in ViewData
//! if ViewData has more tables than document, remove tables in ViewData
}
}
namespace
{
bool
isGL3DDiagram
(
const
css
::
uno
::
Reference
<
css
::
chart2
::
XDiagram
>&
xDiagram
)
{
uno
::
Reference
<
chart2
::
XCoordinateSystemContainer
>
xCooSysContainer
(
xDiagram
,
uno
::
UNO_QUERY
);
if
(
!
xCooSysContainer
.
is
())
return
false
;
uno
::
Sequence
<
uno
::
Reference
<
chart2
::
XCoordinateSystem
>
>
aCooSysList
=
xCooSysContainer
->
getCoordinateSystems
();
for
(
sal_Int32
nCS
=
0
;
nCS
<
aCooSysList
.
getLength
();
++
nCS
)
{
uno
::
Reference
<
chart2
::
XCoordinateSystem
>
xCooSys
=
aCooSysList
[
nCS
];
//iterate through all chart types in the current coordinate system
uno
::
Reference
<
chart2
::
XChartTypeContainer
>
xChartTypeContainer
(
xCooSys
,
uno
::
UNO_QUERY
);
OSL_ASSERT
(
xChartTypeContainer
.
is
());
if
(
!
xChartTypeContainer
.
is
()
)
continue
;
uno
::
Sequence
<
uno
::
Reference
<
chart2
::
XChartType
>
>
aChartTypeList
=
xChartTypeContainer
->
getChartTypes
();
for
(
sal_Int32
nT
=
0
;
nT
<
aChartTypeList
.
getLength
();
++
nT
)
{
uno
::
Reference
<
chart2
::
XChartType
>
xChartType
=
aChartTypeList
[
nT
];
OUString
aChartType
=
xChartType
->
getChartType
();
if
(
aChartType
==
"com.sun.star.chart2.GL3DBarChartType"
)
return
true
;
}
}
return
false
;
}
}
// DoReadUserData is also called from ctor when switching from print preview
// DoReadUserData is also called from ctor when switching from print preview
void
ScTabViewShell
::
DoReadUserData
(
const
OUString
&
rData
)
void
ScTabViewShell
::
DoReadUserData
(
const
OUString
&
rData
)
...
...
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