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
8b0319bb
Kaydet (Commit)
8b0319bb
authored
Haz 27, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308460 Uncaught exception
Change-Id: Idb239c4bcfa9cd593977425555702cf746272dd2
üst
e5e37b2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gridctrl.hxx
include/svx/gridctrl.hxx
+1
-1
gridctrl.cxx
svx/source/fmcomp/gridctrl.cxx
+1
-1
No files found.
include/svx/gridctrl.hxx
Dosyayı görüntüle @
8b0319bb
...
@@ -347,7 +347,7 @@ protected:
...
@@ -347,7 +347,7 @@ protected:
*/
*/
virtual
void
PostExecuteRowContextMenu
(
sal_uInt16
nRow
,
const
PopupMenu
&
rMenu
,
sal_uInt16
nExecutionResult
);
virtual
void
PostExecuteRowContextMenu
(
sal_uInt16
nRow
,
const
PopupMenu
&
rMenu
,
sal_uInt16
nExecutionResult
);
void
DataSourcePropertyChanged
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
void
DataSourcePropertyChanged
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
void
FieldValueChanged
(
sal_uInt16
_nId
,
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
_evt
);
void
FieldValueChanged
(
sal_uInt16
_nId
,
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
_evt
);
void
FieldListenerDisposing
(
sal_uInt16
_nId
);
void
FieldListenerDisposing
(
sal_uInt16
_nId
);
...
...
svx/source/fmcomp/gridctrl.cxx
Dosyayı görüntüle @
8b0319bb
...
@@ -2692,7 +2692,7 @@ void DbGridControl::PostExecuteRowContextMenu(sal_uInt16 /*nRow*/, const PopupMe
...
@@ -2692,7 +2692,7 @@ void DbGridControl::PostExecuteRowContextMenu(sal_uInt16 /*nRow*/, const PopupMe
}
}
}
}
void
DbGridControl
::
DataSourcePropertyChanged
(
const
PropertyChangeEvent
&
evt
)
throw
(
RuntimeException
)
void
DbGridControl
::
DataSourcePropertyChanged
(
const
PropertyChangeEvent
&
evt
)
throw
(
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"svx.fmcomp"
,
"DbGridControl::DataSourcePropertyChanged"
);
SAL_INFO
(
"svx.fmcomp"
,
"DbGridControl::DataSourcePropertyChanged"
);
SolarMutexGuard
aGuard
;
SolarMutexGuard
aGuard
;
...
...
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