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
d2c4a305
Kaydet (Commit)
d2c4a305
authored
May 18, 2018
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw_redlinehide: trivial node conversions in headers
Change-Id: I74607928dbc8e07df0bba8f3179797735f37a92a
üst
e297c601
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
inftxt.hxx
sw/source/core/text/inftxt.hxx
+2
-1
itrform2.hxx
sw/source/core/text/itrform2.hxx
+1
-1
itrpaint.hxx
sw/source/core/text/itrpaint.hxx
+1
-1
No files found.
sw/source/core/text/inftxt.hxx
Dosyayı görüntüle @
d2c4a305
...
...
@@ -776,7 +776,8 @@ inline TextFrameIndex SwTextFormatInfo::GetReformatStart() const
inline
const
SwAttrSet
&
SwTextFormatInfo
::
GetCharAttr
()
const
{
return
GetTextFrame
()
->
GetTextNode
()
->
GetSwAttrSet
();
// sw_redlinehide: this is used for numbering/footnote number portions, so:
return
GetTextFrame
()
->
GetTextNodeForParaProps
()
->
GetSwAttrSet
();
}
inline
void
SwTextFormatInfo
::
SetParaFootnote
()
...
...
sw/source/core/text/itrform2.hxx
Dosyayı görüntüle @
d2c4a305
...
...
@@ -152,7 +152,7 @@ public:
void
CtorInitTextFormatter
(
SwTextFrame
*
pFrame
,
SwTextFormatInfo
*
pInf
);
SwTextFormatter
(
SwTextFrame
*
pTextFrame
,
SwTextFormatInfo
*
pTextFormatInf
)
:
SwTextPainter
(
pTextFrame
->
GetTextNode
())
:
SwTextPainter
(
pTextFrame
->
GetTextNode
First
())
,
bUnclipped
(
false
)
{
CtorInitTextFormatter
(
pTextFrame
,
pTextFormatInf
);
...
...
sw/source/core/text/itrpaint.hxx
Dosyayı görüntüle @
d2c4a305
...
...
@@ -40,7 +40,7 @@ protected:
public
:
SwTextPainter
(
SwTextFrame
*
pTextFrame
,
SwTextPaintInfo
*
pTextPaintInf
)
:
SwTextCursor
(
pTextFrame
->
GetTextNode
())
:
SwTextCursor
(
pTextFrame
->
GetTextNode
First
())
{
CtorInitTextPainter
(
pTextFrame
,
pTextPaintInf
);
}
...
...
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