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
fe37a70e
Kaydet (Commit)
fe37a70e
authored
Agu 25, 2011
tarafından
Cédric Bosdonnat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Moved a few bit-fields to booleans
üst
bfee324d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
crstate.hxx
sw/inc/crstate.hxx
+19
-19
No files found.
sw/inc/crstate.hxx
Dosyayı görüntüle @
fe37a70e
...
...
@@ -140,30 +140,30 @@ struct SwCrsrMoveState
Point
aRealHeight
;
// contains then the position/height of the cursor
CrsrMoveState
eState
;
sal_uInt8
nCursorBidiLevel
;
sal_Bool
bStop
:
1
;
sal_Bool
bRealHeight
:
1
;
// should the real height be calculated?
sal_Bool
bFieldInfo
:
1
;
// should be fields recognized?
sal_Bool
bPosCorr
:
1
;
// Point had to be corrected
sal_Bool
bFtnNoInfo
:
1
;
// recognized footnote numbering
sal_Bool
bExactOnly
:
1
;
// let GetCrsrOfst look for exact matches only,
// i.e. never let it run into GetCntntPos
sal_Bool
bFillRet
:
1
;
// only used temporary in FillMode
sal_Bool
bSetInReadOnly
:
1
;
// ReadOnly areas may be entered
sal_Bool
bRealWidth
:
1
;
// Calculation of the width required
sal_Bool
b2Lines
:
1
;
// Check 2line portions and fill p2Lines
sal_Bool
bNoScroll
:
1
;
// No scrolling of undersized textframes
sal_Bool
bPosMatchesBounds
:
1
;
// GetCrsrOfst should not return the next
// position if screen position is inside second
// have of bound rect
sal_Bool
bCntntCheck
:
1
;
// #i43742# Cursor position over content?
sal_Bool
bStop
;
sal_Bool
bRealHeight
;
// should the real height be calculated?
sal_Bool
bFieldInfo
;
// should be fields recognized?
sal_Bool
bPosCorr
;
// Point had to be corrected
sal_Bool
bFtnNoInfo
;
// recognized footnote numbering
sal_Bool
bExactOnly
;
// let GetCrsrOfst look for exact matches only,
// i.e. never let it run into GetCntntPos
sal_Bool
bFillRet
;
// only used temporary in FillMode
sal_Bool
bSetInReadOnly
;
// ReadOnly areas may be entered
sal_Bool
bRealWidth
;
// Calculation of the width required
sal_Bool
b2Lines
;
// Check 2line portions and fill p2Lines
sal_Bool
bNoScroll
;
// No scrolling of undersized textframes
sal_Bool
bPosMatchesBounds
;
// GetCrsrOfst should not return the next
// position if screen position is inside second
// have of bound rect
sal_Bool
bCntntCheck
;
// #i43742# Cursor position over content?
// #i27615#
/**
cursor in front of label
*/
sal_Bool
bInFrontOfLabel
:
1
;
sal_Bool
bInNumPortion
:
1
;
// point is in number portion #i23726#
sal_Bool
bInFrontOfLabel
;
sal_Bool
bInNumPortion
;
// point is in number portion #i23726#
int
nInNumPostionOffset
;
// distance from number portion's start
SwCrsrMoveState
(
CrsrMoveState
eSt
=
MV_NONE
)
:
...
...
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