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
3e770e32
Kaydet (Commit)
3e770e32
authored
Eki 15, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field
Change-Id: I0b203dd65f659533dd3db9f25a1d42569473df31
üst
0b024418
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
Dff.cxx
writerfilter/source/doctok/Dff.cxx
+3
-5
Dff.hxx
writerfilter/source/doctok/Dff.hxx
+0
-1
No files found.
writerfilter/source/doctok/Dff.cxx
Dosyayı görüntüle @
3e770e32
...
@@ -325,21 +325,19 @@ Sprm::Kind DffRecord::getKind()
...
@@ -325,21 +325,19 @@ Sprm::Kind DffRecord::getKind()
DffBlock
::
DffBlock
(
WW8Stream
&
rStream
,
sal_uInt32
nOffset
,
DffBlock
::
DffBlock
(
WW8Stream
&
rStream
,
sal_uInt32
nOffset
,
sal_uInt32
nCount
,
sal_uInt32
nPadding
)
sal_uInt32
nCount
,
sal_uInt32
nPadding
)
:
WW8StructBase
(
rStream
,
nOffset
,
nCount
),
bInitialized
(
false
),
:
WW8StructBase
(
rStream
,
nOffset
,
nCount
),
mnPadding
(
nPadding
)
mnPadding
(
nPadding
)
{
{
}
}
DffBlock
::
DffBlock
(
WW8StructBase
*
pParent
,
sal_uInt32
nOffset
,
DffBlock
::
DffBlock
(
WW8StructBase
*
pParent
,
sal_uInt32
nOffset
,
sal_uInt32
nCount
,
sal_uInt32
nPadding
)
sal_uInt32
nCount
,
sal_uInt32
nPadding
)
:
WW8StructBase
(
pParent
,
nOffset
,
nCount
),
bInitialized
(
false
),
:
WW8StructBase
(
pParent
,
nOffset
,
nCount
),
mnPadding
(
nPadding
)
mnPadding
(
nPadding
)
{
{
}
}
DffBlock
::
DffBlock
(
const
DffBlock
&
rSrc
)
DffBlock
::
DffBlock
(
const
DffBlock
&
rSrc
)
:
WW8StructBase
(
rSrc
),
writerfilter
::
Reference
<
Properties
>
(
rSrc
),
:
WW8StructBase
(
rSrc
),
writerfilter
::
Reference
<
Properties
>
(
rSrc
),
bInitialized
(
false
),
mnPadding
(
rSrc
.
mnPadding
)
mnPadding
(
rSrc
.
mnPadding
)
{
{
}
}
...
...
writerfilter/source/doctok/Dff.hxx
Dosyayı görüntüle @
3e770e32
...
@@ -98,7 +98,6 @@ typedef vector<DffRecord::Pointer_t> Records_t;
...
@@ -98,7 +98,6 @@ typedef vector<DffRecord::Pointer_t> Records_t;
class
DffBlock
:
public
WW8StructBase
,
class
DffBlock
:
public
WW8StructBase
,
public
writerfilter
::
Reference
<
Properties
>
public
writerfilter
::
Reference
<
Properties
>
{
{
bool
bInitialized
;
sal_uInt32
mnPadding
;
sal_uInt32
mnPadding
;
Records_t
mRecords
;
Records_t
mRecords
;
...
...
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