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
a5fe6ea0
Kaydet (Commit)
a5fe6ea0
authored
Haz 25, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwTextFormatInfo::CtorInitTextFormatInfo: use vcl::RenderContext
Change-Id: I0f775bdfaf6a098be25d053f87b1bcf86d533297
üst
d3456256
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
frmform.cxx
sw/source/core/text/frmform.cxx
+1
-1
inftxt.cxx
sw/source/core/text/inftxt.cxx
+3
-3
inftxt.hxx
sw/source/core/text/inftxt.hxx
+1
-1
No files found.
sw/source/core/text/frmform.cxx
Dosyayı görüntüle @
a5fe6ea0
...
@@ -1609,7 +1609,7 @@ void SwTextFrm::FormatOnceMore( SwTextFormatter &rLine, SwTextFormatInfo &rInf )
...
@@ -1609,7 +1609,7 @@ void SwTextFrm::FormatOnceMore( SwTextFormatter &rLine, SwTextFormatInfo &rInf )
// If something went wrong, we need to reformat again
// If something went wrong, we need to reformat again
if
(
!
bGoOn
)
if
(
!
bGoOn
)
{
{
rInf
.
CtorInitTextFormatInfo
(
this
);
rInf
.
CtorInitTextFormatInfo
(
getRootFrm
()
->
GetCurrShell
()
->
GetOut
(),
this
);
rLine
.
CtorInitTextFormatter
(
this
,
&
rInf
);
rLine
.
CtorInitTextFormatter
(
this
,
&
rInf
);
rLine
.
SetDropLines
(
1
);
rLine
.
SetDropLines
(
1
);
rLine
.
CalcDropHeight
(
1
);
rLine
.
CalcDropHeight
(
1
);
...
...
sw/source/core/text/inftxt.cxx
Dosyayı görüntüle @
a5fe6ea0
...
@@ -1351,10 +1351,10 @@ bool SwTextFormatInfo::InitHyph( const bool bAutoHyphen )
...
@@ -1351,10 +1351,10 @@ bool SwTextFormatInfo::InitHyph( const bool bAutoHyphen )
return
bAuto
;
return
bAuto
;
}
}
void
SwTextFormatInfo
::
CtorInitTextFormatInfo
(
SwTextFrm
*
pNewFrm
,
const
bool
bNewInterHyph
,
void
SwTextFormatInfo
::
CtorInitTextFormatInfo
(
OutputDevice
*
pRenderContext
,
SwTextFrm
*
pNewFrm
,
const
bool
bNewInterHyph
,
const
bool
bNewQuick
,
const
bool
bTst
)
const
bool
bNewQuick
,
const
bool
bTst
)
{
{
CtorInitTextPaintInfo
(
p
NewFrm
->
getRootFrm
()
->
GetCurrShell
()
->
GetOut
()
,
pNewFrm
,
SwRect
()
);
CtorInitTextPaintInfo
(
p
RenderContext
,
pNewFrm
,
SwRect
()
);
bQuick
=
bNewQuick
;
bQuick
=
bNewQuick
;
bInterHyph
=
bNewInterHyph
;
bInterHyph
=
bNewInterHyph
;
...
@@ -1470,7 +1470,7 @@ void SwTextFormatInfo::Init()
...
@@ -1470,7 +1470,7 @@ void SwTextFormatInfo::Init()
SwTextFormatInfo
::
SwTextFormatInfo
(
SwTextFrm
*
pFrame
,
const
bool
bInterHyphL
,
SwTextFormatInfo
::
SwTextFormatInfo
(
SwTextFrm
*
pFrame
,
const
bool
bInterHyphL
,
const
bool
bQuickL
,
const
bool
bTst
)
const
bool
bQuickL
,
const
bool
bTst
)
{
{
CtorInitTextFormatInfo
(
pFrame
,
bInterHyphL
,
bQuickL
,
bTst
);
CtorInitTextFormatInfo
(
pFrame
->
getRootFrm
()
->
GetCurrShell
()
->
GetOut
(),
pFrame
,
bInterHyphL
,
bQuickL
,
bTst
);
}
}
/**
/**
...
...
sw/source/core/text/inftxt.hxx
Dosyayı görüntüle @
a5fe6ea0
...
@@ -561,7 +561,7 @@ class SwTextFormatInfo : public SwTextPaintInfo
...
@@ -561,7 +561,7 @@ class SwTextFormatInfo : public SwTextPaintInfo
bool
_CheckFootnotePortion
(
SwLineLayout
*
pCurr
);
bool
_CheckFootnotePortion
(
SwLineLayout
*
pCurr
);
public
:
public
:
void
CtorInitTextFormatInfo
(
SwTextFrm
*
pFrm
,
const
bool
bInterHyph
=
false
,
void
CtorInitTextFormatInfo
(
OutputDevice
*
pRenderContext
,
SwTextFrm
*
pFrm
,
const
bool
bInterHyph
=
false
,
const
bool
bQuick
=
false
,
const
bool
bTst
=
false
);
const
bool
bQuick
=
false
,
const
bool
bTst
=
false
);
SwTextFormatInfo
(
SwTextFrm
*
pFrame
,
const
bool
bInterHyphL
=
false
,
SwTextFormatInfo
(
SwTextFrm
*
pFrame
,
const
bool
bInterHyphL
=
false
,
const
bool
bQuickL
=
false
,
const
bool
bTst
=
false
);
const
bool
bQuickL
=
false
,
const
bool
bTst
=
false
);
...
...
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