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
eb7fe34e
Kaydet (Commit)
eb7fe34e
authored
May 28, 2011
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool to bool.
üst
ff057f09
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
tabview2.cxx
sc/source/ui/view/tabview2.cxx
+10
-10
tabview3.cxx
sc/source/ui/view/tabview3.cxx
+0
-0
No files found.
sc/source/ui/view/tabview2.cxx
Dosyayı görüntüle @
eb7fe34e
...
...
@@ -388,8 +388,8 @@ void ScTabView::PaintMarks(SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCRO
if
(
!
ValidCol
(
nEndCol
))
nEndCol
=
MAXCOL
;
if
(
!
ValidRow
(
nEndRow
))
nEndRow
=
MAXROW
;
sal_B
ool
bLeft
=
(
nStartCol
==
0
&&
nEndCol
==
MAXCOL
);
sal_B
ool
bTop
=
(
nStartRow
==
0
&&
nEndRow
==
MAXROW
);
b
ool
bLeft
=
(
nStartCol
==
0
&&
nEndCol
==
MAXCOL
);
b
ool
bTop
=
(
nStartRow
==
0
&&
nEndRow
==
MAXROW
);
if
(
bLeft
)
PaintLeftArea
(
nStartRow
,
nEndRow
);
...
...
@@ -493,7 +493,7 @@ void ScTabView::DoneBlockMode( bool bContinue )
if
(
IsBlockMode
()
&&
!
bMoveIsShift
)
{
ScMarkData
&
rMark
=
aViewData
.
GetMarkData
();
sal_B
ool
bFlag
=
rMark
.
GetMarkingFlag
();
b
ool
bFlag
=
rMark
.
GetMarkingFlag
();
rMark
.
SetMarking
(
false
);
if
(
bBlockNeg
&&
!
bContinue
)
...
...
@@ -510,7 +510,7 @@ void ScTabView::DoneBlockMode( bool bContinue )
SCTAB
nTab
=
aViewData
.
GetTabNo
();
ScDocument
*
pDoc
=
aViewData
.
GetDocument
();
if
(
pDoc
->
HasTable
(
nTab
)
)
PaintBlock
(
sal_True
);
// sal_T
rue -> Block loeschen
PaintBlock
(
true
);
// t
rue -> Block loeschen
else
rMark
.
ResetMark
();
}
...
...
@@ -996,7 +996,7 @@ void ScTabView::PaintBlock( bool bReset )
HideAllCursors
();
if
(
bMulti
)
{
sal_B
ool
bFlag
=
rMark
.
GetMarkingFlag
();
b
ool
bFlag
=
rMark
.
GetMarkingFlag
();
rMark
.
SetMarking
(
false
);
rMark
.
MarkToMulti
();
rMark
.
GetMultiMarkArea
(
aMarkRange
);
...
...
@@ -1069,7 +1069,7 @@ void ScTabView::SelectAllTables()
if
(
nCount
>
1
)
{
for
(
SCTAB
i
=
0
;
i
<
nCount
;
i
++
)
rMark
.
SelectTable
(
i
,
sal_T
rue
);
rMark
.
SelectTable
(
i
,
t
rue
);
aViewData
.
GetDocShell
()
->
PostPaintExtras
();
SfxBindings
&
rBind
=
aViewData
.
GetBindings
();
...
...
@@ -1094,7 +1094,7 @@ void ScTabView::DeselectAllTables()
rBind
.
Invalidate
(
FID_TAB_DESELECTALL
);
}
sal_B
ool
lcl_FitsInWindow
(
double
fScaleX
,
double
fScaleY
,
sal_uInt16
nZoom
,
b
ool
lcl_FitsInWindow
(
double
fScaleX
,
double
fScaleY
,
sal_uInt16
nZoom
,
long
nWindowX
,
long
nWindowY
,
ScDocument
*
pDoc
,
SCTAB
nTab
,
SCCOL
nStartCol
,
SCROW
nStartRow
,
SCCOL
nEndCol
,
SCROW
nEndRow
,
SCCOL
nFixPosX
,
SCROW
nFixPosY
)
...
...
@@ -1153,7 +1153,7 @@ sal_Bool lcl_FitsInWindow( double fScaleX, double fScaleY, sal_uInt16 nZoom,
}
}
return
sal_T
rue
;
return
t
rue
;
}
sal_uInt16
ScTabView
::
CalcZoom
(
SvxZoomType
eType
,
sal_uInt16
nOldZoom
)
...
...
@@ -1275,7 +1275,7 @@ sal_uInt16 ScTabView::CalcZoom( SvxZoomType eType, sal_uInt16 nOldZoom )
if
(
pStyleSheet
)
{
ScPrintFunc
aPrintFunc
(
aViewData
.
GetDocShell
(),
aViewData
.
GetViewShell
()
->
GetPrinter
(
sal_T
rue
),
aViewData
.
GetViewShell
()
->
GetPrinter
(
t
rue
),
nCurTab
);
Size
aPageSize
=
aPrintFunc
.
GetDataSize
();
...
...
@@ -1400,7 +1400,7 @@ void ScTabView::ErrorMessage( sal_uInt16 nGlobStrId )
Window
*
pParent
=
aViewData
.
GetDialogParent
();
ScWaitCursorOff
aWaitOff
(
pParent
);
sal_B
ool
bFocus
=
pParent
&&
pParent
->
HasFocus
();
b
ool
bFocus
=
pParent
&&
pParent
->
HasFocus
();
if
(
nGlobStrId
==
STR_PROTECTIONERR
)
{
...
...
sc/source/ui/view/tabview3.cxx
Dosyayı görüntüle @
eb7fe34e
This diff is collapsed.
Click to expand it.
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