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
cb55e37c
Kaydet (Commit)
cb55e37c
authored
Kas 08, 2018
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw_redlinehide_3: expand layout-dependent in SwChapterField/SwGetRefField
Change-Id: I3b68a46f68fb4070d26b247a6701b510cc209d9b
üst
e6d76a2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
chpfld.cxx
sw/source/core/fields/chpfld.cxx
+2
-2
reffld.cxx
sw/source/core/fields/reffld.cxx
+2
-2
No files found.
sw/source/core/fields/chpfld.cxx
Dosyayı görüntüle @
cb55e37c
...
...
@@ -95,9 +95,9 @@ const OUString& SwChapterField::GetTitle(SwRootFrame const*const pLayout) const
return
rState
.
sTitle
;
}
OUString
SwChapterField
::
ExpandImpl
(
SwRootFrame
const
*
const
)
const
OUString
SwChapterField
::
ExpandImpl
(
SwRootFrame
const
*
const
pLayout
)
const
{
State
const
&
rState
(
m_State
);
State
const
&
rState
(
pLayout
&&
pLayout
->
IsHideRedlines
()
?
m_StateRLHidden
:
m_State
);
switch
(
GetFormat
()
)
{
case
CF_TITLE
:
...
...
sw/source/core/fields/reffld.cxx
Dosyayı görüntüle @
cb55e37c
...
...
@@ -416,9 +416,9 @@ void SwGetRefField::SetExpand( const OUString& rStr )
m_sTextRLHidden
=
rStr
;
}
OUString
SwGetRefField
::
ExpandImpl
(
SwRootFrame
const
*
const
)
const
OUString
SwGetRefField
::
ExpandImpl
(
SwRootFrame
const
*
const
pLayout
)
const
{
return
m_sText
;
return
pLayout
&&
pLayout
->
IsHideRedlines
()
?
m_sTextRLHidden
:
m_sText
;
}
OUString
SwGetRefField
::
GetFieldName
()
const
...
...
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