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
1062aaf0
Kaydet (Commit)
1062aaf0
authored
Mar 30, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1194922 Overflowed return value
Change-Id: Id00dc5b37685ac81125e5ed075680c4dab2426c9
üst
85ed65f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
res_BarGeometry.cxx
chart2/source/controller/dialogs/res_BarGeometry.cxx
+3
-3
res_BarGeometry.hxx
chart2/source/controller/dialogs/res_BarGeometry.hxx
+3
-3
No files found.
chart2/source/controller/dialogs/res_BarGeometry.cxx
Dosyayı görüntüle @
1062aaf0
...
...
@@ -44,17 +44,17 @@ void BarGeometryResources::Enable( bool bEnable )
m_pLB_Geometry
->
Enable
(
bEnable
);
}
sal_
uInt16
BarGeometryResources
::
GetSelectEntryCount
()
const
sal_
Int32
BarGeometryResources
::
GetSelectEntryCount
()
const
{
return
m_pLB_Geometry
->
GetSelectEntryCount
();
}
sal_
uInt16
BarGeometryResources
::
GetSelectEntryPos
()
const
sal_
Int32
BarGeometryResources
::
GetSelectEntryPos
()
const
{
return
m_pLB_Geometry
->
GetSelectEntryPos
();
}
void
BarGeometryResources
::
SelectEntryPos
(
sal_uInt16
nPos
)
void
BarGeometryResources
::
SelectEntryPos
(
sal_Int32
nPos
)
{
if
(
nPos
<
m_pLB_Geometry
->
GetEntryCount
()
)
m_pLB_Geometry
->
SelectEntryPos
(
nPos
);
...
...
chart2/source/controller/dialogs/res_BarGeometry.hxx
Dosyayı görüntüle @
1062aaf0
...
...
@@ -34,9 +34,9 @@ public:
void
Show
(
bool
bShow
);
void
Enable
(
bool
bEnable
);
sal_
uInt16
GetSelectEntryCount
()
const
;
sal_
uInt16
GetSelectEntryPos
()
const
;
void
SelectEntryPos
(
sal_uInt16
nPos
);
sal_
Int32
GetSelectEntryCount
()
const
;
sal_
Int32
GetSelectEntryPos
()
const
;
void
SelectEntryPos
(
sal_Int32
nPos
);
void
SetSelectHdl
(
const
Link
&
rLink
);
...
...
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