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
96646c35
Kaydet (Commit)
96646c35
authored
Eyl 19, 2016
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwAccessiblePortionData
Change-Id: Ia41a57b11e2df5261657855e92701dce4cbe95aa
üst
c9805c52
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
accportions.cxx
sw/source/core/access/accportions.cxx
+0
-0
accportions.hxx
sw/source/core/access/accportions.hxx
+15
-15
No files found.
sw/source/core/access/accportions.cxx
Dosyayı görüntüle @
96646c35
This diff is collapsed.
Click to expand it.
sw/source/core/access/accportions.hxx
Dosyayı görüntüle @
96646c35
...
...
@@ -38,15 +38,15 @@ namespace com { namespace sun { namespace star {
class
SwAccessiblePortionData
:
public
SwPortionHandler
{
// the node this portion is referring to
const
SwTextNode
*
pTextNode
;
const
SwTextNode
*
m_
pTextNode
;
// variables used while collecting the data
OUStringBuffer
aBuffer
;
sal_Int32
nModelPosition
;
const
SwViewOption
*
pViewOptions
;
OUStringBuffer
m_
aBuffer
;
sal_Int32
m_
nModelPosition
;
const
SwViewOption
*
m_
pViewOptions
;
// the accessible string
OUString
sAccessibleString
;
OUString
m_
sAccessibleString
;
// positions array
// instances of Position_t must always include the minimum and
...
...
@@ -54,20 +54,20 @@ class SwAccessiblePortionData : public SwPortionHandler
// algorithms)
typedef
std
::
vector
<
sal_Int32
>
Positions_t
;
Positions_t
aLineBreaks
;
/// position of line breaks
Positions_t
aModelPositions
;
/// position of portion breaks in the model
Positions_t
aAccessiblePositions
;
/// portion breaks in sAccessibleString
Positions_t
aFieldPosition
;
Positions_t
aAttrFieldType
;
Positions_t
m_
aLineBreaks
;
/// position of line breaks
Positions_t
m_
aModelPositions
;
/// position of portion breaks in the model
Positions_t
m_
aAccessiblePositions
;
/// portion breaks in sAccessibleString
Positions_t
m_
aFieldPosition
;
Positions_t
m_
aAttrFieldType
;
typedef
std
::
vector
<
sal_uInt8
>
PortionAttrs_t
;
PortionAttrs_t
aPortionAttrs
;
/// additional portion attributes
PortionAttrs_t
m_
aPortionAttrs
;
/// additional portion attributes
Positions_t
*
pSentences
;
/// positions of sentence breaks
Positions_t
*
m_
pSentences
;
/// positions of sentence breaks
size_t
nBeforePortions
;
/// # of portions before first model character
bool
bFinished
;
bool
bLastIsSpecial
;
/// set if last portion was 'Special()'
size_t
m_
nBeforePortions
;
/// # of portions before first model character
bool
m_
bFinished
;
bool
m_
bLastIsSpecial
;
/// set if last portion was 'Special()'
/// returns the index of the first position whose value is smaller
/// or equal, and whose following value is equal or larger
...
...
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