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
3c3a53b3
Kaydet (Commit)
3c3a53b3
authored
Ock 31, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1267693 Uncaught exception
Change-Id: Id6ed00e9c23cf0cd48ead203e772450680687762
üst
f08169c7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
AccessibleEditableTextPara.cxx
editeng/source/accessibility/AccessibleEditableTextPara.cxx
+2
-1
AccessibleEditableTextPara.hxx
include/editeng/AccessibleEditableTextPara.hxx
+1
-1
XAccessibleTextAttributes.idl
.../com/sun/star/accessibility/XAccessibleTextAttributes.idl
+2
-1
No files found.
editeng/source/accessibility/AccessibleEditableTextPara.cxx
Dosyayı görüntüle @
3c3a53b3
...
...
@@ -2560,7 +2560,8 @@ namespace accessibility
uno
::
Sequence
<
beans
::
PropertyValue
>
SAL_CALL
AccessibleEditableTextPara
::
getRunAttributes
(
sal_Int32
nIndex
,
const
uno
::
Sequence
<
OUString
>&
rRequestedAttributes
)
throw
(
lang
::
IndexOutOfBoundsException
,
uno
::
RuntimeException
,
std
::
exception
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
IndexOutOfBoundsException
,
uno
::
RuntimeException
,
std
::
exception
)
{
SolarMutexGuard
aGuard
;
...
...
include/editeng/AccessibleEditableTextPara.hxx
Dosyayı görüntüle @
3c3a53b3
...
...
@@ -148,7 +148,7 @@ namespace accessibility
// XAccessibleTextAttributes
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>
SAL_CALL
getDefaultAttributes
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
RequestedAttributes
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>
SAL_CALL
getRunAttributes
(
::
sal_Int32
Index
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
RequestedAttributes
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>
SAL_CALL
getRunAttributes
(
::
sal_Int32
Index
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
RequestedAttributes
)
throw
(
css
::
beans
::
UnknownPropertyException
,
css
::
lang
::
IndexOutOfBoundsException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// XAccessibleHypertext
virtual
::
sal_Int32
SAL_CALL
getHyperLinkCount
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl
Dosyayı görüntüle @
3c3a53b3
...
...
@@ -86,7 +86,8 @@ interface XAccessibleTextAttributes
sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>
getRunAttributes
(
[
in
]
long
Index
,
[
in
]
sequence
<
string
>
RequestedAttributes
)
raises
(::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
)
;
raises
(::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
)
;
}
;
...
...
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