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
ff2573ca
Kaydet (Commit)
ff2573ca
authored
May 26, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#707410 Uncaught exception
Change-Id: I54bcc0fc7d54ca7bae35130ef620100c9088b4d2
üst
49352b4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vbaview.cxx
sw/source/ui/vba/vbaview.cxx
+1
-1
vbaview.hxx
sw/source/ui/vba/vbaview.hxx
+1
-1
No files found.
sw/source/ui/vba/vbaview.cxx
Dosyayı görüntüle @
ff2573ca
...
@@ -240,7 +240,7 @@ SwVbaView::setType( ::sal_Int32 _type ) throw (css::uno::RuntimeException, std::
...
@@ -240,7 +240,7 @@ SwVbaView::setType( ::sal_Int32 _type ) throw (css::uno::RuntimeException, std::
}
}
}
}
uno
::
Reference
<
text
::
XTextRange
>
SwVbaView
::
getHFTextRange
(
sal_Int32
nType
)
throw
(
uno
::
RuntimeException
)
uno
::
Reference
<
text
::
XTextRange
>
SwVbaView
::
getHFTextRange
(
sal_Int32
nType
)
throw
(
uno
::
RuntimeException
,
script
::
BasicErrorException
)
{
{
mxModel
->
lockControllers
();
mxModel
->
lockControllers
();
...
...
sw/source/ui/vba/vbaview.hxx
Dosyayı görüntüle @
ff2573ca
...
@@ -35,7 +35,7 @@ private:
...
@@ -35,7 +35,7 @@ private:
css
::
uno
::
Reference
<
css
::
text
::
XTextViewCursor
>
mxViewCursor
;
css
::
uno
::
Reference
<
css
::
text
::
XTextViewCursor
>
mxViewCursor
;
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
mxViewSettings
;
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
mxViewSettings
;
css
::
uno
::
Reference
<
css
::
text
::
XTextRange
>
getHFTextRange
(
sal_Int32
nType
)
throw
(
css
::
uno
::
RuntimeException
);
css
::
uno
::
Reference
<
css
::
text
::
XTextRange
>
getHFTextRange
(
sal_Int32
nType
)
throw
(
css
::
uno
::
RuntimeException
,
css
::
script
::
BasicErrorException
);
css
::
uno
::
Reference
<
css
::
text
::
XTextRange
>
getFirstObjectPosition
(
const
css
::
uno
::
Reference
<
css
::
text
::
XText
>&
xText
)
throw
(
css
::
uno
::
RuntimeException
);
css
::
uno
::
Reference
<
css
::
text
::
XTextRange
>
getFirstObjectPosition
(
const
css
::
uno
::
Reference
<
css
::
text
::
XText
>&
xText
)
throw
(
css
::
uno
::
RuntimeException
);
public
:
public
:
...
...
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