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
1b3aa393
Kaydet (Commit)
1b3aa393
authored
Şub 20, 2017
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
AutoLayout value 33 is "AUTOLAYOUT_4CLIPART" according to comments
Change-Id: I082dd08c1caf6f1585e3e16b441ba3b5a0d137f1
üst
5afef8d5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
autolayout.hxx
include/xmloff/autolayout.hxx
+1
-1
sdxmlexp.cxx
xmloff/source/draw/sdxmlexp.cxx
+1
-1
ximpstyl.cxx
xmloff/source/draw/ximpstyl.cxx
+2
-2
No files found.
include/xmloff/autolayout.hxx
Dosyayı görüntüle @
1b3aa393
...
...
@@ -57,7 +57,7 @@ enum AutoLayout
AUTOLAYOUT_TITLE_2VTEXT
=
30
,
///< Title, 2 Vertical Content
AUTOLAYOUT_HANDOUT9
=
31
,
AUTOLAYOUT_ONLY_TEXT
=
32
,
///< Centered Text
// 33 missing
AUTOLAYOUT_4CLIPART
=
33
,
AUTOLAYOUT_TITLE_6CONTENT
=
34
,
///< Title, 6 Content
AUTOLAYOUT_END
};
...
...
xmloff/source/draw/sdxmlexp.cxx
Dosyayı görüntüle @
1b3aa393
...
...
@@ -1108,7 +1108,7 @@ void SdXMLExport::ImpWriteAutoLayoutInfos()
break
;
}
case
33
:
// AUTOLAYOUT_4CLIPART
case
AUTOLAYOUT_4CLIPART
:
{
Rectangle
aTopLeft
(
pInfo
->
GetPresRectangle
());
aTopLeft
.
setHeight
(
long
(
aTopLeft
.
GetHeight
()
*
0.477
));
...
...
xmloff/source/draw/ximpstyl.cxx
Dosyayı görüntüle @
1b3aa393
...
...
@@ -650,14 +650,14 @@ void SdXMLPresentationPageLayoutContext::EndElement()
}
else
{
mnTypeId
=
33
;
// AUTOLAYOUT_4CLIPART
mnTypeId
=
AUTOLAYOUT_4CLIPART
;
}
break
;
}
case
7
:
{
mnTypeId
=
33
;
// AUTOLAYOUT_6CLIPART (huh? 33 is not that)
mnTypeId
=
AUTOLAYOUT_4CLIPART
;
// FIXME: not AUTOLAYOUT_TITLE_6CONTENT?
break
;
}
default
:
...
...
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