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
5dbafd16
Kaydet (Commit)
5dbafd16
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#707029 Uncaught exception
Change-Id: I139ae90a8bee40914d4c4f67084952dd0017ebd1
üst
bce8ded6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vbastyle.cxx
sc/source/ui/vba/vbastyle.cxx
+1
-1
vbastyle.hxx
sc/source/ui/vba/vbastyle.hxx
+1
-1
No files found.
sc/source/ui/vba/vbastyle.cxx
Dosyayı görüntüle @
5dbafd16
...
@@ -42,7 +42,7 @@ lcl_getStyleProps( const OUString& sStyleName, const uno::Reference< frame::XMod
...
@@ -42,7 +42,7 @@ lcl_getStyleProps( const OUString& sStyleName, const uno::Reference< frame::XMod
}
}
void
ScVbaStyle
::
initialise
()
throw
(
uno
::
RuntimeException
)
void
ScVbaStyle
::
initialise
()
throw
(
uno
::
RuntimeException
,
script
::
BasicErrorException
)
{
{
if
(
!
mxModel
.
is
()
)
if
(
!
mxModel
.
is
()
)
DebugHelper
::
exception
(
SbERR_METHOD_FAILED
,
OUString
(
"XModel Interface could not be retrieved"
)
);
DebugHelper
::
exception
(
SbERR_METHOD_FAILED
,
OUString
(
"XModel Interface could not be retrieved"
)
);
...
...
sc/source/ui/vba/vbastyle.hxx
Dosyayı görüntüle @
5dbafd16
...
@@ -35,7 +35,7 @@ protected:
...
@@ -35,7 +35,7 @@ protected:
css
::
uno
::
Reference
<
css
::
style
::
XStyle
>
mxStyle
;
css
::
uno
::
Reference
<
css
::
style
::
XStyle
>
mxStyle
;
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
mxModel
;
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
mxModel
;
css
::
uno
::
Reference
<
css
::
container
::
XNameContainer
>
mxStyleFamilyNameContainer
;
css
::
uno
::
Reference
<
css
::
container
::
XNameContainer
>
mxStyleFamilyNameContainer
;
void
initialise
()
throw
(
css
::
uno
::
RuntimeException
);
void
initialise
()
throw
(
css
::
uno
::
RuntimeException
,
css
::
script
::
BasicErrorException
);
public
:
public
:
ScVbaStyle
(
const
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>&
xParent
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
&
xContext
,
const
OUString
&
sStyleName
,
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
_xModel
)
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
);
ScVbaStyle
(
const
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>&
xParent
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
&
xContext
,
const
OUString
&
sStyleName
,
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
_xModel
)
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
);
ScVbaStyle
(
const
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>&
xParent
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
&
xContext
,
const
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>&
_xPropertySet
,
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
_xModel
)
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
);
ScVbaStyle
(
const
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>&
xParent
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
&
xContext
,
const
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>&
_xPropertySet
,
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
_xModel
)
throw
(
css
::
script
::
BasicErrorException
,
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