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
a2f612c3
Kaydet (Commit)
a2f612c3
authored
Şub 18, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I9798eaeda9d3328fd93dabee71ba2fafa98e4371
üst
c8c118be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
privsplt.cxx
sc/source/ui/formdlg/privsplt.cxx
+5
-5
privsplt.hxx
sc/source/ui/inc/privsplt.hxx
+2
-2
No files found.
sc/source/ui/formdlg/privsplt.cxx
Dosyayı görüntüle @
a2f612c3
...
@@ -336,7 +336,7 @@ void ScPrivatSplit::MoveSplitTo(Point aPos)
...
@@ -336,7 +336,7 @@ void ScPrivatSplit::MoveSplitTo(Point aPos)
}
}
void
ScPrivatSplit
::
ImplInitSettings
(
sal_Bool
bFont
,
sal_Bool
bForeground
,
sal_B
ool
bBackground
)
void
ScPrivatSplit
::
ImplInitSettings
(
bool
bFont
,
bool
bForeground
,
b
ool
bBackground
)
{
{
const
StyleSettings
&
rStyleSettings
=
GetSettings
().
GetStyleSettings
();
const
StyleSettings
&
rStyleSettings
=
GetSettings
().
GetStyleSettings
();
...
@@ -375,17 +375,17 @@ void ScPrivatSplit::StateChanged( StateChangedType nType )
...
@@ -375,17 +375,17 @@ void ScPrivatSplit::StateChanged( StateChangedType nType )
if
(
(
nType
==
STATE_CHANGE_ZOOM
)
||
if
(
(
nType
==
STATE_CHANGE_ZOOM
)
||
(
nType
==
STATE_CHANGE_CONTROLFONT
)
)
(
nType
==
STATE_CHANGE_CONTROLFONT
)
)
{
{
ImplInitSettings
(
sal_T
rue
,
false
,
false
);
ImplInitSettings
(
t
rue
,
false
,
false
);
Invalidate
();
Invalidate
();
}
}
if
(
nType
==
STATE_CHANGE_CONTROLFOREGROUND
)
if
(
nType
==
STATE_CHANGE_CONTROLFOREGROUND
)
{
{
ImplInitSettings
(
false
,
sal_T
rue
,
false
);
ImplInitSettings
(
false
,
t
rue
,
false
);
Invalidate
();
Invalidate
();
}
}
else
if
(
nType
==
STATE_CHANGE_CONTROLBACKGROUND
)
else
if
(
nType
==
STATE_CHANGE_CONTROLBACKGROUND
)
{
{
ImplInitSettings
(
false
,
false
,
sal_T
rue
);
ImplInitSettings
(
false
,
false
,
t
rue
);
Invalidate
();
Invalidate
();
}
}
...
@@ -399,7 +399,7 @@ void ScPrivatSplit::DataChanged( const DataChangedEvent& rDCEvt )
...
@@ -399,7 +399,7 @@ void ScPrivatSplit::DataChanged( const DataChangedEvent& rDCEvt )
if
(
(
rDCEvt
.
GetType
()
==
DATACHANGED_SETTINGS
)
&&
if
(
(
rDCEvt
.
GetType
()
==
DATACHANGED_SETTINGS
)
&&
(
rDCEvt
.
GetFlags
()
&
SETTINGS_STYLE
)
)
(
rDCEvt
.
GetFlags
()
&
SETTINGS_STYLE
)
)
{
{
ImplInitSettings
(
sal_True
,
sal_True
,
sal_T
rue
);
ImplInitSettings
(
true
,
true
,
t
rue
);
Invalidate
();
Invalidate
();
}
}
else
else
...
...
sc/source/ui/inc/privsplt.hxx
Dosyayı görüntüle @
a2f612c3
...
@@ -29,7 +29,7 @@ class ScPrivatSplit : public Control
...
@@ -29,7 +29,7 @@ class ScPrivatSplit : public Control
private
:
private
:
Link
aCtrModifiedLink
;
Link
aCtrModifiedLink
;
sal_B
ool
aMovingFlag
;
b
ool
aMovingFlag
;
Pointer
aWinPointer
;
Pointer
aWinPointer
;
SC_SPLIT_DIRECTION
eScSplit
;
SC_SPLIT_DIRECTION
eScSplit
;
short
nOldX
;
short
nOldX
;
...
@@ -42,7 +42,7 @@ class ScPrivatSplit : public Control
...
@@ -42,7 +42,7 @@ class ScPrivatSplit : public Control
short
nDeltaY
;
short
nDeltaY
;
using
Control
::
ImplInitSettings
;
using
Control
::
ImplInitSettings
;
void
ImplInitSettings
(
sal_Bool
bFont
,
sal_Bool
bForeground
,
sal_B
ool
bBackground
);
void
ImplInitSettings
(
bool
bFont
,
bool
bForeground
,
b
ool
bBackground
);
...
...
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