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
57c8c34f
Kaydet (Commit)
57c8c34f
authored
Agu 02, 2012
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwTxtPaintInfo::_DrawBackBrush: draw dark border around comment highlight
Change-Id: I71870301db74e4d0c1376c45eb8aadb3912c7ba0
üst
92e00f2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
inftxt.cxx
sw/source/core/text/inftxt.cxx
+4
-1
No files found.
sw/source/core/text/inftxt.cxx
Dosyayı görüntüle @
57c8c34f
...
...
@@ -1126,12 +1126,15 @@ void SwTxtPaintInfo::_DrawBackBrush( const SwLinePortion &rPor ) const
const
rtl
::
OUString
&
rAuthor
=
rPostItField
.
GetFld
()
->
GetPar1
();
sal_uInt16
nIndex
=
pNd
->
GetDoc
()
->
InsertRedlineAuthor
(
rAuthor
);
pOutDev
->
SetFillColor
(
SwPostItMgr
::
GetColorLight
(
nIndex
)
);
pOutDev
->
SetLineColor
(
SwPostItMgr
::
GetColorAnchor
(
nIndex
)
);
bFilled
=
true
;
}
}
if
(
!
bFilled
)
{
pOutDev
->
SetFillColor
(
SwViewOption
::
GetFieldShadingsColor
()
);
pOutDev
->
SetLineColor
(
);
pOutDev
->
SetLineColor
(
);
}
pOutDev
->
DrawRect
(
aIntersect
.
SVRect
()
);
pOutDev
->
Pop
();
}
...
...
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