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
a382ecb5
Kaydet (Commit)
a382ecb5
authored
Kas 20, 2018
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw_redlinehide_4a: adapt SwEditShell::GetPaMParAttr()
Change-Id: I97a2081a142fd1f74a5d6be534f094fdc4db45ab
üst
695a7f10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
edattr.cxx
sw/source/core/edit/edattr.cxx
+7
-1
No files found.
sw/source/core/edit/edattr.cxx
Dosyayı görüntüle @
a382ecb5
...
...
@@ -216,10 +216,16 @@ bool SwEditShell::GetPaMParAttr( SwPaM* pPaM, SfxItemSet& rSet ) const
// get the node
SwNode
*
pNd
=
GetDoc
()
->
GetNodes
()[
n
];
if
(
GetLayout
()
->
IsHideRedlines
()
&&
pNd
->
GetRedlineMergeFlag
()
==
SwNode
::
Merge
::
Hidden
)
{
continue
;
}
if
(
pNd
->
IsTextNode
()
)
{
// get the node (paragraph) attributes
s
tatic_cast
<
SwContentNode
*>
(
pNd
)
->
GetAttr
(
*
pSet
);
s
w
::
GetAttrMerged
(
*
pSet
,
*
pNd
->
GetTextNode
(),
GetLayout
()
);
if
(
pSet
!=
&
rSet
&&
aSet
.
Count
()
)
{
...
...
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