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
3b513aef
Kaydet (Commit)
3b513aef
authored
Şub 23, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tdf#86543: reinterpret_cast -1 of appropriate width as special marker
Change-Id: Idf0d2a77a78e0e8fcbf435984b9b8f4393e4c207
üst
daa20dca
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
ddectrl.cxx
basic/source/runtime/ddectrl.cxx
+1
-1
dialog.hxx
include/vcl/dialog.hxx
+1
-1
fedesc.cxx
sw/source/core/frmedt/fedesc.cxx
+2
-2
docxexport.cxx
sw/source/filter/ww8/docxexport.cxx
+1
-1
wrtw8sty.cxx
sw/source/filter/ww8/wrtw8sty.cxx
+3
-3
wrtww8.cxx
sw/source/filter/ww8/wrtww8.cxx
+1
-1
No files found.
basic/source/runtime/ddectrl.cxx
Dosyayı görüntüle @
3b513aef
...
...
@@ -22,7 +22,7 @@
#include "ddectrl.hxx"
#include <basic/sberrors.hxx>
#define DDE_FREECHANNEL (reinterpret_cast<DdeConnection*>(
0xffffffff
))
#define DDE_FREECHANNEL (reinterpret_cast<DdeConnection*>(
sal_IntPtr(-1)
))
#define DDE_FIRSTERR 0x4000
#define DDE_LASTERR 0x4011
...
...
include/vcl/dialog.hxx
Dosyayı görüntüle @
3b513aef
...
...
@@ -27,7 +27,7 @@
// parameter to pass to the dialog constructor if really no parent is wanted
// whereas NULL chooses the default dialog parent
#define DIALOG_NO_PARENT (reinterpret_cast<vcl::Window*>(
0xffffffff
))
#define DIALOG_NO_PARENT (reinterpret_cast<vcl::Window*>(
sal_IntPtr(-1)
))
// - Dialog -
...
...
sw/source/core/frmedt/fedesc.cxx
Dosyayı görüntüle @
3b513aef
...
...
@@ -185,7 +185,7 @@ const SwPageDesc* SwFEShell::GetSelectedPageDescs() const
{
const
SwCntntNode
*
pCNd
;
const
SwFrm
*
pMkFrm
,
*
pPtFrm
;
const
SwPageDesc
*
pFnd
,
*
pRetDesc
=
reinterpret_cast
<
SwPageDesc
*>
(
0xffffffff
);
const
SwPageDesc
*
pFnd
,
*
pRetDesc
=
reinterpret_cast
<
SwPageDesc
*>
(
sal_IntPtr
(
-
1
)
);
const
Point
aNulPt
;
for
(
SwPaM
&
rPaM
:
GetCrsr
()
->
GetRingContainer
())
...
...
@@ -227,7 +227,7 @@ const SwPageDesc* SwFEShell::GetSelectedPageDescs() const
}
}
if
(
reinterpret_cast
<
SwPageDesc
*>
(
0xffffffff
)
==
pRetDesc
)
if
(
reinterpret_cast
<
SwPageDesc
*>
(
sal_IntPtr
(
-
1
)
)
==
pRetDesc
)
pRetDesc
=
pFnd
;
else
if
(
pFnd
!=
pRetDesc
)
{
...
...
sw/source/filter/ww8/docxexport.cxx
Dosyayı görüntüle @
3b513aef
...
...
@@ -486,7 +486,7 @@ void DocxExport::OutputEndNode( const SwEndNode& rEndNode )
{
const
SwSectionFmt
*
pParentFmt
=
rSect
.
GetFmt
()
->
GetParent
();
if
(
!
pParentFmt
)
pParentFmt
=
reinterpret_cast
<
SwSectionFmt
*>
(
0xFFFFFFFF
)
;
pParentFmt
=
reinterpret_cast
<
SwSectionFmt
*>
(
sal_IntPtr
(
-
1
))
;
sal_uLong
nRstLnNum
;
if
(
rNd
.
IsCntntNode
()
)
...
...
sw/source/filter/ww8/wrtw8sty.cxx
Dosyayı görüntüle @
3b513aef
...
...
@@ -1140,7 +1140,7 @@ sal_uInt16 MSWordSections::NumberOfColumns( const SwDoc &rDoc, const WW8_SepInfo
aSet
.
SetParent
(
&
rSet
);
//0xffffffff, what the hell is going on with that!, fixme most terribly
if
(
rInfo
.
pSectionFmt
&&
reinterpret_cast
<
SwSectionFmt
*>
(
0xFFFFFFFF
)
!=
rInfo
.
pSectionFmt
)
if
(
rInfo
.
pSectionFmt
&&
reinterpret_cast
<
SwSectionFmt
*>
(
sal_IntPtr
(
-
1
)
)
!=
rInfo
.
pSectionFmt
)
aSet
.
Put
(
rInfo
.
pSectionFmt
->
GetFmtAttr
(
RES_COL
)
);
const
SwFmtCol
&
rCol
=
static_cast
<
const
SwFmtCol
&>
(
aSet
.
Get
(
RES_COL
));
...
...
@@ -1327,7 +1327,7 @@ bool WW8_SepInfo::IsProtected() const
bool
bRet
=
false
;
if
(
pSectionFmt
&&
(
reinterpret_cast
<
SwSectionFmt
*>
(
0xFFFFFFFF
)
!=
pSectionFmt
)
(
reinterpret_cast
<
SwSectionFmt
*>
(
sal_IntPtr
(
-
1
)
)
!=
pSectionFmt
)
)
{
const
SwSection
*
pSection
=
pSectionFmt
->
GetSection
();
...
...
@@ -1663,7 +1663,7 @@ void MSWordExportBase::SectionProperties( const WW8_SepInfo& rSepInfo, WW8_PdAtt
}
}
if
(
reinterpret_cast
<
SwSectionFmt
*>
(
0xFFFFFFFF
)
!=
rSepInfo
.
pSectionFmt
)
if
(
reinterpret_cast
<
SwSectionFmt
*>
(
sal_IntPtr
(
-
1
)
)
!=
rSepInfo
.
pSectionFmt
)
{
if
(
nBreakCode
==
0
)
bOutPgDscSet
=
false
;
...
...
sw/source/filter/ww8/wrtww8.cxx
Dosyayı görüntüle @
3b513aef
...
...
@@ -2621,7 +2621,7 @@ void MSWordExportBase::WriteText()
const
SwSectionFmt
*
pParentFmt
=
rSect
.
GetFmt
()
->
GetParent
();
if
(
!
pParentFmt
)
pParentFmt
=
reinterpret_cast
<
SwSectionFmt
*>
(
0xFFFFFFFF
);
pParentFmt
=
reinterpret_cast
<
SwSectionFmt
*>
(
sal_IntPtr
(
-
1
)
);
sal_uLong
nRstLnNum
;
if
(
aIdx
.
GetNode
().
IsCntntNode
()
)
...
...
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