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
f05d1812
Kaydet (Commit)
f05d1812
authored
Agu 16, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
warning C4800: forcing value to bool 'true' or 'false'
Change-Id: I116d5e14116e6853765bce552b6b8a71c835942e
üst
159eb083
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
lwpborderstuff.cxx
lotuswordpro/source/filter/lwpborderstuff.cxx
+1
-1
lwpdlvlist.cxx
lotuswordpro/source/filter/lwpdlvlist.cxx
+1
-1
lwpfrib.cxx
lotuswordpro/source/filter/lwpfrib.cxx
+1
-1
lwpmarker.cxx
lotuswordpro/source/filter/lwpmarker.cxx
+1
-1
lwpoverride.cxx
lotuswordpro/source/filter/lwpoverride.cxx
+1
-1
lwppara.cxx
lotuswordpro/source/filter/lwppara.cxx
+1
-1
lwpsection.cxx
lotuswordpro/source/filter/lwpsection.cxx
+2
-2
No files found.
lotuswordpro/source/filter/lwpborderstuff.cxx
Dosyayı görüntüle @
f05d1812
...
@@ -158,7 +158,7 @@ void LwpBorderStuff::Read(LwpObjectStream *pStrm)
...
@@ -158,7 +158,7 @@ void LwpBorderStuff::Read(LwpObjectStream *pStrm)
bool
LwpBorderStuff
::
HasSide
(
sal_uInt16
side
)
bool
LwpBorderStuff
::
HasSide
(
sal_uInt16
side
)
{
{
return
m_nSides
&
side
;
return
(
m_nSides
&
side
)
!=
0
;
}
}
sal_uInt16
LwpBorderStuff
::
GetSideType
(
sal_uInt16
side
)
sal_uInt16
LwpBorderStuff
::
GetSideType
(
sal_uInt16
side
)
...
...
lotuswordpro/source/filter/lwpdlvlist.cxx
Dosyayı görüntüle @
f05d1812
...
@@ -143,7 +143,7 @@ void LwpDLNFPVList::ReadPropertyList(LwpObjectStream* pObjStrm)
...
@@ -143,7 +143,7 @@ void LwpDLNFPVList::ReadPropertyList(LwpObjectStream* pObjStrm)
{
{
if
(
LwpFileHeader
::
m_nFileRevision
>=
0x0000B
)
if
(
LwpFileHeader
::
m_nFileRevision
>=
0x0000B
)
{
{
m_bHasProperties
=
pObjStrm
->
QuickReaduInt8
();
m_bHasProperties
=
pObjStrm
->
QuickReaduInt8
()
!=
0
;
if
(
m_bHasProperties
)
if
(
m_bHasProperties
)
{
{
m_pPropList
=
new
LwpPropList
;
m_pPropList
=
new
LwpPropList
;
...
...
lotuswordpro/source/filter/lwpfrib.cxx
Dosyayı görüntüle @
f05d1812
...
@@ -132,7 +132,7 @@ LwpFrib* LwpFrib::CreateFrib(LwpPara* pPara, LwpObjectStream* pObjStrm, sal_uInt
...
@@ -132,7 +132,7 @@ LwpFrib* LwpFrib::CreateFrib(LwpPara* pPara, LwpObjectStream* pObjStrm, sal_uInt
break
;
break
;
case
FRIB_TAG_TEXT
:
case
FRIB_TAG_TEXT
:
{
{
newFrib
=
new
LwpFribText
(
pPara
,
fribtag
&
FRIB_TAG_NOUNICODE
);
newFrib
=
new
LwpFribText
(
pPara
,
(
fribtag
&
FRIB_TAG_NOUNICODE
)
!=
0
);
break
;
break
;
}
}
case
FRIB_TAG_TABLE
:
case
FRIB_TAG_TABLE
:
...
...
lotuswordpro/source/filter/lwpmarker.cxx
Dosyayı görüntüle @
f05d1812
...
@@ -300,7 +300,7 @@ bool LwpCHBlkMarker::IsHasFilled()
...
@@ -300,7 +300,7 @@ bool LwpCHBlkMarker::IsHasFilled()
bool
LwpCHBlkMarker
::
IsBubbleHelp
()
bool
LwpCHBlkMarker
::
IsBubbleHelp
()
{
{
return
(
CHB_HELP
&
m_nFlag
);
return
(
CHB_HELP
&
m_nFlag
)
!=
0
;
}
}
void
LwpCHBlkMarker
::
EnumAllKeywords
()
void
LwpCHBlkMarker
::
EnumAllKeywords
()
...
...
lotuswordpro/source/filter/lwpoverride.cxx
Dosyayı görüntüle @
f05d1812
...
@@ -170,7 +170,7 @@ void LwpTextAttributeOverride::Read(LwpObjectStream* pStrm)
...
@@ -170,7 +170,7 @@ void LwpTextAttributeOverride::Read(LwpObjectStream* pStrm)
bool
LwpTextAttributeOverride
::
IsHighlight
()
bool
LwpTextAttributeOverride
::
IsHighlight
()
{
{
return
(
m_nValues
&
TAO_HIGHLIGHT
);
return
(
m_nValues
&
TAO_HIGHLIGHT
)
!=
0
;
}
}
/*class LwpKinsokuOptsOverride*/
/*class LwpKinsokuOptsOverride*/
...
...
lotuswordpro/source/filter/lwppara.cxx
Dosyayı görüntüle @
f05d1812
...
@@ -166,7 +166,7 @@ void LwpPara::Read()
...
@@ -166,7 +166,7 @@ void LwpPara::Read()
if
(
LwpFileHeader
::
m_nFileRevision
<
0x0006
)
if
(
LwpFileHeader
::
m_nFileRevision
<
0x0006
)
Simple
=
false
;
Simple
=
false
;
else
if
(
LwpFileHeader
::
m_nFileRevision
<
0x000B
)
else
if
(
LwpFileHeader
::
m_nFileRevision
<
0x000B
)
Simple
=
m_pObjStrm
->
QuickReaduInt8
();
Simple
=
m_pObjStrm
->
QuickReaduInt8
()
!=
0
;
else
else
{
{
sal_uInt8
Flag
=
m_pObjStrm
->
QuickReaduInt8
();
sal_uInt8
Flag
=
m_pObjStrm
->
QuickReaduInt8
();
...
...
lotuswordpro/source/filter/lwpsection.cxx
Dosyayı görüntüle @
f05d1812
...
@@ -148,13 +148,13 @@ void LwpIndexSection::Read()
...
@@ -148,13 +148,13 @@ void LwpIndexSection::Read()
bool
LwpIndexSection
::
IsFormatRunin
()
bool
LwpIndexSection
::
IsFormatRunin
()
{
{
return
(
m_nFlags
&
RUN_IN
);
return
(
m_nFlags
&
RUN_IN
)
!=
0
;
}
}
bool
LwpIndexSection
::
IsFormatSeparator
()
bool
LwpIndexSection
::
IsFormatSeparator
()
{
{
return
(
m_nFlags
&
SEPARATORS
);
return
(
m_nFlags
&
SEPARATORS
)
!=
0
;
}
}
...
...
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