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
1311835c
Kaydet (Commit)
1311835c
authored
Ock 28, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1158306 Uncaught exception
Change-Id: I899fed4be60366d77d50940cea670c75be41856c
üst
d83befd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
vbarange.cxx
sc/source/ui/vba/vbarange.cxx
+2
-1
vbarange.hxx
sc/source/ui/vba/vbarange.hxx
+2
-1
No files found.
sc/source/ui/vba/vbarange.cxx
Dosyayı görüntüle @
1311835c
...
...
@@ -3963,7 +3963,8 @@ ScVbaRange::BorderAround( const css::uno::Any& LineStyle, const css::uno::Any& W
}
uno
::
Any
SAL_CALL
ScVbaRange
::
getRowHeight
()
throw
(
uno
::
RuntimeException
)
ScVbaRange
::
getRowHeight
()
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
sal_Int32
nLen
=
m_Areas
->
getCount
();
if
(
nLen
>
1
)
...
...
sc/source/ui/vba/vbarange.hxx
Dosyayı görüntüle @
1311835c
...
...
@@ -178,7 +178,8 @@ public:
virtual
void
SAL_CALL
setHidden
(
const
css
::
uno
::
Any
&
_hidden
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Any
SAL_CALL
getColumnWidth
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setColumnWidth
(
const
css
::
uno
::
Any
&
_columnwidth
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Any
SAL_CALL
getRowHeight
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Any
SAL_CALL
getRowHeight
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
SAL_CALL
setRowHeight
(
const
css
::
uno
::
Any
&
_rowheight
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Any
SAL_CALL
getWidth
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Any
SAL_CALL
getHeight
()
throw
(
css
::
uno
::
RuntimeException
);
...
...
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