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
2387805f
Kaydet (Commit)
2387805f
authored
Nis 06, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
html: rename IgnoreImages -> SkipImages, initialize to false
Change-Id: I663264adab001bd1916b13c0d7c75f8a693687d4
üst
7f63706a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
wrthtml.cxx
sw/source/filter/html/wrthtml.cxx
+2
-1
wrthtml.hxx
sw/source/filter/html/wrthtml.hxx
+1
-1
No files found.
sw/source/filter/html/wrthtml.cxx
Dosyayı görüntüle @
2387805f
...
...
@@ -109,6 +109,7 @@ SwHTMLWriter::SwHTMLWriter( const OUString& rBaseURL )
,
bLFPossible
(
sal_False
)
,
bPreserveForm
(
sal_False
)
,
bCfgNetscape4
(
sal_False
)
,
mbSkipImages
(
false
)
{
SetBaseURL
(
rBaseURL
);
...
...
@@ -143,7 +144,7 @@ void SwHTMLWriter::SetupFilterOptions(SfxMedium& rMedium)
OUString
sFilterOptions
=
((
const
SfxStringItem
*
)
pItem
)
->
GetValue
();
if
(
sFilterOptions
==
"
Ignore
Images"
)
if
(
sFilterOptions
==
"
Skip
Images"
)
{
mbSkipImages
=
true
;
}
...
...
sw/source/filter/html/wrthtml.hxx
Dosyayı görüntüle @
2387805f
...
...
@@ -394,7 +394,7 @@ public:
sal_Bool
bCfgNetscape4
:
1
;
// Netscape4 Hacks
sal_B
ool
mbSkipImages
:
1
;
b
ool
mbSkipImages
:
1
;
// 23
...
...
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