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
639f33fc
Kaydet (Commit)
639f33fc
authored
Şub 19, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I6c29ace5985a025bcecbdeb50dfa40f9342b126a
üst
19d0ea98
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
tabcont.hxx
sc/source/ui/inc/tabcont.hxx
+4
-4
tabcont.cxx
sc/source/ui/view/tabcont.cxx
+2
-2
No files found.
sc/source/ui/inc/tabcont.hxx
Dosyayı görüntüle @
639f33fc
...
@@ -37,9 +37,9 @@ class ScTabControl : public TabBar, public DropTargetHelper, public DragSourceHe
...
@@ -37,9 +37,9 @@ class ScTabControl : public TabBar, public DropTargetHelper, public DragSourceHe
{
{
private
:
private
:
ScViewData
*
pViewData
;
ScViewData
*
pViewData
;
sal_uInt16
nMouseClickPageId
;
/// Last page ID after mouse button down/up
sal_uInt16
nMouseClickPageId
;
/// Last page ID after mouse button down/up
sal_uInt16
nSelPageIdByMouse
;
/// Selected page ID, if selected with mouse
sal_uInt16
nSelPageIdByMouse
;
/// Selected page ID, if selected with mouse
sal_B
ool
bErrorShown
;
b
ool
bErrorShown
;
void
DoDrag
(
const
Region
&
rRegion
);
void
DoDrag
(
const
Region
&
rRegion
);
...
@@ -74,7 +74,7 @@ public:
...
@@ -74,7 +74,7 @@ public:
void
UpdateInputContext
();
void
UpdateInputContext
();
void
UpdateStatus
();
void
UpdateStatus
();
void
SetSheetLayoutRTL
(
sal_B
ool
bSheetRTL
);
void
SetSheetLayoutRTL
(
b
ool
bSheetRTL
);
};
};
...
...
sc/source/ui/view/tabcont.cxx
Dosyayı görüntüle @
639f33fc
...
@@ -395,7 +395,7 @@ void ScTabControl::UpdateStatus()
...
@@ -395,7 +395,7 @@ void ScTabControl::UpdateStatus()
}
}
}
}
void
ScTabControl
::
SetSheetLayoutRTL
(
sal_B
ool
bSheetRTL
)
void
ScTabControl
::
SetSheetLayoutRTL
(
b
ool
bSheetRTL
)
{
{
SetEffectiveRTL
(
bSheetRTL
);
SetEffectiveRTL
(
bSheetRTL
);
nSelPageIdByMouse
=
TabBar
::
PAGE_NOT_FOUND
;
nSelPageIdByMouse
=
TabBar
::
PAGE_NOT_FOUND
;
...
@@ -619,7 +619,7 @@ long ScTabControl::AllowRenaming()
...
@@ -619,7 +619,7 @@ long ScTabControl::AllowRenaming()
}
}
else
else
{
{
bErrorShown
=
sal_T
rue
;
bErrorShown
=
t
rue
;
pViewSh
->
ErrorMessage
(
STR_INVALIDTABNAME
);
pViewSh
->
ErrorMessage
(
STR_INVALIDTABNAME
);
bErrorShown
=
false
;
bErrorShown
=
false
;
nRet
=
TABBAR_RENAMING_NO
;
nRet
=
TABBAR_RENAMING_NO
;
...
...
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