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
763e94b5
Kaydet (Commit)
763e94b5
authored
Mar 03, 2013
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
protocol shttp is not defined yet
Change-Id: I67678f8a16d051427a7c36f3a46d46f296109e3b
üst
919e2774
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
typedetectionexport.cxx
filter/source/xsltdialog/typedetectionexport.cxx
+1
-1
xmlfilterjar.cxx
filter/source/xsltdialog/xmlfilterjar.cxx
+1
-1
xmlfiltertabpagexslt.cxx
filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
+3
-3
No files found.
filter/source/xsltdialog/typedetectionexport.cxx
Dosyayı görüntüle @
763e94b5
...
...
@@ -46,7 +46,7 @@ static OUString createRelativeURL( const OUString& rFilterName, const OUString&
{
if
(
!
rURL
.
isEmpty
()
&&
(
rURL
.
compareToAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"http:"
)
)
!=
0
)
&&
(
rURL
.
compareToAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"
shttp
:"
)
)
!=
0
)
&&
(
rURL
.
compareToAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"
https
:"
)
)
!=
0
)
&&
(
rURL
.
compareToAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"jar:"
)
)
!=
0
)
&&
(
rURL
.
compareToAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"ftp:"
)
)
!=
0
))
{
...
...
filter/source/xsltdialog/xmlfilterjar.cxx
Dosyayı görüntüle @
763e94b5
...
...
@@ -129,7 +129,7 @@ void XMLFilterJarHelper::addFile( Reference< XInterface > xRootFolder, Reference
{
if
(
!
rSourceFile
.
isEmpty
()
&&
(
rSourceFile
.
compareToAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"http:"
)
)
!=
0
)
&&
(
rSourceFile
.
compareToAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"
shttp
:"
)
)
!=
0
)
&&
(
rSourceFile
.
compareToAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"
https
:"
)
)
!=
0
)
&&
(
rSourceFile
.
compareToAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"jar:"
)
)
!=
0
)
&&
(
rSourceFile
.
compareToAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"ftp:"
)
)
!=
0
))
{
...
...
filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
Dosyayı görüntüle @
763e94b5
...
...
@@ -57,7 +57,7 @@ XMLFilterTabPageXSLT::XMLFilterTabPageXSLT( Window* pParent, ResMgr& rResMgr, co
maCBNeedsXSLT2
(
this
,
ResId
(
CB_XML_NEEDS_XSLT2
,
rResMgr
)
),
sHTTPSchema
(
"http://"
),
sSHTTPSchema
(
"
shttp
://"
),
sSHTTPSchema
(
"
https
://"
),
sFILESchema
(
"file://"
),
sFTPSchema
(
"ftp://"
),
sInstPath
(
"$(prog)/"
)
...
...
@@ -128,7 +128,7 @@ void XMLFilterTabPageXSLT::SetURL( SvtURLBox& rURLBox, const OUString& rURL )
rURLBox
.
SetText
(
aPath
);
}
else
if
(
rURL
.
matchIgnoreAsciiCase
(
"http://"
)
||
rURL
.
matchIgnoreAsciiCase
(
"
shttp
://"
)
||
rURL
.
matchIgnoreAsciiCase
(
"
https
://"
)
||
rURL
.
matchIgnoreAsciiCase
(
"ftp://"
)
)
{
rURLBox
.
SetBaseURL
(
rURL
);
...
...
@@ -156,7 +156,7 @@ OUString XMLFilterTabPageXSLT::GetURL( SvtURLBox& rURLBox )
OUString
aURL
;
OUString
aStrPath
(
rURLBox
.
GetText
()
);
if
(
aStrPath
.
matchIgnoreAsciiCase
(
"http://"
)
||
aStrPath
.
matchIgnoreAsciiCase
(
"
shttp
://"
)
||
aStrPath
.
matchIgnoreAsciiCase
(
"
https
://"
)
||
aStrPath
.
matchIgnoreAsciiCase
(
"ftp://"
)
)
{
return
aStrPath
;
...
...
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