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
ab6fe426
Kaydet (Commit)
ab6fe426
authored
Ock 17, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: Ife994f88e0536a6bdd414deacc2c1e0315ad312f
üst
e3509a73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
chartpos.hxx
sc/inc/chartpos.hxx
+7
-7
chartpos.cxx
sc/source/core/tool/chartpos.cxx
+1
-1
No files found.
sc/inc/chartpos.hxx
Dosyayı görüntüle @
ab6fe426
...
...
@@ -110,9 +110,9 @@ class ScChartPositioner // only parameter struct
ScChartGlue
eGlue
;
SCCOL
nStartCol
;
SCROW
nStartRow
;
sal_B
ool
bColHeaders
;
sal_B
ool
bRowHeaders
;
sal_B
ool
bDummyUpperLeft
;
b
ool
bColHeaders
;
b
ool
bRowHeaders
;
b
ool
bDummyUpperLeft
;
private
:
void
CheckColRowHeaders
();
...
...
@@ -133,10 +133,10 @@ public:
void
SetRangeList
(
const
ScRangeListRef
&
rNew
)
{
aRangeListRef
=
rNew
;
}
void
SetRangeList
(
const
ScRange
&
rNew
);
void
SetHeaders
(
sal_Bool
bCol
,
sal_B
ool
bRow
)
{
bColHeaders
=
bCol
;
bRowHeaders
=
bRow
;
}
sal_B
ool
HasColHeaders
()
const
{
return
bColHeaders
;
}
sal_B
ool
HasRowHeaders
()
const
{
return
bRowHeaders
;
}
void
SetDummyUpperLeft
(
sal_Bool
bNew
)
{
bDummyUpperLeft
=
bNew
;
}
void
SetHeaders
(
bool
bCol
,
b
ool
bRow
)
{
bColHeaders
=
bCol
;
bRowHeaders
=
bRow
;
}
b
ool
HasColHeaders
()
const
{
return
bColHeaders
;
}
b
ool
HasRowHeaders
()
const
{
return
bRowHeaders
;
}
void
SetDummyUpperLeft
(
bool
bNew
)
{
bDummyUpperLeft
=
bNew
;
}
void
SeteGlue
(
ScChartGlue
eNew
)
{
eGlue
=
eNew
;
}
void
SetStartCol
(
SCCOL
nNew
)
{
nStartCol
=
nNew
;
}
void
SetStartRow
(
SCROW
nNew
)
{
nStartRow
=
nNew
;
}
...
...
sc/source/core/tool/chartpos.cxx
Dosyayı görüntüle @
ab6fe426
...
...
@@ -263,7 +263,7 @@ void ScChartPositioner::GlueState()
else
eGlue
=
SC_CHARTGLUE_COLS
;
if
(
*
pA
!=
nOccu
)
bDummyUpperLeft
=
sal_T
rue
;
bDummyUpperLeft
=
t
rue
;
}
else
{
...
...
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