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
06bd4e49
Kaydet (Commit)
06bd4e49
authored
Nis 23, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707312 Uncaught exception
Change-Id: I6fdd99892bda502f7cfab2acd53120834dd390c6
üst
af705c17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
unotext.hxx
sw/inc/unotext.hxx
+3
-2
unotext.cxx
sw/source/core/unocore/unotext.cxx
+2
-1
No files found.
sw/inc/unotext.hxx
Dosyayı görüntüle @
06bd4e49
...
@@ -277,8 +277,9 @@ public:
...
@@ -277,8 +277,9 @@ public:
::
com
::
sun
::
star
::
text
::
XTextRange
>&
xEnd
,
::
com
::
sun
::
star
::
text
::
XTextRange
>&
xEnd
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
xFrameProperties
)
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
xFrameProperties
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
throw
(
css
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
css
::
beans
::
UnknownPropertyException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
text
::
XTextTable
>
SAL_CALL
::
com
::
sun
::
star
::
text
::
XTextTable
>
SAL_CALL
convertToTable
(
convertToTable
(
...
...
sw/source/core/unocore/unotext.cxx
Dosyayı görüntüle @
06bd4e49
...
@@ -1528,7 +1528,8 @@ SwXText::convertToTextFrame(
...
@@ -1528,7 +1528,8 @@ SwXText::convertToTextFrame(
const
uno
::
Reference
<
text
::
XTextRange
>&
xStart
,
const
uno
::
Reference
<
text
::
XTextRange
>&
xStart
,
const
uno
::
Reference
<
text
::
XTextRange
>&
xEnd
,
const
uno
::
Reference
<
text
::
XTextRange
>&
xEnd
,
const
uno
::
Sequence
<
beans
::
PropertyValue
>&
rFrameProperties
)
const
uno
::
Sequence
<
beans
::
PropertyValue
>&
rFrameProperties
)
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
,
std
::
exception
)
throw
(
lang
::
IllegalArgumentException
,
beans
::
UnknownPropertyException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
SolarMutexGuard
aGuard
;
SolarMutexGuard
aGuard
;
...
...
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