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
4e808f63
Kaydet (Commit)
4e808f63
authored
Şub 26, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
editeng: sal_Bool->bool
Change-Id: I5ed4b1bdaba917d420666b15ec0b7060370f1059
üst
015b80e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ulspitem.hxx
include/editeng/ulspitem.hxx
+5
-5
No files found.
include/editeng/ulspitem.hxx
Dosyayı görüntüle @
4e808f63
...
...
@@ -36,7 +36,7 @@ class EDITENG_DLLPUBLIC SvxULSpaceItem : public SfxPoolItem
{
sal_uInt16
nUpper
;
// Upper space
sal_uInt16
nLower
;
// Lower space
sal_Bool
bContext
;
// Contextual spacing?
bool
bContext
;
// Contextual spacing?
sal_uInt16
nPropUpper
,
nPropLower
;
// relative or absolute (=100%)
public
:
TYPEINFO
();
...
...
@@ -69,13 +69,13 @@ public:
void
SetUpperValue
(
const
sal_uInt16
nU
)
{
nUpper
=
nU
;
}
void
SetLowerValue
(
const
sal_uInt16
nL
)
{
nLower
=
nL
;
}
void
SetContextValue
(
const
sal_Bool
bC
)
{
bContext
=
bC
;
}
void
SetPropUpper
(
const
sal_uInt16
nU
)
{
nPropUpper
=
nU
;
}
void
SetPropLower
(
const
sal_uInt16
nL
)
{
nPropLower
=
nL
;
}
void
SetContextValue
(
const
bool
bC
)
{
bContext
=
bC
;
}
void
SetPropUpper
(
const
sal_uInt16
nU
)
{
nPropUpper
=
nU
;
}
void
SetPropLower
(
const
sal_uInt16
nL
)
{
nPropLower
=
nL
;
}
sal_uInt16
GetUpper
()
const
{
return
nUpper
;
}
sal_uInt16
GetLower
()
const
{
return
nLower
;
}
sal_B
ool
GetContext
()
const
{
return
bContext
;
}
b
ool
GetContext
()
const
{
return
bContext
;
}
sal_uInt16
GetPropUpper
()
const
{
return
nPropUpper
;
}
sal_uInt16
GetPropLower
()
const
{
return
nPropLower
;
}
};
...
...
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