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
4b8e95bf
Kaydet (Commit)
4b8e95bf
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#706558 Uncaught exception
Change-Id: I23b4d4de0772a45b57730921ef0fd191c53c4763
üst
e671cb79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
imagemanagerimpl.cxx
framework/source/uiconfiguration/imagemanagerimpl.cxx
+1
-1
imagemanagerimpl.hxx
framework/source/uiconfiguration/imagemanagerimpl.hxx
+1
-1
No files found.
framework/source/uiconfiguration/imagemanagerimpl.cxx
Dosyayı görüntüle @
4b8e95bf
...
@@ -776,7 +776,7 @@ void ImageManagerImpl::initialize( const Sequence< Any >& aArguments )
...
@@ -776,7 +776,7 @@ void ImageManagerImpl::initialize( const Sequence< Any >& aArguments )
// XImageManagerImpl
// XImageManagerImpl
void
ImageManagerImpl
::
reset
()
void
ImageManagerImpl
::
reset
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
lang
::
IllegalAccessException
)
{
{
SolarMutexGuard
g
;
SolarMutexGuard
g
;
...
...
framework/source/uiconfiguration/imagemanagerimpl.hxx
Dosyayı görüntüle @
4b8e95bf
...
@@ -116,7 +116,7 @@ namespace framework
...
@@ -116,7 +116,7 @@ namespace framework
void
removeEventListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XEventListener
>&
aListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
void
removeEventListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XEventListener
>&
aListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// XImageManager
// XImageManager
void
reset
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
void
reset
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
css
::
lang
::
IllegalAccessException
);
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
getAllImageNames
(
::
sal_Int16
nImageType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
getAllImageNames
(
::
sal_Int16
nImageType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
bool
hasImage
(
::
sal_Int16
nImageType
,
const
OUString
&
aCommandURL
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
bool
hasImage
(
::
sal_Int16
nImageType
,
const
OUString
&
aCommandURL
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
graphic
::
XGraphic
>
>
getImages
(
::
sal_Int16
nImageType
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
aCommandURLSequence
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
graphic
::
XGraphic
>
>
getImages
(
::
sal_Int16
nImageType
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
aCommandURLSequence
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
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