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
078673b6
Kaydet (Commit)
078673b6
authored
Eki 21, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwUpdateAttr
Change-Id: I6006ce61ed28fc748495ac58d191e1cfa95e3335
üst
dcdba6ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
hints.hxx
sw/inc/hints.hxx
+8
-8
hints.cxx
sw/source/core/attr/hints.cxx
+1
-1
No files found.
sw/inc/hints.hxx
Dosyayı görüntüle @
078673b6
...
@@ -98,32 +98,32 @@ public:
...
@@ -98,32 +98,32 @@ public:
class
SwUpdateAttr
:
public
SwMsgPoolItem
class
SwUpdateAttr
:
public
SwMsgPoolItem
{
{
private
:
private
:
sal_Int32
nStart
;
sal_Int32
m_
nStart
;
sal_Int32
nEnd
;
sal_Int32
m_
nEnd
;
sal_uInt16
nWhichAttr
;
sal_uInt16
m_
nWhichAttr
;
std
::
vector
<
sal_uInt16
>
aWhichFormatAttr
;
// attributes changed inside RES_TXTATR_AUTOFMT
std
::
vector
<
sal_uInt16
>
m_
aWhichFormatAttr
;
// attributes changed inside RES_TXTATR_AUTOFMT
public
:
public
:
SwUpdateAttr
(
sal_Int32
nS
,
sal_Int32
nE
,
sal_uInt16
nW
);
SwUpdateAttr
(
sal_Int32
nS
,
sal_Int32
nE
,
sal_uInt16
nW
);
sal_Int32
getStart
()
const
sal_Int32
getStart
()
const
{
{
return
nStart
;
return
m_
nStart
;
}
}
sal_Int32
getEnd
()
const
sal_Int32
getEnd
()
const
{
{
return
nEnd
;
return
m_
nEnd
;
}
}
sal_uInt16
getWhichAttr
()
const
sal_uInt16
getWhichAttr
()
const
{
{
return
nWhichAttr
;
return
m_
nWhichAttr
;
}
}
const
std
::
vector
<
sal_uInt16
>&
getFormatAttr
()
const
const
std
::
vector
<
sal_uInt16
>&
getFormatAttr
()
const
{
{
return
aWhichFormatAttr
;
return
m_
aWhichFormatAttr
;
}
}
};
};
...
...
sw/source/core/attr/hints.cxx
Dosyayı görüntüle @
078673b6
...
@@ -45,7 +45,7 @@ SwDelText::SwDelText( sal_Int32 nS, sal_Int32 nL )
...
@@ -45,7 +45,7 @@ SwDelText::SwDelText( sal_Int32 nS, sal_Int32 nL )
}
}
SwUpdateAttr
::
SwUpdateAttr
(
sal_Int32
nS
,
sal_Int32
nE
,
sal_uInt16
nW
)
SwUpdateAttr
::
SwUpdateAttr
(
sal_Int32
nS
,
sal_Int32
nE
,
sal_uInt16
nW
)
:
SwMsgPoolItem
(
RES_UPDATE_ATTR
),
nStart
(
nS
),
nEnd
(
nE
),
nWhichAttr
(
nW
),
aWhichFormatAttr
()
:
SwMsgPoolItem
(
RES_UPDATE_ATTR
),
m_nStart
(
nS
),
m_nEnd
(
nE
),
m_nWhichAttr
(
nW
),
m_
aWhichFormatAttr
()
{
{
}
}
...
...
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