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
f9e0e3a4
Kaydet (Commit)
f9e0e3a4
authored
May 28, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: -Werror=shadow
Change-Id: If09cc703bf1a922c6b3a1f584f23e5867ea7ad5f
üst
a14d7e3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
htmltab.cxx
sw/source/filter/html/htmltab.cxx
+7
-7
No files found.
sw/source/filter/html/htmltab.cxx
Dosyayı görüntüle @
f9e0e3a4
...
@@ -2989,7 +2989,7 @@ class _SectionSaveStruct : public SwPendingStackData
...
@@ -2989,7 +2989,7 @@ class _SectionSaveStruct : public SwPendingStackData
public
:
public
:
HTMLTable
*
pTable
;
HTMLTable
*
m_
pTable
;
explicit
_SectionSaveStruct
(
SwHTMLParser
&
rParser
);
explicit
_SectionSaveStruct
(
SwHTMLParser
&
rParser
);
virtual
~
_SectionSaveStruct
();
virtual
~
_SectionSaveStruct
();
...
@@ -3003,7 +3003,7 @@ public:
...
@@ -3003,7 +3003,7 @@ public:
_SectionSaveStruct
::
_SectionSaveStruct
(
SwHTMLParser
&
rParser
)
:
_SectionSaveStruct
::
_SectionSaveStruct
(
SwHTMLParser
&
rParser
)
:
nBaseFontStMinSave
(
0
),
nFontStMinSave
(
0
),
nFontStHeadStartSave
(
0
),
nBaseFontStMinSave
(
0
),
nFontStMinSave
(
0
),
nFontStHeadStartSave
(
0
),
nDefListDeepSave
(
0
),
nContextStMinSave
(
0
),
nContextStAttrMinSave
(
0
),
nDefListDeepSave
(
0
),
nContextStMinSave
(
0
),
nContextStAttrMinSave
(
0
),
pTable
(
0
)
m_
pTable
(
0
)
{
{
// Font-Stacks einfrieren
// Font-Stacks einfrieren
nBaseFontStMinSave
=
rParser
.
nBaseFontStMin
;
nBaseFontStMinSave
=
rParser
.
nBaseFontStMin
;
...
@@ -3884,7 +3884,7 @@ void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, bool bReadOptions,
...
@@ -3884,7 +3884,7 @@ void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, bool bReadOptions,
// nur wenn eine neue Tabelle aufgemacht wird, aber
// nur wenn eine neue Tabelle aufgemacht wird, aber
// nicht wenn nach einem Pending in der Tabelle
// nicht wenn nach einem Pending in der Tabelle
// weitergelesen wird!
// weitergelesen wird!
pSaveStruct
->
pTable
=
pTable
;
pSaveStruct
->
m_
pTable
=
pTable
;
// HACK: Eine Section fuer eine Tabelle anlegen, die
// HACK: Eine Section fuer eine Tabelle anlegen, die
// in einen Rahmen kommt.
// in einen Rahmen kommt.
...
@@ -3991,7 +3991,7 @@ void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, bool bReadOptions,
...
@@ -3991,7 +3991,7 @@ void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, bool bReadOptions,
}
}
}
}
pTable
=
pSaveStruct
->
pTable
;
pTable
=
pSaveStruct
->
m_
pTable
;
}
}
}
}
break
;
break
;
...
@@ -4858,8 +4858,8 @@ void SwHTMLParser::BuildTableCaption( HTMLTable *pCurTable )
...
@@ -4858,8 +4858,8 @@ void SwHTMLParser::BuildTableCaption( HTMLTable *pCurTable )
case
HTML_TABLE_ON
:
case
HTML_TABLE_ON
:
if
(
!
pPendStack
)
if
(
!
pPendStack
)
{
{
pSaveStruct
->
pTable
=
pTable
;
pSaveStruct
->
m_
pTable
=
pTable
;
bool
bHasToFly
=
pSaveStruct
->
pTable
!=
pCurTable
;
bool
bHasToFly
=
pSaveStruct
->
m_
pTable
!=
pCurTable
;
BuildTable
(
pCurTable
->
GetTableAdjust
(
true
),
BuildTable
(
pCurTable
->
GetTableAdjust
(
true
),
false
,
true
,
bHasToFly
);
false
,
true
,
bHasToFly
);
}
}
...
@@ -4869,7 +4869,7 @@ void SwHTMLParser::BuildTableCaption( HTMLTable *pCurTable )
...
@@ -4869,7 +4869,7 @@ void SwHTMLParser::BuildTableCaption( HTMLTable *pCurTable )
}
}
if
(
SVPAR_PENDING
!=
GetStatus
()
)
if
(
SVPAR_PENDING
!=
GetStatus
()
)
{
{
pTable
=
pSaveStruct
->
pTable
;
pTable
=
pSaveStruct
->
m_
pTable
;
}
}
break
;
break
;
case
HTML_TABLE_OFF
:
case
HTML_TABLE_OFF
:
...
...
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