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
37836e3b
Kaydet (Commit)
37836e3b
authored
Eki 03, 2011
tarafından
Maciej Rumianowski
Kaydeden (comit)
Jan Holesovsky
Eki 06, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused Variables in WW8Export
Variables were NULL or 0 saved and restored but nothing more.
üst
6cdc3183
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
+0
-19
wrtww8.cxx
sw/source/filter/ww8/wrtww8.cxx
+0
-15
wrtww8.hxx
sw/source/filter/ww8/wrtww8.hxx
+0
-4
No files found.
sw/source/filter/ww8/wrtww8.cxx
Dosyayı görüntüle @
37836e3b
...
...
@@ -1755,8 +1755,6 @@ void MSWordExportBase::SaveData( sal_uLong nStt, sal_uLong nEnd )
// WW8Export only stuff - zeroed here not to issue warnings
aData
.
pOOld
=
NULL
;
aData
.
mpTableAtOld
=
NULL
;
aData
.
mnTableStdAtLenOld
=
0
;
// Common stuff
aData
.
pOldPam
=
pCurPam
;
...
...
@@ -1829,11 +1827,6 @@ void WW8Export::SaveData( sal_uLong nStt, sal_uLong nEnd )
else
rData
.
pOOld
=
0
;
// reuse pO
rData
.
mpTableAtOld
=
mpTableAt
;
mpTableAt
=
NULL
;
rData
.
mnTableStdAtLenOld
=
mnTableStdAtLen
;
mnTableStdAtLen
=
0
;
rData
.
bOldWriteAll
=
GetWriter
().
bWriteAll
;
GetWriter
().
bWriteAll
=
true
;
}
...
...
@@ -1851,12 +1844,6 @@ void WW8Export::RestoreData()
pO
=
rData
.
pOOld
;
}
OSL_ENSURE
(
!
mpTableAt
||
!
mpTableAt
->
Count
(),
"mpTableAt is not empty in WW8Export::RestoreData()"
);
if
(
mpTableAt
)
delete
mpTableAt
;
mpTableAt
=
rData
.
mpTableAtOld
;
mnTableStdAtLen
=
rData
.
mnTableStdAtLenOld
;
MSWordExportBase
::
RestoreData
();
}
...
...
@@ -3361,8 +3348,6 @@ WW8Export::WW8Export( SwWW8Writer *pWriter,
bool
bIsWW8
)
:
MSWordExportBase
(
pDocument
,
pCurrentPam
,
pOriginalPam
),
pO
(
NULL
),
mpTableAt
(
NULL
),
mnTableStdAtLen
(
0
),
pSepx
(
NULL
),
bWrtWW8
(
bIsWW8
),
m_pWriter
(
pWriter
),
...
...
sw/source/filter/ww8/wrtww8.hxx
Dosyayı görüntüle @
37836e3b
...
...
@@ -429,8 +429,6 @@ struct MSWordSaveData
Point
*
pOldFlyOffset
;
RndStdIds
eOldAnchorType
;
ww
::
bytes
*
pOOld
;
///< WW8Export only
WW8Bytes
*
mpTableAtOld
;
///< WW8Export only: Additional buffer for the output of the tables
sal_uInt16
mnTableStdAtLenOld
;
///< WW8Export only: Standard length of mpTableAt
SwPaM
*
pOldPam
,
*
pOldEnd
;
const
sw
::
Frame
*
pOldFlyFmt
;
const
SwPageDesc
*
pOldPageDesc
;
...
...
@@ -913,8 +911,6 @@ class WW8Export : public MSWordExportBase
{
public
:
ww
::
bytes
*
pO
;
///< Buffer
WW8Bytes
*
mpTableAt
;
///< Additional buffer for the output of the tables
sal_uInt16
mnTableStdAtLen
;
///< Standard length of mpTableAt
SvStream
*
pTableStrm
,
*
pDataStrm
;
///< Streams for WW97 Export
...
...
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