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
87beef16
Kaydet (Commit)
87beef16
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: If62075f1f707d670d71825d74dfd7168ba231e24
üst
82b5388b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
tpusrlst.hxx
sc/source/ui/inc/tpusrlst.hxx
+4
-4
tpusrlst.cxx
sc/source/ui/optdlg/tpusrlst.cxx
+4
-4
No files found.
sc/source/ui/inc/tpusrlst.hxx
Dosyayı görüntüle @
87beef16
...
@@ -78,10 +78,10 @@ private:
...
@@ -78,10 +78,10 @@ private:
ScRangeUtil
*
pRangeUtil
;
ScRangeUtil
*
pRangeUtil
;
OUString
aStrSelectedArea
;
OUString
aStrSelectedArea
;
sal_B
ool
bModifyMode
;
b
ool
bModifyMode
;
sal_B
ool
bCancelMode
;
b
ool
bCancelMode
;
sal_B
ool
bCopyDone
;
b
ool
bCopyDone
;
sal_uInt16
nCancelPos
;
sal_uInt16
nCancelPos
;
#ifdef _TPUSRLST_CXX
#ifdef _TPUSRLST_CXX
private
:
private
:
...
...
sc/source/ui/optdlg/tpusrlst.cxx
Dosyayı görüntüle @
87beef16
...
@@ -448,7 +448,7 @@ void ScTpUserLists::CopyListFromArea( const ScRefAddress& rStartPos,
...
@@ -448,7 +448,7 @@ void ScTpUserLists::CopyListFromArea( const ScRefAddress& rStartPos,
//----------------------------------------------------------
//----------------------------------------------------------
bCopyDone
=
sal_T
rue
;
bCopyDone
=
t
rue
;
}
}
...
@@ -537,7 +537,7 @@ IMPL_LINK( ScTpUserLists, BtnClickHdl, PushButton*, pBtn )
...
@@ -537,7 +537,7 @@ IMPL_LINK( ScTpUserLists, BtnClickHdl, PushButton*, pBtn )
}
}
mpBtnNew
->
Hide
();
mpBtnNew
->
Hide
();
mpBtnDiscard
->
Show
();
mpBtnDiscard
->
Show
();
bCancelMode
=
sal_T
rue
;
bCancelMode
=
t
rue
;
}
}
else
// if ( bCancelMode )
else
// if ( bCancelMode )
{
{
...
@@ -766,12 +766,12 @@ IMPL_LINK( ScTpUserLists, EdEntriesModHdl, VclMultiLineEdit*, pEd )
...
@@ -766,12 +766,12 @@ IMPL_LINK( ScTpUserLists, EdEntriesModHdl, VclMultiLineEdit*, pEd )
{
{
mpBtnNew
->
Hide
();
mpBtnNew
->
Hide
();
mpBtnDiscard
->
Show
();
mpBtnDiscard
->
Show
();
bCancelMode
=
sal_T
rue
;
bCancelMode
=
t
rue
;
mpBtnAdd
->
Hide
();
mpBtnAdd
->
Hide
();
mpBtnAdd
->
Enable
();
mpBtnAdd
->
Enable
();
mpBtnModify
->
Show
();
mpBtnModify
->
Show
();
mpBtnModify
->
Enable
();
mpBtnModify
->
Enable
();
bModifyMode
=
sal_T
rue
;
bModifyMode
=
t
rue
;
mpBtnRemove
->
Disable
();
mpBtnRemove
->
Disable
();
mpFtLists
->
Disable
();
mpFtLists
->
Disable
();
mpLbLists
->
Disable
();
mpLbLists
->
Disable
();
...
...
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