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
6db415b1
Kaydet (Commit)
6db415b1
authored
Tem 06, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706504 Uncaught exception
Change-Id: I727779317672fe58c440aee76762d0a9ae28d8ca
üst
f816087a
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
+1
-1
AccessibleEditableTextPara.hxx
include/editeng/AccessibleEditableTextPara.hxx
+1
-1
XAccessibleTextAttributes.idl
.../com/sun/star/accessibility/XAccessibleTextAttributes.idl
+3
-1
No files found.
editeng/source/accessibility/AccessibleEditableTextPara.cxx
Dosyayı görüntüle @
6db415b1
...
...
@@ -2447,7 +2447,7 @@ namespace accessibility
// XAccessibleTextAttributes
uno
::
Sequence
<
beans
::
PropertyValue
>
SAL_CALL
AccessibleEditableTextPara
::
getDefaultAttributes
(
const
uno
::
Sequence
<
OUString
>&
rRequestedAttributes
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
throw
(
beans
::
UnknownPropertyException
,
uno
::
RuntimeException
,
std
::
exception
)
{
SolarMutexGuard
aGuard
;
...
...
include/editeng/AccessibleEditableTextPara.hxx
Dosyayı görüntüle @
6db415b1
...
...
@@ -147,7 +147,7 @@ namespace accessibility
virtual
sal_Bool
SAL_CALL
setText
(
const
OUString
&
sText
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// 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
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
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
;
// XAccessibleHypertext
...
...
offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl
Dosyayı görüntüle @
6db415b1
...
...
@@ -22,6 +22,7 @@
#
include
<
com
/
sun
/
star
/
lang
/
IndexOutOfBoundsException
.
idl>
#
include
<
com
/
sun
/
star
/
beans
/
PropertyValue
.
idl>
#
include
<
com
/
sun
/
star
/
beans
/
UnknownPropertyException
.
idl>
module
com
{
module
sun
{
module
star
{
module
accessibility
{
...
...
@@ -52,7 +53,8 @@ interface XAccessibleTextAttributes
object
.
*/
sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>
getDefaultAttributes
(
[
in
]
sequence
<
string
>
RequestedAttributes
)
;
getDefaultAttributes
(
[
in
]
sequence
<
string
>
RequestedAttributes
)
raises
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
)
;
/**
Get
the
run
attribute
set
for
the
specified
position
.
...
...
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