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
96a3ed19
Kaydet (Commit)
96a3ed19
authored
Mar 05, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svx: sal_Bool->bool
Change-Id: I1c52c98c6208d8108620a2b175e946af8ed3bca1
üst
5e456cc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
hdft.hxx
include/svx/hdft.hxx
+4
-4
hdft.cxx
svx/source/dialog/hdft.cxx
+2
-2
No files found.
include/svx/hdft.hxx
Dosyayı görüntüle @
96a3ed19
...
@@ -49,8 +49,8 @@ public:
...
@@ -49,8 +49,8 @@ public:
virtual
~
SvxHFPage
();
virtual
~
SvxHFPage
();
void
DisableDeleteQueryBox
()
{
bDisableQueryBox
=
sal_T
rue
;
}
void
DisableDeleteQueryBox
()
{
bDisableQueryBox
=
t
rue
;
}
void
EnableBackgroundSelector
(
sal_B
ool
bNew
)
{
bEnableBackgroundSelector
=
bNew
;
}
void
EnableBackgroundSelector
(
b
ool
bNew
)
{
bEnableBackgroundSelector
=
bNew
;
}
void
EnableDynamicSpacing
();
void
EnableDynamicSpacing
();
protected
:
protected
:
...
@@ -78,8 +78,8 @@ protected:
...
@@ -78,8 +78,8 @@ protected:
sal_uInt16
nId
;
sal_uInt16
nId
;
SfxItemSet
*
pBBSet
;
SfxItemSet
*
pBBSet
;
sal_Bool
bDisableQueryBox
;
bool
bDisableQueryBox
;
sal_Bool
bEnableBackgroundSelector
;
bool
bEnableBackgroundSelector
;
bool
bInReset
;
bool
bInReset
;
void
InitHandler
();
void
InitHandler
();
...
...
svx/source/dialog/hdft.cxx
Dosyayı görüntüle @
96a3ed19
...
@@ -158,8 +158,8 @@ SvxHFPage::SvxHFPage( Window* pParent, const SfxItemSet& rSet, sal_uInt16 nSetId
...
@@ -158,8 +158,8 @@ SvxHFPage::SvxHFPage( Window* pParent, const SfxItemSet& rSet, sal_uInt16 nSetId
SfxTabPage
(
pParent
,
"HFFormatPage"
,
"svx/ui/headfootformatpage.ui"
,
rSet
),
SfxTabPage
(
pParent
,
"HFFormatPage"
,
"svx/ui/headfootformatpage.ui"
,
rSet
),
nId
(
nSetId
),
nId
(
nSetId
),
pBBSet
(
NULL
),
pBBSet
(
NULL
),
bDisableQueryBox
(
sal_F
alse
),
bDisableQueryBox
(
f
alse
),
bEnableBackgroundSelector
(
sal_T
rue
)
bEnableBackgroundSelector
(
t
rue
)
{
{
get
(
m_pCntSharedBox
,
"checkSameLR"
);
get
(
m_pCntSharedBox
,
"checkSameLR"
);
...
...
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