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
0c33e10b
Kaydet (Commit)
0c33e10b
authored
Haz 25, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwTextPaintInfo::CtorInitTextPaintInfo: use vcl::RenderContext
Change-Id: I1931ec139798d2f2eb956fd0590ab98ce1a65c3c
üst
9829d6ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
inftxt.cxx
sw/source/core/text/inftxt.cxx
+4
-4
inftxt.hxx
sw/source/core/text/inftxt.hxx
+1
-1
No files found.
sw/source/core/text/inftxt.cxx
Dosyayı görüntüle @
0c33e10b
...
...
@@ -487,9 +487,9 @@ bool SwTextSizeInfo::_HasHint( const SwTextNode* pTextNode, sal_Int32 nPos )
return
pTextNode
->
GetTextAttrForCharAt
(
nPos
);
}
void
SwTextPaintInfo
::
CtorInitTextPaintInfo
(
SwTextFrm
*
pFrame
,
const
SwRect
&
rPaint
)
void
SwTextPaintInfo
::
CtorInitTextPaintInfo
(
OutputDevice
*
pRenderContext
,
SwTextFrm
*
pFrame
,
const
SwRect
&
rPaint
)
{
CtorInitTextSizeInfo
(
p
Frame
->
getRootFrm
()
->
GetCurrShell
()
->
GetOut
()
,
pFrame
);
CtorInitTextSizeInfo
(
p
RenderContext
,
pFrame
);
aTextFly
.
CtorInitTextFly
(
pFrame
),
aPaintRect
=
rPaint
;
nSpaceIdx
=
0
;
...
...
@@ -533,7 +533,7 @@ SwTextPaintInfo::SwTextPaintInfo( const SwTextPaintInfo &rInf )
SwTextPaintInfo
::
SwTextPaintInfo
(
SwTextFrm
*
pFrame
,
const
SwRect
&
rPaint
)
{
CtorInitTextPaintInfo
(
pFrame
,
rPaint
);
CtorInitTextPaintInfo
(
pFrame
->
getRootFrm
()
->
GetCurrShell
()
->
GetOut
(),
pFrame
,
rPaint
);
}
extern
Color
aGlobalRetoucheColor
;
...
...
@@ -1354,7 +1354,7 @@ bool SwTextFormatInfo::InitHyph( const bool bAutoHyphen )
void
SwTextFormatInfo
::
CtorInitTextFormatInfo
(
SwTextFrm
*
pNewFrm
,
const
bool
bNewInterHyph
,
const
bool
bNewQuick
,
const
bool
bTst
)
{
CtorInitTextPaintInfo
(
pNewFrm
,
SwRect
()
);
CtorInitTextPaintInfo
(
pNewFrm
->
getRootFrm
()
->
GetCurrShell
()
->
GetOut
(),
pNewFrm
,
SwRect
()
);
bQuick
=
bNewQuick
;
bInterHyph
=
bNewInterHyph
;
...
...
sw/source/core/text/inftxt.hxx
Dosyayı görüntüle @
0c33e10b
...
...
@@ -403,7 +403,7 @@ public:
SwTextPaintInfo
(
const
SwTextPaintInfo
&
rInf
);
SwTextPaintInfo
(
const
SwTextPaintInfo
&
rInf
,
const
OUString
*
pText
);
void
CtorInitTextPaintInfo
(
SwTextFrm
*
pFrame
,
const
SwRect
&
rPaint
);
void
CtorInitTextPaintInfo
(
OutputDevice
*
pRenderContext
,
SwTextFrm
*
pFrame
,
const
SwRect
&
rPaint
);
void
SetBack
(
const
SvxBrushItem
*
pItem
,
const
SwRect
&
rRect
)
{
pBrushItem
=
pItem
;
aItemRect
=
rRect
;}
...
...
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