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
b852bf36
Kaydet (Commit)
b852bf36
authored
Nis 05, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707400 Uncaught exception
Change-Id: I4c68ea7061af04616eda27365b16cfa57200ffbc
üst
7969655b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
XSelection.idl
oovbaapi/ooo/vba/word/XSelection.idl
+1
-1
vbaselection.cxx
sw/source/ui/vba/vbaselection.cxx
+2
-1
vbaselection.hxx
sw/source/ui/vba/vbaselection.hxx
+2
-1
No files found.
oovbaapi/ooo/vba/word/XSelection.idl
Dosyayı görüntüle @
b852bf36
...
...
@@ -61,7 +61,7 @@ interface XSelection
void
InsertParagraphBefore
()
;
void
InsertParagraphAfter
()
;
void
TypeBackspace
()
;
XRange
GoTo
(
[
in
]
any
What
,
[
in
]
any
Which
,
[
in
]
any
Count
,
[
in
]
any
Name
)
;
XRange
GoTo
(
[
in
]
any
What
,
[
in
]
any
Which
,
[
in
]
any
Count
,
[
in
]
any
Name
)
raises
(
com
::
sun
::
star
::
script
::
BasicErrorException
)
;
any
Information
(
[
in
]
long
Type
)
;
void
InsertBreak
(
[
in
]
any
Type
)
;
any
ShapeRange
()
;
...
...
sw/source/ui/vba/vbaselection.cxx
Dosyayı görüntüle @
b852bf36
...
...
@@ -552,7 +552,8 @@ SwVbaSelection::TypeBackspace() throw ( uno::RuntimeException, std::exception )
dispatchRequests
(
mxModel
,
url
);
}
uno
::
Reference
<
word
::
XRange
>
SAL_CALL
SwVbaSelection
::
GoTo
(
const
uno
::
Any
&
_what
,
const
uno
::
Any
&
_which
,
const
uno
::
Any
&
_count
,
const
uno
::
Any
&
_name
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
uno
::
Reference
<
word
::
XRange
>
SAL_CALL
SwVbaSelection
::
GoTo
(
const
uno
::
Any
&
_what
,
const
uno
::
Any
&
_which
,
const
uno
::
Any
&
_count
,
const
uno
::
Any
&
_name
)
throw
(
script
::
BasicErrorException
,
uno
::
RuntimeException
,
std
::
exception
)
{
sal_Int32
nWhat
=
0
;
if
(
!
(
_what
>>=
nWhat
)
)
...
...
sw/source/ui/vba/vbaselection.hxx
Dosyayı görüntüle @
b852bf36
...
...
@@ -76,7 +76,8 @@ public:
virtual
void
SAL_CALL
setStyle
(
const
css
::
uno
::
Any
&
_xStyle
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Reference
<
ooo
::
vba
::
word
::
XFont
>
SAL_CALL
getFont
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
TypeBackspace
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Reference
<
ooo
::
vba
::
word
::
XRange
>
SAL_CALL
GoTo
(
const
css
::
uno
::
Any
&
_what
,
const
css
::
uno
::
Any
&
_which
,
const
css
::
uno
::
Any
&
_count
,
const
css
::
uno
::
Any
&
_name
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Reference
<
ooo
::
vba
::
word
::
XRange
>
SAL_CALL
GoTo
(
const
css
::
uno
::
Any
&
_what
,
const
css
::
uno
::
Any
&
_which
,
const
css
::
uno
::
Any
&
_count
,
const
css
::
uno
::
Any
&
_name
)
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
sal_Int32
SAL_CALL
getLanguageID
(
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
setLanguageID
(
::
sal_Int32
_languageid
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Any
SAL_CALL
Information
(
sal_Int32
_type
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
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