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
e5d9bbbc
Kaydet (Commit)
e5d9bbbc
authored
Agu 25, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reorder data members and initialize all of them
Change-Id: I42cf63602fa5f15d199fc70e9c343f481e8668e2
üst
55f44820
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
accportions.cxx
sw/source/core/access/accportions.cxx
+4
-1
accportions.hxx
sw/source/core/access/accportions.hxx
+1
-1
No files found.
sw/source/core/access/accportions.cxx
Dosyayı görüntüle @
e5d9bbbc
...
@@ -72,14 +72,17 @@ SwAccessiblePortionData::SwAccessiblePortionData(
...
@@ -72,14 +72,17 @@ SwAccessiblePortionData::SwAccessiblePortionData(
pTxtNode
(
pTxtNd
),
pTxtNode
(
pTxtNd
),
aBuffer
(),
aBuffer
(),
nModelPosition
(
0
),
nModelPosition
(
0
),
bFinished
(
false
),
pViewOptions
(
pViewOpt
),
pViewOptions
(
pViewOpt
),
sAccessibleString
(),
sAccessibleString
(),
aLineBreaks
(),
aLineBreaks
(),
aModelPositions
(),
aModelPositions
(),
aAccessiblePositions
(),
aAccessiblePositions
(),
aFieldPosition
(),
aAttrFieldType
(),
aPortionAttrs
(),
pSentences
(
0
),
pSentences
(
0
),
nBeforePortions
(
0
),
nBeforePortions
(
0
),
bFinished
(
false
),
bLastIsSpecial
(
false
)
bLastIsSpecial
(
false
)
{
{
OSL_ENSURE
(
pTxtNode
!=
NULL
,
"Text node is needed!"
);
OSL_ENSURE
(
pTxtNode
!=
NULL
,
"Text node is needed!"
);
...
...
sw/source/core/access/accportions.hxx
Dosyayı görüntüle @
e5d9bbbc
...
@@ -43,7 +43,6 @@ class SwAccessiblePortionData : public SwPortionHandler
...
@@ -43,7 +43,6 @@ class SwAccessiblePortionData : public SwPortionHandler
// variables used while collecting the data
// variables used while collecting the data
OUStringBuffer
aBuffer
;
OUStringBuffer
aBuffer
;
sal_Int32
nModelPosition
;
sal_Int32
nModelPosition
;
bool
bFinished
;
const
SwViewOption
*
pViewOptions
;
const
SwViewOption
*
pViewOptions
;
// the accessible string
// the accessible string
...
@@ -67,6 +66,7 @@ class SwAccessiblePortionData : public SwPortionHandler
...
@@ -67,6 +66,7 @@ class SwAccessiblePortionData : public SwPortionHandler
Positions_t
*
pSentences
;
/// positions of sentence breaks
Positions_t
*
pSentences
;
/// positions of sentence breaks
size_t
nBeforePortions
;
/// # of portions before first model character
size_t
nBeforePortions
;
/// # of portions before first model character
bool
bFinished
;
bool
bLastIsSpecial
;
/// set if last portion was 'Special()'
bool
bLastIsSpecial
;
/// set if last portion was 'Special()'
/// returns the index of the first position whose value is smaller
/// returns the index of the first position whose value is smaller
...
...
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