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
a35a2982
Kaydet (Commit)
a35a2982
authored
Şub 23, 2014
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drawingML import: remove some unneeded member
Change-Id: Iea975665b9225e535dcc4fbdcd666d7c7bff8ef3
üst
fb217f27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
textparagraphpropertiescontext.hxx
include/oox/drawingml/textparagraphpropertiescontext.hxx
+0
-2
textparagraphpropertiescontext.cxx
oox/source/drawingml/textparagraphpropertiescontext.cxx
+2
-4
No files found.
include/oox/drawingml/textparagraphpropertiescontext.hxx
Dosyayı görüntüle @
a35a2982
...
...
@@ -43,8 +43,6 @@ public:
protected
:
TextParagraphProperties
&
mrTextParagraphProperties
;
TextSpacing
maLineSpacing
;
TextSpacing
&
mrSpaceBefore
;
TextSpacing
&
mrSpaceAfter
;
BulletList
&
mrBulletList
;
::
std
::
list
<
::
com
::
sun
::
star
::
style
::
TabStop
>
maTabList
;
::
boost
::
shared_ptr
<
BlipFillProperties
>
mxBlipProps
;
...
...
oox/source/drawingml/textparagraphpropertiescontext.cxx
Dosyayı görüntüle @
a35a2982
...
...
@@ -47,8 +47,6 @@ TextParagraphPropertiesContext::TextParagraphPropertiesContext( ContextHandler2H
TextParagraphProperties
&
rTextParagraphProperties
)
:
ContextHandler2
(
rParent
)
,
mrTextParagraphProperties
(
rTextParagraphProperties
)
,
mrSpaceBefore
(
rTextParagraphProperties
.
getParaTopMargin
()
)
,
mrSpaceAfter
(
rTextParagraphProperties
.
getParaBottomMargin
()
)
,
mrBulletList
(
rTextParagraphProperties
.
getBulletList
()
)
{
OUString
sValue
;
...
...
@@ -171,9 +169,9 @@ ContextHandlerRef TextParagraphPropertiesContext::onCreateContext( sal_Int32 aEl
case
A_TOKEN
(
lnSpc
):
// CT_TextSpacing
return
new
TextSpacingContext
(
*
this
,
maLineSpacing
);
case
A_TOKEN
(
spcBef
):
// CT_TextSpacing
return
new
TextSpacingContext
(
*
this
,
mr
SpaceBefore
);
return
new
TextSpacingContext
(
*
this
,
mr
TextParagraphProperties
.
getParaTopMargin
()
);
case
A_TOKEN
(
spcAft
):
// CT_TextSpacing
return
new
TextSpacingContext
(
*
this
,
mr
SpaceAfter
);
return
new
TextSpacingContext
(
*
this
,
mr
TextParagraphProperties
.
getParaBottomMargin
()
);
// EG_TextBulletColor
case
A_TOKEN
(
buClrTx
):
// CT_TextBulletColorFollowText ???
mrBulletList
.
mbBulletColorFollowText
<<=
sal_True
;
...
...
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