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
4c75e57a
Kaydet (Commit)
4c75e57a
authored
Ara 23, 2011
tarafından
Cédric Bosdonnat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Writer: Hyperlinks on ToX have 'Index Link' style by default
üst
0fd40fe1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
tox.cxx
sw/source/core/tox/tox.cxx
+3
-1
cnttab.cxx
sw/source/ui/index/cnttab.cxx
+1
-1
No files found.
sw/source/core/tox/tox.cxx
Dosyayı görüntüle @
4c75e57a
...
@@ -323,7 +323,9 @@ SwForm::SwForm( TOXTypes eTyp ) // #i21237#
...
@@ -323,7 +323,9 @@ SwForm::SwForm( TOXTypes eTyp ) // #i21237#
SwFormTokens
aTokens
;
SwFormTokens
aTokens
;
if
(
TOX_CONTENT
==
eType
)
if
(
TOX_CONTENT
==
eType
)
{
{
aTokens
.
push_back
(
SwFormToken
(
TOKEN_LINK_START
));
SwFormToken
aLinkStt
(
TOKEN_LINK_START
);
aLinkStt
.
sCharStyleName
=
String
(
SW_RES
(
STR_POOLCHR_TOXJUMP
));
aTokens
.
push_back
(
aLinkStt
);
aTokens
.
push_back
(
SwFormToken
(
TOKEN_ENTRY_NO
));
aTokens
.
push_back
(
SwFormToken
(
TOKEN_ENTRY_NO
));
aTokens
.
push_back
(
SwFormToken
(
TOKEN_ENTRY_TEXT
));
aTokens
.
push_back
(
SwFormToken
(
TOKEN_ENTRY_TEXT
));
}
}
...
...
sw/source/ui/index/cnttab.cxx
Dosyayı görüntüle @
4c75e57a
...
@@ -2441,7 +2441,7 @@ IMPL_LINK(SwTOXEntryTabPage, InsertTokenHdl, PushButton*, pBtn)
...
@@ -2441,7 +2441,7 @@ IMPL_LINK(SwTOXEntryTabPage, InsertTokenHdl, PushButton*, pBtn)
{
{
sText
.
AssignAscii
(
SwForm
::
aFormLinkStt
);
sText
.
AssignAscii
(
SwForm
::
aFormLinkStt
);
eTokenType
=
TOKEN_LINK_START
;
eTokenType
=
TOKEN_LINK_START
;
sCharStyle
=
String
(
SW_RES
(
STR_POOLCHR_
INET_NORMAL
));
sCharStyle
=
String
(
SW_RES
(
STR_POOLCHR_
TOXJUMP
));
}
}
else
if
(
pBtn
==
&
aTabPB
)
else
if
(
pBtn
==
&
aTabPB
)
{
{
...
...
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