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
d824279a
Kaydet (Commit)
d824279a
authored
Mar 27, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool to bool.
Change-Id: I9da5f03553855bd4d3ed349e281edeea3f565488
üst
d9bcb1b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
fillinfo.hxx
sc/inc/fillinfo.hxx
+9
-12
No files found.
sc/inc/fillinfo.hxx
Dosyayı görüntüle @
d824279a
...
...
@@ -117,21 +117,18 @@ struct CellInfo
sal_uInt16
nWidth
;
sal_uInt8
nRotateDir
;
sal_Bool
bMarked
:
1
;
sal_Bool
bEmptyCellText
:
1
;
sal_Bool
bMerged
:
1
;
sal_Bool
bHOverlapped
:
1
;
sal_Bool
bVOverlapped
:
1
;
sal_Bool
bAutoFilter
:
1
;
bool
bMarked
:
1
;
bool
bEmptyCellText
:
1
;
bool
bMerged
:
1
;
bool
bHOverlapped
:
1
;
bool
bVOverlapped
:
1
;
bool
bAutoFilter
:
1
;
bool
bPivotButton
:
1
;
bool
bPivotPopupButton
:
1
;
bool
bFilterActive
:
1
;
sal_Bool
bPrinted
:
1
;
// when required (pagebreak mode)
sal_Bool
bHideGrid
:
1
;
// output-internal
sal_Bool
bEditEngine
:
1
;
// output-internal
bool
bPrinted
:
1
;
// when required (pagebreak mode)
bool
bHideGrid
:
1
;
// output-internal
bool
bEditEngine
:
1
;
// output-internal
CellInfo
()
:
pColorScale
(
NULL
),
...
...
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