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
4258b82f
Kaydet (Commit)
4258b82f
authored
Eki 12, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Simplify, and check _WIN32 instead of UNX
Change-Id: Id13d51388ecee3bee706510c2f22182e9e1f2d28
üst
246dda00
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
16 deletions
+4
-16
htmlfly.cxx
sw/source/filter/html/htmlfly.cxx
+0
-8
wrthtml.cxx
sw/source/filter/html/wrthtml.cxx
+3
-3
wrthtml.hxx
sw/source/filter/html/wrthtml.hxx
+1
-5
No files found.
sw/source/filter/html/htmlfly.cxx
Dosyayı görüntüle @
4258b82f
...
@@ -928,21 +928,13 @@ Writer& OutHTML_Image( Writer& rWrt, const SwFrmFmt &rFrmFmt,
...
@@ -928,21 +928,13 @@ Writer& OutHTML_Image( Writer& rWrt, const SwFrmFmt &rFrmFmt,
OString
aIndMap
,
aIndArea
;
OString
aIndMap
,
aIndArea
;
const
sal_Char
*
pLF
=
0
,
*
pIndArea
=
0
,
*
pIndMap
=
0
;
const
sal_Char
*
pLF
=
0
,
*
pIndArea
=
0
,
*
pIndMap
=
0
;
#if defined(UNX)
sal_Char
aLF
[
2
]
=
"
\x00
"
;
#endif
if
(
rHTMLWrt
.
bLFPossible
)
if
(
rHTMLWrt
.
bLFPossible
)
{
{
rHTMLWrt
.
OutNewLine
(
sal_True
);
rHTMLWrt
.
OutNewLine
(
sal_True
);
aIndMap
=
rHTMLWrt
.
GetIndentString
();
aIndMap
=
rHTMLWrt
.
GetIndentString
();
aIndArea
=
rHTMLWrt
.
GetIndentString
(
1
);
aIndArea
=
rHTMLWrt
.
GetIndentString
(
1
);
#if defined(UNX)
aLF
[
0
]
=
SwHTMLWriter
::
sNewLine
;
pLF
=
aLF
;
#else
pLF
=
SwHTMLWriter
::
sNewLine
;
pLF
=
SwHTMLWriter
::
sNewLine
;
#endif
pIndArea
=
aIndArea
.
getStr
();
pIndArea
=
aIndArea
.
getStr
();
pIndMap
=
aIndMap
.
getStr
();
pIndMap
=
aIndMap
.
getStr
();
}
}
...
...
sw/source/filter/html/wrthtml.cxx
Dosyayı görüntüle @
4258b82f
...
@@ -80,10 +80,10 @@
...
@@ -80,10 +80,10 @@
#define MAX_INDENT_LEVEL 20
#define MAX_INDENT_LEVEL 20
#if defined(UNX)
#ifdef _WIN32
const
sal_Char
SwHTMLWriter
::
sNewLine
=
'\012'
;
#else
const
sal_Char
SwHTMLWriter
::
sNewLine
[]
=
"
\015\012
"
;
const
sal_Char
SwHTMLWriter
::
sNewLine
[]
=
"
\015\012
"
;
#else
const
sal_Char
SwHTMLWriter
::
sNewLine
[]
=
"
\012
"
;
#endif
#endif
static
sal_Char
sIndentTabs
[
MAX_INDENT_LEVEL
+
2
]
=
static
sal_Char
sIndentTabs
[
MAX_INDENT_LEVEL
+
2
]
=
...
...
sw/source/filter/html/wrthtml.hxx
Dosyayı görüntüle @
4258b82f
...
@@ -283,11 +283,7 @@ protected:
...
@@ -283,11 +283,7 @@ protected:
sal_uLong
WriteStream
();
sal_uLong
WriteStream
();
public
:
public
:
#if defined(UNX)
static
const
sal_Char
sNewLine
[];
static
const
sal_Char
sNewLine
;
// nur \012 oder \015
#else
static
const
sal_Char
sNewLine
[];
// \015\012
#endif
std
::
vector
<
String
>
aImgMapNames
;
// geschriebene Image Maps
std
::
vector
<
String
>
aImgMapNames
;
// geschriebene Image Maps
std
::
set
<
String
>
aImplicitMarks
;
// implizite Stprungmarken
std
::
set
<
String
>
aImplicitMarks
;
// implizite Stprungmarken
...
...
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