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
04eee686
Kaydet (Commit)
04eee686
authored
Eyl 25, 2012
tarafından
Noel Grandin
Kaydeden (comit)
Noel Power
Eyl 26, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool -> bool
Change-Id: I6356c71e236e89c54081a852b3b55eb87b95bce8
üst
f8752a76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
textspacing.hxx
oox/inc/oox/drawingml/textspacing.hxx
+3
-3
textspacingcontext.cxx
oox/source/drawingml/textspacingcontext.cxx
+1
-1
No files found.
oox/inc/oox/drawingml/textspacing.hxx
Dosyayı görüntüle @
04eee686
...
@@ -37,10 +37,10 @@ namespace oox { namespace drawingml {
...
@@ -37,10 +37,10 @@ namespace oox { namespace drawingml {
PERCENT
PERCENT
};
};
TextSpacing
()
TextSpacing
()
:
nUnit
(
POINTS
),
nValue
(
0
),
bHasValue
(
sal_F
alse
)
:
nUnit
(
POINTS
),
nValue
(
0
),
bHasValue
(
f
alse
)
{
{
}
}
TextSpacing
(
sal_Int32
nPoints
)
:
nUnit
(
POINTS
),
nValue
(
nPoints
),
bHasValue
(
sal_T
rue
){};
TextSpacing
(
sal_Int32
nPoints
)
:
nUnit
(
POINTS
),
nValue
(
nPoints
),
bHasValue
(
t
rue
){};
::
com
::
sun
::
star
::
style
::
LineSpacing
toLineSpacing
()
const
::
com
::
sun
::
star
::
style
::
LineSpacing
toLineSpacing
()
const
{
{
::
com
::
sun
::
star
::
style
::
LineSpacing
aSpacing
;
::
com
::
sun
::
star
::
style
::
LineSpacing
aSpacing
;
...
@@ -59,7 +59,7 @@ namespace oox { namespace drawingml {
...
@@ -59,7 +59,7 @@ namespace oox { namespace drawingml {
}
}
sal_Int32
nUnit
;
sal_Int32
nUnit
;
sal_Int32
nValue
;
sal_Int32
nValue
;
sal_B
ool
bHasValue
;
b
ool
bHasValue
;
};
};
}
}
}
}
...
...
oox/source/drawingml/textspacingcontext.cxx
Dosyayı görüntüle @
04eee686
...
@@ -32,7 +32,7 @@ namespace oox { namespace drawingml {
...
@@ -32,7 +32,7 @@ namespace oox { namespace drawingml {
:
ContextHandler
(
rParent
)
:
ContextHandler
(
rParent
)
,
maSpacing
(
aSpacing
)
,
maSpacing
(
aSpacing
)
{
{
maSpacing
.
bHasValue
=
sal_T
rue
;
maSpacing
.
bHasValue
=
t
rue
;
}
}
void
TextSpacingContext
::
endFastElement
(
sal_Int32
/*nElement*/
)
void
TextSpacingContext
::
endFastElement
(
sal_Int32
/*nElement*/
)
...
...
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