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
33927ae1
Kaydet (Commit)
33927ae1
authored
Eyl 02, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707022 Uncaught exception
Change-Id: I0585582f485399d1c21492738d26f3ef3dc9af2a
üst
d375986d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
XRange.idl
oovbaapi/ooo/vba/excel/XRange.idl
+4
-1
vbarange.cxx
sc/source/ui/vba/vbarange.cxx
+1
-1
vbarange.hxx
sc/source/ui/vba/vbarange.hxx
+1
-1
No files found.
oovbaapi/ooo/vba/excel/XRange.idl
Dosyayı görüntüle @
33927ae1
...
...
@@ -78,7 +78,10 @@ interface XRange
[
attribute
]
any
PageBreak
;
[
attribute
,
readonly
]
XValidation
Validation
;
[
attribute
,
readonly
]
any
PrefixCharacter
;
[
attribute
]
any
Style
;
[
attribute
]
any
Style
{
get
raises
(
com
::
sun
::
star
::
script
::
BasicErrorException
)
;
}
;
[
attribute
]
any
AddIndent
;
[
attribute
]
any
ShowDetail
;
...
...
sc/source/ui/vba/vbarange.cxx
Dosyayı görüntüle @
33927ae1
...
...
@@ -5257,7 +5257,7 @@ ScVbaRange::UnMerge( ) throw (script::BasicErrorException, uno::RuntimeExceptio
}
uno::Any SAL_CALL
ScVbaRange::getStyle() throw (uno::RuntimeException, std::exception)
ScVbaRange::getStyle() throw (
css::script::BasicErrorException,
uno::RuntimeException, std::exception)
{
if ( m_Areas->getCount() > 1 )
{
...
...
sc/source/ui/vba/vbarange.hxx
Dosyayı görüntüle @
33927ae1
...
...
@@ -258,7 +258,7 @@ public:
virtual
void
SAL_CALL
Group
(
)
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
Merge
(
const
css
::
uno
::
Any
&
Across
)
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
UnMerge
(
)
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Any
SAL_CALL
getStyle
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Any
SAL_CALL
getStyle
()
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
setStyle
(
const
css
::
uno
::
Any
&
_style
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Reference
<
ov
::
excel
::
XRange
>
SAL_CALL
Next
()
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Reference
<
ov
::
excel
::
XRange
>
SAL_CALL
Previous
()
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
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