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
ebaa9958
Kaydet (Commit)
ebaa9958
authored
Ock 31, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1267687 Uncaught exception
Change-Id: If7af42b345c876d29d750a29c1a406e862788b06
üst
decd6101
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
acceleratorconfiguration.cxx
framework/source/accelerators/acceleratorconfiguration.cxx
+3
-2
acceleratorconfiguration.hxx
...work/source/inc/accelerators/acceleratorconfiguration.hxx
+2
-2
XAcceleratorConfiguration.idl
offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
+2
-1
No files found.
framework/source/accelerators/acceleratorconfiguration.cxx
Dosyayı görüntüle @
ebaa9958
...
...
@@ -568,8 +568,9 @@ OUString SAL_CALL XCUBasedAcceleratorConfiguration::getCommandByKeyEvent(const c
void
SAL_CALL
XCUBasedAcceleratorConfiguration
::
setKeyEvent
(
const
css
::
awt
::
KeyEvent
&
aKeyEvent
,
const
OUString
&
sCommand
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
container
::
NoSuchElementException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
SAL_INFO
(
"fwk.accelerators"
,
"XCUBasedAcceleratorConfiguration::setKeyEvent"
);
...
...
framework/source/inc/accelerators/acceleratorconfiguration.hxx
Dosyayı görüntüle @
ebaa9958
...
...
@@ -310,8 +310,8 @@ class XCUBasedAcceleratorConfiguration : public ::cppu::WeakImplHelper4<
virtual
void
SAL_CALL
setKeyEvent
(
const
css
::
awt
::
KeyEvent
&
aKeyEvent
,
const
OUString
&
sCommand
)
throw
(
css
::
lang
::
IllegalArgu
mentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
container
::
NoSuchEle
mentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
removeKeyEvent
(
const
css
::
awt
::
KeyEvent
&
aKeyEvent
)
throw
(
css
::
container
::
NoSuchElementException
,
...
...
offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
Dosyayı görüntüle @
ebaa9958
...
...
@@ -134,7 +134,8 @@ interface XAcceleratorConfiguration
*/
void
setKeyEvent
(
[
in
]
com
::
sun
::
star
::
awt
::
KeyEvent
aKeyEvent
,
[
in
]
string
sCommand
)
raises
(
com
::
sun
::
star
::
lang
::
IllegalArgumentException
)
;
raises
(
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
com
::
sun
::
star
::
container
::
NoSuchElementException
)
;
/**
remove
a
key
-
command
-
binding
from
this
configuration
set
.
...
...
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