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
05a9f91d
Kaydet (Commit)
05a9f91d
authored
Ock 30, 2014
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#736941 : Arguments in wrong order
Change-Id: I94f0232f9e3544d43bf89a0cf728ea48dc7db470
üst
dcca10d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
htmltabw.cxx
sw/source/filter/html/htmltabw.cxx
+6
-5
No files found.
sw/source/filter/html/htmltabw.cxx
Dosyayı görüntüle @
05a9f91d
...
@@ -84,8 +84,8 @@ class SwHTMLWrtTable : public SwWriteTable
...
@@ -84,8 +84,8 @@ class SwHTMLWrtTable : public SwWriteTable
public
:
public
:
SwHTMLWrtTable
(
const
SwTableLines
&
rLines
,
long
nWidth
,
sal_uInt32
nBWidth
,
SwHTMLWrtTable
(
const
SwTableLines
&
rLines
,
long
nWidth
,
sal_uInt32
nBWidth
,
sal_Bool
bRel
,
sal_uInt16
n
NumOfRowsToRepeat
,
sal_Bool
bRel
,
sal_uInt16
n
LeftSub
=
0
,
sal_uInt16
nRightSub
=
0
,
sal_uInt16
n
LeftSub
=
0
,
sal_uInt16
nRightSub
=
0
);
sal_uInt16
n
NumOfRowsToRepeat
=
0
);
SwHTMLWrtTable
(
const
SwHTMLTableLayout
*
pLayoutInfo
);
SwHTMLWrtTable
(
const
SwHTMLTableLayout
*
pLayoutInfo
);
void
Write
(
SwHTMLWriter
&
rWrt
,
sal_Int16
eAlign
=
text
::
HoriOrientation
::
NONE
,
void
Write
(
SwHTMLWriter
&
rWrt
,
sal_Int16
eAlign
=
text
::
HoriOrientation
::
NONE
,
...
@@ -96,8 +96,9 @@ public:
...
@@ -96,8 +96,9 @@ public:
SwHTMLWrtTable
::
SwHTMLWrtTable
(
const
SwTableLines
&
rLines
,
long
nWidth
,
SwHTMLWrtTable
::
SwHTMLWrtTable
(
const
SwTableLines
&
rLines
,
long
nWidth
,
sal_uInt32
nBWidth
,
sal_Bool
bRel
,
sal_uInt16
nNumOfRowsToRepeat
,
sal_uInt32
nBWidth
,
sal_Bool
bRel
,
sal_uInt16
nLSub
,
sal_uInt16
nRSub
)
sal_uInt16
nLSub
,
sal_uInt16
nRSub
,
sal_uInt16
nNumOfRowsToRepeat
)
:
SwWriteTable
(
rLines
,
nWidth
,
nBWidth
,
bRel
,
MAX_DEPTH
,
nLSub
,
nRSub
,
nNumOfRowsToRepeat
)
:
SwWriteTable
(
rLines
,
nWidth
,
nBWidth
,
bRel
,
MAX_DEPTH
,
nLSub
,
nRSub
,
nNumOfRowsToRepeat
)
{
{
PixelizeBorders
();
PixelizeBorders
();
...
@@ -1136,7 +1137,7 @@ Writer& OutHTML_SwTblNode( Writer& rWrt, SwTableNode & rNode,
...
@@ -1136,7 +1137,7 @@ Writer& OutHTML_SwTblNode( Writer& rWrt, SwTableNode & rNode,
else
else
{
{
SwHTMLWrtTable
aTableWrt
(
rTbl
.
GetTabLines
(),
nWidth
,
SwHTMLWrtTable
aTableWrt
(
rTbl
.
GetTabLines
(),
nWidth
,
nBaseWidth
,
bRelWidths
,
rTbl
.
GetRowsToRepeat
()
);
nBaseWidth
,
bRelWidths
,
0
,
0
,
rTbl
.
GetRowsToRepeat
()
);
aTableWrt
.
Write
(
rHTMLWrt
,
eTabHoriOri
,
rTbl
.
GetRowsToRepeat
()
>
0
,
aTableWrt
.
Write
(
rHTMLWrt
,
eTabHoriOri
,
rTbl
.
GetRowsToRepeat
()
>
0
,
pFmt
,
pCaption
,
bTopCaption
,
pFmt
,
pCaption
,
bTopCaption
,
nFlyHSpace
,
nFlyVSpace
);
nFlyHSpace
,
nFlyVSpace
);
...
...
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