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
5c0ead74
Kaydet (Commit)
5c0ead74
authored
Ock 30, 2001
tarafından
Michael Brauer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#83260#: justify now uses style::ParagraphAdjust enum
üst
8cc714d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
adjushdl.cxx
xmloff/source/style/adjushdl.cxx
+14
-14
No files found.
xmloff/source/style/adjushdl.cxx
Dosyayı görüntüle @
5c0ead74
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: adjushdl.cxx,v $
* $RCSfile: adjushdl.cxx,v $
*
*
* $Revision: 1.
1.1.1
$
* $Revision: 1.
2
$
*
*
* last change: $Author:
hr $ $Date: 2000-09-18 17:07:04
$
* last change: $Author:
mib $ $Date: 2001-01-30 08:50:10
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -79,8 +79,8 @@
...
@@ -79,8 +79,8 @@
#include <rtl/ustrbuf.hxx>
#include <rtl/ustrbuf.hxx>
#endif
#endif
#ifndef _COM_SUN_STAR_
DRAWING_TEXT
ADJUST_HPP_
#ifndef _COM_SUN_STAR_
STYLE_PARAGRAPH
ADJUST_HPP_
#include <com/sun/star/
drawing/Text
Adjust.hpp>
#include <com/sun/star/
style/Paragraph
Adjust.hpp>
#endif
#endif
#ifndef _COM_SUN_STAR_UNO_ANY_HXX_
#ifndef _COM_SUN_STAR_UNO_ANY_HXX_
...
@@ -96,20 +96,20 @@ using namespace ::rtl;
...
@@ -96,20 +96,20 @@ using namespace ::rtl;
SvXMLEnumMapEntry
__READONLY_DATA
pXML_Para_Adjust_Enum
[]
=
SvXMLEnumMapEntry
__READONLY_DATA
pXML_Para_Adjust_Enum
[]
=
{
{
{
sXML_start
,
drawing
::
Text
Adjust_LEFT
},
{
sXML_start
,
style
::
Paragraph
Adjust_LEFT
},
{
sXML_end
,
drawing
::
Text
Adjust_RIGHT
},
{
sXML_end
,
style
::
Paragraph
Adjust_RIGHT
},
{
sXML_center
,
drawing
::
Text
Adjust_CENTER
},
{
sXML_center
,
style
::
Paragraph
Adjust_CENTER
},
{
sXML_justify
,
drawing
::
Text
Adjust_BLOCK
},
{
sXML_justify
,
style
::
Paragraph
Adjust_BLOCK
},
{
sXML_justified
,
drawing
::
TextAdjust_BLOCK
},
// obsolete
{
sXML_justified
,
style
::
ParagraphAdjust_BLOCK
},
// obsolete
{
0
,
0
}
{
0
,
0
}
};
};
SvXMLEnumMapEntry
__READONLY_DATA
pXML_Para_Align_Last_Enum
[]
=
SvXMLEnumMapEntry
__READONLY_DATA
pXML_Para_Align_Last_Enum
[]
=
{
{
{
sXML_start
,
drawing
::
Text
Adjust_LEFT
},
{
sXML_start
,
style
::
Paragraph
Adjust_LEFT
},
{
sXML_center
,
drawing
::
Text
Adjust_CENTER
},
{
sXML_center
,
style
::
Paragraph
Adjust_CENTER
},
{
sXML_justify
,
drawing
::
Text
Adjust_BLOCK
},
{
sXML_justify
,
style
::
Paragraph
Adjust_BLOCK
},
{
sXML_justified
,
drawing
::
TextAdjust_BLOCK
},
// obsolete
{
sXML_justified
,
style
::
ParagraphAdjust_BLOCK
},
// obsolete
{
0
,
0
}
{
0
,
0
}
};
};
...
@@ -177,7 +177,7 @@ sal_Bool XMLLastLineAdjustPropHdl::exportXML( OUString& rStrExpValue, const uno:
...
@@ -177,7 +177,7 @@ sal_Bool XMLLastLineAdjustPropHdl::exportXML( OUString& rStrExpValue, const uno:
rValue
>>=
nVal
;
rValue
>>=
nVal
;
if
(
nVal
!=
drawing
::
Text
Adjust_LEFT
)
if
(
nVal
!=
style
::
Paragraph
Adjust_LEFT
)
bRet
=
rUnitConverter
.
convertEnum
(
aOut
,
nVal
,
pXML_Para_Align_Last_Enum
,
sXML_start
);
bRet
=
rUnitConverter
.
convertEnum
(
aOut
,
nVal
,
pXML_Para_Align_Last_Enum
,
sXML_start
);
rStrExpValue
=
aOut
.
makeStringAndClear
();
rStrExpValue
=
aOut
.
makeStringAndClear
();
...
...
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