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
76bd85b5
Kaydet (Commit)
76bd85b5
authored
Ock 18, 2001
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#82900# Needed the more sophisticated relative url converter for hyperlinks
üst
61630aed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
ww8par5.cxx
sw/source/filter/ww8/ww8par5.cxx
+9
-4
No files found.
sw/source/filter/ww8/ww8par5.cxx
Dosyayı görüntüle @
76bd85b5
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: ww8par5.cxx,v $
*
* $Revision: 1.
6
$
* $Revision: 1.
7
$
*
* last change: $Author:
khz $ $Date: 2000-12-04 14:08:08
$
* last change: $Author:
cmc $ $Date: 2001-01-18 11:58:46
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -2597,7 +2597,9 @@ eF_ResT SwWW8ImplReader::Read_F_Hyperlink( WW8FieldDesc* pF, String& rStr )
if
(
!
sURL
.
Len
()
)
{
ConvertFFileName
(
sURL
,
aReadParam
.
GetResult
()
);
sURL
=
INetURLObject
::
RelToAbs
(
sURL
);
//#82900# Need the more sophisticated url converter. cmc
//sURL = INetURLObject::RelToAbs( sURL );
sURL
=
URIHelper
::
SmartRelToAbs
(
sURL
);
}
break
;
...
...
@@ -2862,12 +2864,15 @@ void SwWW8ImplReader::Read_Invisible( USHORT, BYTE* pData, short nLen )
Source Code Control System - Header
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww8/ww8par5.cxx,v 1.
6 2000-12-04 14:08:08 khz
Exp $
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww8/ww8par5.cxx,v 1.
7 2001-01-18 11:58:46 cmc
Exp $
Source Code Control System - Update
$Log: not supported by cvs2svn $
Revision 1.6 2000/12/04 14:08:08 khz
#78930# Pictures in Hyperlinks will be imported as Graphics with Hyperlink
Revision 1.5 2000/11/24 11:04:38 khz
WW field names use ANSI encoding - not plain 7-bit ASCII
...
...
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