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
49b78a5d
Kaydet (Commit)
49b78a5d
authored
Şub 11, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I89492db6557109623418c610f8dbbee021d1eb5a
üst
c32f314d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
editutil.hxx
sc/inc/editutil.hxx
+3
-3
editutil.cxx
sc/source/core/tool/editutil.cxx
+4
-4
No files found.
sc/inc/editutil.hxx
Dosyayı görüntüle @
49b78a5d
...
...
@@ -116,11 +116,11 @@ class ScEnginePoolHelper
protected
:
SfxItemPool
*
pEnginePool
;
SfxItemSet
*
pDefaults
;
sal_B
ool
bDeleteEnginePool
;
sal_B
ool
bDeleteDefaults
;
b
ool
bDeleteEnginePool
;
b
ool
bDeleteDefaults
;
ScEnginePoolHelper
(
SfxItemPool
*
pEnginePool
,
sal_B
ool
bDeleteEnginePool
=
false
);
b
ool
bDeleteEnginePool
=
false
);
ScEnginePoolHelper
(
const
ScEnginePoolHelper
&
rOrg
);
virtual
~
ScEnginePoolHelper
();
};
...
...
sc/source/core/tool/editutil.cxx
Dosyayı görüntüle @
49b78a5d
...
...
@@ -432,7 +432,7 @@ ScEditAttrTester::~ScEditAttrTester()
}
ScEnginePoolHelper
::
ScEnginePoolHelper
(
SfxItemPool
*
pEnginePoolP
,
sal_B
ool
bDeleteEnginePoolP
)
b
ool
bDeleteEnginePoolP
)
:
pEnginePool
(
pEnginePoolP
),
pDefaults
(
NULL
),
...
...
@@ -489,7 +489,7 @@ void ScEditEngineDefaulter::SetDefaults( const SfxItemSet& rSet, sal_Bool bRemem
if
(
bDeleteDefaults
)
delete
pDefaults
;
pDefaults
=
new
SfxItemSet
(
rSet
);
bDeleteDefaults
=
sal_T
rue
;
bDeleteDefaults
=
t
rue
;
}
const
SfxItemSet
&
rNewSet
=
bRememberCopy
?
*
pDefaults
:
rSet
;
sal_Bool
bUndo
=
IsUndoEnabled
();
...
...
@@ -523,7 +523,7 @@ void ScEditEngineDefaulter::SetDefaultItem( const SfxPoolItem& rItem )
if
(
!
pDefaults
)
{
pDefaults
=
new
SfxItemSet
(
GetEmptyItemSet
()
);
bDeleteDefaults
=
sal_T
rue
;
bDeleteDefaults
=
t
rue
;
}
pDefaults
->
Put
(
rItem
);
SetDefaults
(
*
pDefaults
,
false
);
...
...
@@ -534,7 +534,7 @@ const SfxItemSet& ScEditEngineDefaulter::GetDefaults()
if
(
!
pDefaults
)
{
pDefaults
=
new
SfxItemSet
(
GetEmptyItemSet
()
);
bDeleteDefaults
=
sal_T
rue
;
bDeleteDefaults
=
t
rue
;
}
return
*
pDefaults
;
}
...
...
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