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
eb8d716f
Kaydet (Commit)
eb8d716f
authored
Agu 16, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
warning C4800: 'int' : forcing value to bool 'true' or 'false'
Change-Id: Iae7dd3944d1d01020c8a3ab1ac4bb2e94e01541e
üst
fe3b2912
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
porlin.hxx
sw/source/core/text/porlin.hxx
+12
-12
No files found.
sw/source/core/text/porlin.hxx
Dosyayı görüntüle @
eb8d716f
...
@@ -108,18 +108,18 @@ public:
...
@@ -108,18 +108,18 @@ public:
inline
sal_uInt16
GetWhichPor
(
)
const
{
return
nWhichPor
;
}
inline
sal_uInt16
GetWhichPor
(
)
const
{
return
nWhichPor
;
}
// Group queries
// Group queries
inline
bool
InTxtGrp
()
const
{
return
nWhichPor
&
PORGRP_TXT
;
}
inline
bool
InTxtGrp
()
const
{
return
(
nWhichPor
&
PORGRP_TXT
)
!=
0
;
}
inline
bool
InGlueGrp
()
const
{
return
nWhichPor
&
PORGRP_GLUE
;
}
inline
bool
InGlueGrp
()
const
{
return
(
nWhichPor
&
PORGRP_GLUE
)
!=
0
;
}
inline
bool
InTabGrp
()
const
{
return
nWhichPor
&
PORGRP_TAB
;
}
inline
bool
InTabGrp
()
const
{
return
(
nWhichPor
&
PORGRP_TAB
)
!=
0
;
}
inline
bool
InHyphGrp
()
const
{
return
nWhichPor
&
PORGRP_HYPH
;
}
inline
bool
InHyphGrp
()
const
{
return
(
nWhichPor
&
PORGRP_HYPH
)
!=
0
;
}
inline
bool
InNumberGrp
()
const
{
return
nWhichPor
&
PORGRP_NUMBER
;
}
inline
bool
InNumberGrp
()
const
{
return
(
nWhichPor
&
PORGRP_NUMBER
)
!=
0
;
}
inline
bool
InFixGrp
()
const
{
return
nWhichPor
&
PORGRP_FIX
;
}
inline
bool
InFixGrp
()
const
{
return
(
nWhichPor
&
PORGRP_FIX
)
!=
0
;
}
inline
bool
InFldGrp
()
const
{
return
nWhichPor
&
PORGRP_FLD
;
}
inline
bool
InFldGrp
()
const
{
return
(
nWhichPor
&
PORGRP_FLD
)
!=
0
;
}
inline
bool
InToxRefGrp
()
const
{
return
nWhichPor
&
PORGRP_TOXREF
;
}
inline
bool
InToxRefGrp
()
const
{
return
(
nWhichPor
&
PORGRP_TOXREF
)
!=
0
;
}
inline
bool
InToxRefOrFldGrp
()
const
{
return
nWhichPor
&
(
PORGRP_FLD
|
PORGRP_TOXREF
)
;
}
inline
bool
InToxRefOrFldGrp
()
const
{
return
(
nWhichPor
&
(
PORGRP_FLD
|
PORGRP_TOXREF
))
!=
0
;
}
inline
bool
InExpGrp
()
const
{
return
nWhichPor
&
PORGRP_EXP
;
}
inline
bool
InExpGrp
()
const
{
return
(
nWhichPor
&
PORGRP_EXP
)
!=
0
;
}
inline
bool
InTabnLftGrp
()
const
{
return
nWhichPor
&
PORGRP_TABNOTLFT
;
}
inline
bool
InTabnLftGrp
()
const
{
return
(
nWhichPor
&
PORGRP_TABNOTLFT
)
!=
0
;
}
inline
bool
InFixMargGrp
()
const
{
return
nWhichPor
&
PORGRP_FIXMARG
;
}
inline
bool
InFixMargGrp
()
const
{
return
(
nWhichPor
&
PORGRP_FIXMARG
)
!=
0
;
}
inline
bool
InSpaceGrp
()
const
{
return
InTxtGrp
()
||
IsMultiPortion
();
}
inline
bool
InSpaceGrp
()
const
{
return
InTxtGrp
()
||
IsMultiPortion
();
}
// Individual queries
// Individual queries
inline
bool
IsGrfNumPortion
()
const
{
return
nWhichPor
==
POR_GRFNUM
;
}
inline
bool
IsGrfNumPortion
()
const
{
return
nWhichPor
==
POR_GRFNUM
;
}
...
...
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