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
3f9e7e72
Kaydet (Commit)
3f9e7e72
authored
Kas 13, 2013
tarafından
Faisal M. Al-Otaibi
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
DOCX: fdo#43093 set alignment if not already set
Change-Id: I34d2c6c1fc9338cea025ac510621d370f23805a2
üst
e51ae1c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
StyleSheetTable.cxx
writerfilter/source/dmapper/StyleSheetTable.cxx
+2
-0
No files found.
writerfilter/source/dmapper/StyleSheetTable.cxx
Dosyayı görüntüle @
3f9e7e72
...
@@ -1062,6 +1062,8 @@ void StyleSheetTable::ApplyStyleSheets( FontTablePtr rFontTable )
...
@@ -1062,6 +1062,8 @@ void StyleSheetTable::ApplyStyleSheets( FontTablePtr rFontTable )
// Left-to-right direction if not already set
// Left-to-right direction if not already set
pEntry
->
pProperties
->
Insert
(
PROP_WRITING_MODE
,
uno
::
makeAny
(
sal_Int16
(
text
::
WritingMode_LR_TB
)
),
false
);
pEntry
->
pProperties
->
Insert
(
PROP_WRITING_MODE
,
uno
::
makeAny
(
sal_Int16
(
text
::
WritingMode_LR_TB
)
),
false
);
// Left aligment if not already set
pEntry
->
pProperties
->
Insert
(
PROP_PARA_ADJUST
,
uno
::
makeAny
(
sal_Int16
(
style
::
ParagraphAdjust_LEFT
)
),
false
);
}
}
uno
::
Sequence
<
beans
::
PropertyValue
>
aPropValues
=
pEntry
->
pProperties
->
GetPropertyValues
();
uno
::
Sequence
<
beans
::
PropertyValue
>
aPropValues
=
pEntry
->
pProperties
->
GetPropertyValues
();
...
...
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