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
389c4289
Kaydet (Commit)
389c4289
authored
Şub 12, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: Ibf9db3fe8e3853338509817d1189977517ac96d3
üst
ea45607c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
commentsbuffer.hxx
sc/source/filter/inc/commentsbuffer.hxx
+5
-5
No files found.
sc/source/filter/inc/commentsbuffer.hxx
Dosyayı görüntüle @
389c4289
...
...
@@ -37,11 +37,11 @@ struct CommentModel
OUString
maAuthor
;
/// Comment author (BIFF8 only).
sal_Int32
mnAuthorId
;
/// Identifier of the comment's author (OOXML and BIFF12 only).
sal_uInt16
mnObjId
;
/// Drawing object identifier (BIFF8 only).
sal_Bool
mbAutoFill
;
/// Auto Selection of comment object's fill style
sal_Bool
mbAutoScale
;
/// Auto Scale comment text
sal_Bool
mbColHidden
;
/// Comment cell's Column is Hidden
sal_Bool
mbLocked
;
/// Comment changes Locked
sal_Bool
mbRowHidden
;
/// Comment cell's Row is Hidden
bool
mbAutoFill
;
/// Auto Selection of comment object's fill style
bool
mbAutoScale
;
/// Auto Scale comment text
bool
mbColHidden
;
/// Comment cell's Column is Hidden
bool
mbLocked
;
/// Comment changes Locked
bool
mbRowHidden
;
/// Comment cell's Row is Hidden
sal_Int32
mnTHA
;
/// Horizontal Alignment
sal_Int32
mnTVA
;
/// Vertical Alignment
::
com
::
sun
::
star
::
awt
::
Rectangle
...
...
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