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
845a6570
Kaydet (Commit)
845a6570
authored
May 18, 2018
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw_redlinehide: trivial conversions in EnhancedPDFExportHelper.cxx
Change-Id: I1365c06d4ff50c9dd537f43dd47d119e0dbf0e78
üst
4d2f32d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
EnhancedPDFExportHelper.cxx
sw/source/core/text/EnhancedPDFExportHelper.cxx
+2
-2
txtftn.cxx
sw/source/core/text/txtftn.cxx
+1
-1
No files found.
sw/source/core/text/EnhancedPDFExportHelper.cxx
Dosyayı görüntüle @
845a6570
...
@@ -615,7 +615,7 @@ void SwTaggedPDFHelper::SetAttributes( vcl::PDFWriter::StructElement eType )
...
@@ -615,7 +615,7 @@ void SwTaggedPDFHelper::SetAttributes( vcl::PDFWriter::StructElement eType )
{
{
OSL_ENSURE
(
pFrame
->
IsTextFrame
(),
"Frame type <-> tag attribute mismatch"
);
OSL_ENSURE
(
pFrame
->
IsTextFrame
(),
"Frame type <-> tag attribute mismatch"
);
const
SvxLRSpaceItem
&
rSpace
=
const
SvxLRSpaceItem
&
rSpace
=
static_cast
<
const
SwTextFrame
*>
(
pFrame
)
->
GetTextNode
()
->
GetSwAttrSet
().
GetLRSpace
();
static_cast
<
const
SwTextFrame
*>
(
pFrame
)
->
GetTextNode
ForParaProps
()
->
GetSwAttrSet
().
GetLRSpace
();
nVal
=
rSpace
.
GetTextFirstLineOfst
();
nVal
=
rSpace
.
GetTextFirstLineOfst
();
if
(
0
!=
nVal
)
if
(
0
!=
nVal
)
mpPDFExtOutDevData
->
SetStructureAttributeNumerical
(
vcl
::
PDFWriter
::
TextIndent
,
nVal
);
mpPDFExtOutDevData
->
SetStructureAttributeNumerical
(
vcl
::
PDFWriter
::
TextIndent
,
nVal
);
...
@@ -624,7 +624,7 @@ void SwTaggedPDFHelper::SetAttributes( vcl::PDFWriter::StructElement eType )
...
@@ -624,7 +624,7 @@ void SwTaggedPDFHelper::SetAttributes( vcl::PDFWriter::StructElement eType )
if
(
bTextAlign
)
if
(
bTextAlign
)
{
{
OSL_ENSURE
(
pFrame
->
IsTextFrame
(),
"Frame type <-> tag attribute mismatch"
);
OSL_ENSURE
(
pFrame
->
IsTextFrame
(),
"Frame type <-> tag attribute mismatch"
);
const
SwAttrSet
&
aSet
=
static_cast
<
const
SwTextFrame
*>
(
pFrame
)
->
GetTextNode
()
->
GetSwAttrSet
();
const
SwAttrSet
&
aSet
=
static_cast
<
const
SwTextFrame
*>
(
pFrame
)
->
GetTextNode
ForParaProps
()
->
GetSwAttrSet
();
const
SvxAdjust
nAdjust
=
aSet
.
GetAdjust
().
GetAdjust
();
const
SvxAdjust
nAdjust
=
aSet
.
GetAdjust
().
GetAdjust
();
if
(
SvxAdjust
::
Block
==
nAdjust
||
SvxAdjust
::
Center
==
nAdjust
||
if
(
SvxAdjust
::
Block
==
nAdjust
||
SvxAdjust
::
Center
==
nAdjust
||
(
(
pFrame
->
IsRightToLeft
()
&&
SvxAdjust
::
Left
==
nAdjust
)
||
(
(
pFrame
->
IsRightToLeft
()
&&
SvxAdjust
::
Left
==
nAdjust
)
||
...
...
sw/source/core/text/txtftn.cxx
Dosyayı görüntüle @
845a6570
...
@@ -928,7 +928,7 @@ SwNumberPortion *SwTextFormatter::NewFootnoteNumPortion( SwTextFormatInfo const
...
@@ -928,7 +928,7 @@ SwNumberPortion *SwTextFormatter::NewFootnoteNumPortion( SwTextFormatInfo const
const
SwAttrSet
&
rSet
=
pInfo
->
GetCharFormat
(
*
pDoc
)
->
GetAttrSet
();
const
SwAttrSet
&
rSet
=
pInfo
->
GetCharFormat
(
*
pDoc
)
->
GetAttrSet
();
const
SwAttrSet
*
pParSet
=
&
rInf
.
GetCharAttr
();
const
SwAttrSet
*
pParSet
=
&
rInf
.
GetCharAttr
();
const
IDocumentSettingAccess
*
pIDSA
=
m_pFrame
->
GetTextNode
()
->
getIDocumentSettingAccess
();
const
IDocumentSettingAccess
*
pIDSA
=
&
pDoc
->
getIDocumentSettingAccess
();
SwFont
*
pNumFnt
=
new
SwFont
(
pParSet
,
pIDSA
);
SwFont
*
pNumFnt
=
new
SwFont
(
pParSet
,
pIDSA
);
// #i37142#
// #i37142#
...
...
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