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
045e037b
Kaydet (Commit)
045e037b
authored
Kas 02, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
no default LTR mode does not mean RTL, fdo#68097
Change-Id: Ice4957077e7eda5f7bb93042d6e2ba745935ef8b
üst
5c18b9df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
output2.cxx
sc/source/ui/view/output2.cxx
+6
-1
No files found.
sc/source/ui/view/output2.cxx
Dosyayı görüntüle @
045e037b
...
@@ -1690,8 +1690,13 @@ void ScOutputData::DrawStrings( sal_Bool bPixelToLogic )
...
@@ -1690,8 +1690,13 @@ void ScOutputData::DrawStrings( sal_Bool bPixelToLogic )
{
{
const
SfxPoolItem
*
pItem
=
mpDoc
->
GetAttr
(
nCellX
,
nCellY
,
nTab
,
ATTR_WRITINGDIR
);
const
SfxPoolItem
*
pItem
=
mpDoc
->
GetAttr
(
nCellX
,
nCellY
,
nTab
,
ATTR_WRITINGDIR
);
const
SvxFrameDirectionItem
*
pCurrentWritingMode
=
(
const
SvxFrameDirectionItem
*
)
pItem
;
const
SvxFrameDirectionItem
*
pCurrentWritingMode
=
(
const
SvxFrameDirectionItem
*
)
pItem
;
if (pCurrentWritingMode->GetValue() == FRMDIR_HORI_LEFT_TOP)
sal_uInt16
aDirection
=
pCurrentWritingMode
->
GetValue
();
if
(
aDirection
==
FRMDIR_HORI_LEFT_TOP
||
aDirection
==
FRMDIR_VERT_TOP_LEFT
)
eOutHorJust
=
SVX_HOR_JUSTIFY_LEFT
;
eOutHorJust
=
SVX_HOR_JUSTIFY_LEFT
;
else
if
(
aDirection
==
FRMDIR_ENVIRONMENT
)
{
eOutHorJust
=
mpDoc
->
IsLayoutRTL
(
nTab
)
?
SVX_HOR_JUSTIFY_RIGHT
:
SVX_HOR_JUSTIFY_LEFT
;
}
else
else
eOutHorJust
=
SVX_HOR_JUSTIFY_RIGHT
;
eOutHorJust
=
SVX_HOR_JUSTIFY_RIGHT
;
}
}
...
...
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