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
decd6101
Kaydet (Commit)
decd6101
authored
Ock 31, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1267685 Uncaught exception
Change-Id: Ia4728352f86a8c1ac2007918708430b5221ea9fe
üst
e8870af6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
acceleratorconfiguration.cxx
framework/source/accelerators/acceleratorconfiguration.cxx
+2
-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 @
decd6101
...
@@ -737,8 +737,8 @@ AcceleratorCache::TKeyList::const_iterator lcl_getPreferredKey(const Accelerator
...
@@ -737,8 +737,8 @@ AcceleratorCache::TKeyList::const_iterator lcl_getPreferredKey(const Accelerator
}
}
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
SAL_CALL
XCUBasedAcceleratorConfiguration
::
getPreferredKeyEventsForCommandList
(
const
css
::
uno
::
Sequence
<
OUString
>&
lCommandList
)
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
SAL_CALL
XCUBasedAcceleratorConfiguration
::
getPreferredKeyEventsForCommandList
(
const
css
::
uno
::
Sequence
<
OUString
>&
lCommandList
)
throw
(
css
::
lang
::
IllegalArgumentException
,
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
container
::
NoSuchElementException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
SolarMutexGuard
g
;
SolarMutexGuard
g
;
...
...
framework/source/inc/accelerators/acceleratorconfiguration.hxx
Dosyayı görüntüle @
decd6101
...
@@ -323,8 +323,8 @@ class XCUBasedAcceleratorConfiguration : public ::cppu::WeakImplHelper4<
...
@@ -323,8 +323,8 @@ class XCUBasedAcceleratorConfiguration : public ::cppu::WeakImplHelper4<
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
SAL_CALL
getPreferredKeyEventsForCommandList
(
const
css
::
uno
::
Sequence
<
OUString
>&
lCommandList
)
virtual
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
SAL_CALL
getPreferredKeyEventsForCommandList
(
const
css
::
uno
::
Sequence
<
OUString
>&
lCommandList
)
throw
(
css
::
lang
::
IllegalArgumentException
,
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
container
::
NoSuchElementException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
removeCommandFromAllKeyEvents
(
const
OUString
&
sCommand
)
virtual
void
SAL_CALL
removeCommandFromAllKeyEvents
(
const
OUString
&
sCommand
)
throw
(
css
::
lang
::
IllegalArgumentException
,
throw
(
css
::
lang
::
IllegalArgumentException
,
...
...
offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
Dosyayı görüntüle @
decd6101
...
@@ -212,7 +212,8 @@ interface XAcceleratorConfiguration
...
@@ -212,7 +212,8 @@ interface XAcceleratorConfiguration
because every URL schema can be used here.
because every URL schema can be used here.
*/
*/
sequence< any > getPreferredKeyEventsForCommandList( [in] sequence< string > lCommandList )
sequence< any > getPreferredKeyEventsForCommandList( [in] sequence< string > lCommandList )
raises(com::sun::star::lang::IllegalArgumentException);
raises(com::sun::star::lang::IllegalArgumentException,
com::sun::star::container::NoSuchElementException);
/** search for an key-command-binding inside this configuration set,
/** search for an key-command-binding inside this configuration set,
where the specified command is used.
where the specified command is used.
...
...
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