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
e14a251c
Kaydet (Commit)
e14a251c
authored
Mar 29, 2013
tarafından
Noel Power
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
squash NoSuchElementExceptions when modifying keybindings
Change-Id: I37882845660929e0001a834b6685a4087dfb465f
üst
3ffd8618
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
vbaapplication.cxx
sc/source/ui/vba/vbaapplication.cxx
+15
-0
vbaapplication.hxx
sc/source/ui/vba/vbaapplication.hxx
+1
-1
No files found.
sc/source/ui/vba/vbaapplication.cxx
Dosyayı görüntüle @
e14a251c
...
@@ -1295,6 +1295,21 @@ ScVbaApplication::MenuBars( const uno::Any& aIndex ) throw (uno::RuntimeExceptio
...
@@ -1295,6 +1295,21 @@ ScVbaApplication::MenuBars( const uno::Any& aIndex ) throw (uno::RuntimeExceptio
return
uno
::
Any
(
xMenuBars
);
return
uno
::
Any
(
xMenuBars
);
}
}
void
SAL_CALL
ScVbaApplication
::
OnKey
(
const
::
rtl
::
OUString
&
Key
,
const
uno
::
Any
&
Procedure
)
throw
(
uno
::
RuntimeException
)
{
try
{
// Perhaps we can catch some excel specific
// related behaviour here
VbaApplicationBase
::
OnKey
(
Key
,
Procedure
);
}
catch
(
container
::
NoSuchElementException
&
)
{
// #TODO special handling for unhandled
// bindings
}
}
rtl
::
OUString
rtl
::
OUString
ScVbaApplication
::
getServiceImplName
()
ScVbaApplication
::
getServiceImplName
()
{
{
...
...
sc/source/ui/vba/vbaapplication.hxx
Dosyayı görüntüle @
e14a251c
...
@@ -96,7 +96,7 @@ public:
...
@@ -96,7 +96,7 @@ public:
virtual
void
SAL_CALL
setStatusBar
(
const
css
::
uno
::
Any
&
_statusbar
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setStatusBar
(
const
css
::
uno
::
Any
&
_statusbar
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
::
sal_Int32
SAL_CALL
getCursor
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
::
sal_Int32
SAL_CALL
getCursor
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setCursor
(
::
sal_Int32
_cursor
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setCursor
(
::
sal_Int32
_cursor
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
OnKey
(
const
::
rtl
::
OUString
&
Key
,
const
css
::
uno
::
Any
&
Procedure
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Bool
SAL_CALL
getEnableEvents
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Bool
SAL_CALL
getEnableEvents
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setEnableEvents
(
sal_Bool
bEnable
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setEnableEvents
(
sal_Bool
bEnable
)
throw
(
css
::
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