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
63cb016b
Kaydet (Commit)
63cb016b
authored
Ara 30, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_uInt16 to more proper types
Change-Id: I0e226787206e0429149fccc99677529d52d7825a
üst
351dee6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
htmlplug.cxx
sw/source/filter/html/htmlplug.cxx
+1
-1
parcss1.cxx
sw/source/filter/html/parcss1.cxx
+3
-3
No files found.
sw/source/filter/html/htmlplug.cxx
Dosyayı görüntüle @
63cb016b
...
@@ -1183,7 +1183,7 @@ Writer& OutHTML_FrmFmtOLENode( Writer& rWrt, const SwFrmFmt& rFrmFmt,
...
@@ -1183,7 +1183,7 @@ Writer& OutHTML_FrmFmtOLENode( Writer& rWrt, const SwFrmFmt& rFrmFmt,
rHTMLWrt
.
IncIndentLevel
();
// Inhalt von Applet einruecken
rHTMLWrt
.
IncIndentLevel
();
// Inhalt von Applet einruecken
s
al_uInt16
ii
=
aParams
.
size
();
s
ize_t
ii
=
aParams
.
size
();
while
(
ii
>
0
)
while
(
ii
>
0
)
{
{
const
SvCommand
&
rCommand
=
aCommands
[
aParams
[
--
ii
]
];
const
SvCommand
&
rCommand
=
aCommands
[
aParams
[
--
ii
]
];
...
...
sw/source/filter/html/parcss1.cxx
Dosyayı görüntüle @
63cb016b
...
@@ -177,7 +177,7 @@ CSS1Token CSS1Parser::GetNextToken()
...
@@ -177,7 +177,7 @@ CSS1Token CSS1Parser::GetNextToken()
if
(
CSS1_NULL
==
nRet
)
if
(
CSS1_NULL
==
nRet
)
{
{
aToken
.
clear
();
aToken
.
clear
();
sal_uInt16
nBlockLvl
=
0
;
int
nBlockLvl
=
0
;
sal_Unicode
cQuoteCh
=
0
;
sal_Unicode
cQuoteCh
=
0
;
bool
bDone
=
false
,
bEscape
=
false
;
bool
bDone
=
false
,
bEscape
=
false
;
while
(
!
bDone
&&
!
IsEOF
()
)
while
(
!
bDone
&&
!
IsEOF
()
)
...
@@ -620,7 +620,7 @@ CSS1Token CSS1Parser::GetNextToken()
...
@@ -620,7 +620,7 @@ CSS1Token CSS1Parser::GetNextToken()
((
'r'
==
aToken
[
0
]
||
'R'
==
aToken
[
0
])
&&
((
'r'
==
aToken
[
0
]
||
'R'
==
aToken
[
0
])
&&
aToken
.
equalsIgnoreAsciiCase
(
"rgb"
))
)
)
aToken
.
equalsIgnoreAsciiCase
(
"rgb"
))
)
)
{
{
sal_uInt16
nNestCnt
=
0
;
int
nNestCnt
=
0
;
OUStringBuffer
sTmpBuffer2
(
64L
);
OUStringBuffer
sTmpBuffer2
(
64L
);
do
{
do
{
sTmpBuffer2
.
append
(
cNextCh
);
sTmpBuffer2
.
append
(
cNextCh
);
...
@@ -1279,7 +1279,7 @@ bool CSS1Expression::GetColor( Color &rColor ) const
...
@@ -1279,7 +1279,7 @@ bool CSS1Expression::GetColor( Color &rColor ) const
OUString
aColorStr
(
aValue
.
copy
(
4
,
aValue
.
getLength
()
-
5
));
OUString
aColorStr
(
aValue
.
copy
(
4
,
aValue
.
getLength
()
-
5
));
sal_Int32
nPos
=
0
;
sal_Int32
nPos
=
0
;
sal_uInt16
nCol
=
0
;
int
nCol
=
0
;
while
(
nCol
<
3
&&
nPos
<
aColorStr
.
getLength
()
)
while
(
nCol
<
3
&&
nPos
<
aColorStr
.
getLength
()
)
{
{
...
...
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