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
e518ef52
Kaydet (Commit)
e518ef52
authored
Agu 16, 2012
tarafından
Sun Ying
Kaydeden (comit)
Xisco Fauli
Nis 01, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reported by: Li Feng Wang
Patch by: Ying Sun Review by: Jian Yuan Li
üst
cfeed230
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
svdfppt.cxx
filter/source/msfilter/svdfppt.cxx
+10
-0
No files found.
filter/source/msfilter/svdfppt.cxx
Dosyayı görüntüle @
e518ef52
...
...
@@ -7272,6 +7272,16 @@ void ApplyCellAttributes( const SdrObject* pObj, Reference< XCell >& xCell )
eVA
=
drawing
::
TextVerticalAdjust_BOTTOM
;
xPropSet
->
setPropertyValue
(
sTextVerticalAdjust
,
Any
(
eVA
)
);
//set textHorizontalAdjust and TextWritingMode attr
const
sal_Int32
eHA
(((
const
SdrTextLeftDistItem
&
)
pObj
->
GetMergedItem
(
SDRATTR_TEXT_HORZADJUST
)).
GetValue
());
const
SvxFrameDirection
eDirection
=
(
const
SvxFrameDirection
)(((
const
SvxFrameDirectionItem
&
)
pObj
->
GetMergedItem
(
EE_PARA_WRITINGDIR
)).
GetValue
());
static
const
rtl
::
OUString
sHorizontalAdjust
(
RTL_CONSTASCII_USTRINGPARAM
(
"TextHorizontalAdjust"
)
);
static
const
rtl
::
OUString
sWritingMode
(
RTL_CONSTASCII_USTRINGPARAM
(
"TextWritingMode"
)
);
xPropSet
->
setPropertyValue
(
sHorizontalAdjust
,
Any
(
eHA
)
);
if
(
eDirection
==
FRMDIR_VERT_TOP_RIGHT
)
{
//vertical writing
xPropSet
->
setPropertyValue
(
sWritingMode
,
Any
(
::
com
::
sun
::
star
::
text
::
WritingMode_TB_RL
)
);
}
SfxItemSet
aSet
(
pObj
->
GetMergedItemSet
()
);
XFillStyle
eFillStyle
(((
XFillStyleItem
&
)
pObj
->
GetMergedItem
(
XATTR_FILLSTYLE
)).
GetValue
());
::
com
::
sun
::
star
::
drawing
::
FillStyle
eFS
(
com
::
sun
::
star
::
drawing
::
FillStyle_NONE
);
...
...
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