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
a7aaa7e9
Kaydet (Commit)
a7aaa7e9
authored
Mar 13, 2002
tarafından
Daniel Vogelheim
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#96678# fixed load/save of writing-mode (default and lr-tb directions were broken)
üst
ff4d69da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
prhdlfac.cxx
xmloff/source/style/prhdlfac.cxx
+5
-5
No files found.
xmloff/source/style/prhdlfac.cxx
Dosyayı görüntüle @
a7aaa7e9
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: prhdlfac.cxx,v $
*
* $Revision: 1.1
8
$
* $Revision: 1.1
9
$
*
* last change: $Author: dvo $ $Date: 2002-0
2-06 14:19:09
$
* last change: $Author: dvo $ $Date: 2002-0
3-13 11:12:35
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -196,13 +196,13 @@ SvXMLEnumMapEntry __READONLY_DATA aXML_WritingDirection_Enum[] =
// &(aXML_WritingDirection_Enum[1])
{
XML_LR_TB
,
text
::
WritingMode2
::
LR_TB
},
{
XML_RL_TB
,
text
::
WritingMode2
::
LR
_TB
},
{
XML_RL_TB
,
text
::
WritingMode2
::
RL
_TB
},
{
XML_TB_RL
,
text
::
WritingMode2
::
TB_RL
},
{
XML_TB_LR
,
text
::
WritingMode2
::
TB_LR
},
// alternative names of the above, as accepted by XSL
{
XML_LR
,
text
::
WritingMode2
::
LR_TB
},
{
XML_RL
,
text
::
WritingMode2
::
LR
_TB
},
{
XML_RL
,
text
::
WritingMode2
::
RL
_TB
},
{
XML_TB
,
text
::
WritingMode2
::
TB_RL
},
{
XML_TOKEN_INVALID
,
0
}
...
...
@@ -462,7 +462,7 @@ const XMLPropertyHandler* XMLPropertyHandlerFactory::GetBasicHandler( sal_Int32
case
XML_TYPE_TEXT_WRITING_MODE
:
pPropHdl
=
new
XMLConstantsPropertyHandler
(
&
(
aXML_WritingDirection_Enum
[
1
]),
XML_
TB_LR
);
XML_
LR_TB
);
break
;
case
XML_TYPE_TEXT_WRITING_MODE_WITH_DEFAULT
:
pPropHdl
=
new
XMLConstantsPropertyHandler
(
...
...
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