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
ab3d08f4
Kaydet (Commit)
ab3d08f4
authored
Ara 01, 2006
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS dba22a (1.36.20); FILE MERGED
2006/11/22 20:47:01 fs 1.36.20.1: #i71860# displayException with Any
üst
8f1699ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
fmtools.cxx
svx/source/form/fmtools.cxx
+4
-4
No files found.
svx/source/form/fmtools.cxx
Dosyayı görüntüle @
ab3d08f4
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
* $RCSfile: fmtools.cxx,v $
* $RCSfile: fmtools.cxx,v $
*
*
* $Revision: 1.3
6
$
* $Revision: 1.3
7
$
*
*
* last change: $Author:
obo $ $Date: 2006-10-12 12:46:59
$
* last change: $Author:
rt $ $Date: 2006-12-01 17:26:35
$
*
*
* The Contents of this file are made available subject to
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
* the terms of GNU Lesser General Public License Version 2.1.
...
@@ -272,7 +272,7 @@ using namespace ::svxform;
...
@@ -272,7 +272,7 @@ using namespace ::svxform;
using
namespace
::
connectivity
::
simple
;
using
namespace
::
connectivity
::
simple
;
// ------------------------------------------------------------------------------
// ------------------------------------------------------------------------------
void
displayException
(
const
Any
&
_rExcept
,
Window
*
_pParent
=
NULL
)
void
displayException
(
const
Any
&
_rExcept
,
Window
*
_pParent
)
{
{
try
try
{
{
...
@@ -281,7 +281,7 @@ void displayException(const Any& _rExcept, Window* _pParent = NULL)
...
@@ -281,7 +281,7 @@ void displayException(const Any& _rExcept, Window* _pParent = NULL)
Reference
<
XWindow
>
xParentWindow
=
VCLUnoHelper
::
GetInterface
(
pParentWindow
);
Reference
<
XWindow
>
xParentWindow
=
VCLUnoHelper
::
GetInterface
(
pParentWindow
);
Sequence
<
Any
>
aArgs
(
2
);
Sequence
<
Any
>
aArgs
(
2
);
aArgs
[
0
]
<<=
PropertyValue
(
::
rtl
::
OUString
::
createFromAscii
(
"SQLException"
),
0
,
makeAny
(
_rExcept
)
,
PropertyState_DIRECT_VALUE
);
aArgs
[
0
]
<<=
PropertyValue
(
::
rtl
::
OUString
::
createFromAscii
(
"SQLException"
),
0
,
_rExcept
,
PropertyState_DIRECT_VALUE
);
aArgs
[
1
]
<<=
PropertyValue
(
::
rtl
::
OUString
::
createFromAscii
(
"ParentWindow"
),
0
,
makeAny
(
xParentWindow
),
PropertyState_DIRECT_VALUE
);
aArgs
[
1
]
<<=
PropertyValue
(
::
rtl
::
OUString
::
createFromAscii
(
"ParentWindow"
),
0
,
makeAny
(
xParentWindow
),
PropertyState_DIRECT_VALUE
);
static
::
rtl
::
OUString
s_sDialogServiceName
=
::
rtl
::
OUString
::
createFromAscii
(
"com.sun.star.sdb.ErrorMessageDialog"
);
static
::
rtl
::
OUString
s_sDialogServiceName
=
::
rtl
::
OUString
::
createFromAscii
(
"com.sun.star.sdb.ErrorMessageDialog"
);
...
...
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