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
f640893b
Kaydet (Commit)
f640893b
authored
Haz 24, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwLayoutFrm::Paint: use vcl::RenderContext
Change-Id: Ibc36078313a9ee2482e392de18abfe77f3d0df48
üst
c4270080
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
paintfrm.cxx
sw/source/core/layout/paintfrm.cxx
+1
-3
No files found.
sw/source/core/layout/paintfrm.cxx
Dosyayı görüntüle @
f640893b
...
@@ -3588,11 +3588,9 @@ SwShortCut::SwShortCut( const SwFrm& rFrm, const SwRect& rRect )
...
@@ -3588,11 +3588,9 @@ SwShortCut::SwShortCut( const SwFrm& rFrm, const SwRect& rRect )
void
SwLayoutFrm
::
Paint
(
vcl
::
RenderContext
&
rRenderContext
,
SwRect
const
&
rRect
,
SwPrintData
const
*
const
)
const
void
SwLayoutFrm
::
Paint
(
vcl
::
RenderContext
&
rRenderContext
,
SwRect
const
&
rRect
,
SwPrintData
const
*
const
)
const
{
{
SwViewShell
*
pSh
=
getRootFrm
()
->
GetCurrShell
();
// #i16816# tagged pdf support
// #i16816# tagged pdf support
Frm_Info
aFrmInfo
(
*
this
);
Frm_Info
aFrmInfo
(
*
this
);
SwTaggedPDFHelper
aTaggedPDFHelper
(
0
,
&
aFrmInfo
,
0
,
*
pSh
->
GetOut
()
);
SwTaggedPDFHelper
aTaggedPDFHelper
(
0
,
&
aFrmInfo
,
0
,
rRenderContext
);
const
SwFrm
*
pFrm
=
Lower
();
const
SwFrm
*
pFrm
=
Lower
();
if
(
!
pFrm
)
if
(
!
pFrm
)
...
...
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