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
124acbb1
Kaydet (Commit)
124acbb1
authored
Eki 24, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Related: fdo#70571 allowing clicking on a hyperlink in a protected section
Change-Id: I6104ee3bb0928275a0e4ffb9a7ca1be37ebc1f9e
üst
19d7c034
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
edtwin.cxx
sw/source/ui/docvw/edtwin.cxx
+4
-3
No files found.
sw/source/ui/docvw/edtwin.cxx
Dosyayı görüntüle @
124acbb1
...
@@ -4429,8 +4429,9 @@ void SwEditWin::MouseButtonUp(const MouseEvent& rMEvt)
...
@@ -4429,8 +4429,9 @@ void SwEditWin::MouseButtonUp(const MouseEvent& rMEvt)
if
(
rSh
.
GetContentAtPos
(
aDocPt
,
aCntntAtPos
,
sal_False
)
)
if
(
rSh
.
GetContentAtPos
(
aDocPt
,
aCntntAtPos
,
sal_False
)
)
{
{
// Do it again if we're not on a field to update the cursor accordingly
// Do it again if we're not on a field/hyperlink to update the cursor accordingly
if
(
SwContentAtPos
::
SW_FIELD
!=
aCntntAtPos
.
eCntntAtPos
)
if
(
SwContentAtPos
::
SW_FIELD
!=
aCntntAtPos
.
eCntntAtPos
&&
SwContentAtPos
::
SW_INETATTR
!=
aCntntAtPos
.
eCntntAtPos
)
rSh
.
GetContentAtPos
(
aDocPt
,
aCntntAtPos
,
sal_True
);
rSh
.
GetContentAtPos
(
aDocPt
,
aCntntAtPos
,
sal_True
);
sal_Bool
bViewLocked
=
rSh
.
IsViewLocked
();
sal_Bool
bViewLocked
=
rSh
.
IsViewLocked
();
...
@@ -4487,7 +4488,7 @@ void SwEditWin::MouseButtonUp(const MouseEvent& rMEvt)
...
@@ -4487,7 +4488,7 @@ void SwEditWin::MouseButtonUp(const MouseEvent& rMEvt)
}
}
}
}
}
}
else
else
if
(
SwContentAtPos
::
SW_INETATTR
==
aCntntAtPos
.
eCntntAtPos
)
{
{
if
(
bExecHyperlinks
&&
aCntntAtPos
.
aFnd
.
pAttr
)
if
(
bExecHyperlinks
&&
aCntntAtPos
.
aFnd
.
pAttr
)
rSh
.
ClickToINetAttr
(
*
(
SwFmtINetFmt
*
)
aCntntAtPos
.
aFnd
.
pAttr
,
nFilter
);
rSh
.
ClickToINetAttr
(
*
(
SwFmtINetFmt
*
)
aCntntAtPos
.
aFnd
.
pAttr
,
nFilter
);
...
...
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