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
fe3ad864
Kaydet (Commit)
fe3ad864
authored
Agu 17, 2011
tarafından
Jeffrey Chang
Kaydeden (comit)
Thorsten Behrens
Agu 17, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed template dimension problem on Impress.
This fixes fdo#32719.
üst
0c571e23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
sdpage.cxx
sd/source/core/sdpage.cxx
+2
-7
No files found.
sd/source/core/sdpage.cxx
Dosyayı görüntüle @
fe3ad864
...
@@ -1070,8 +1070,8 @@ Rectangle SdPage::GetLayoutRect() const
...
@@ -1070,8 +1070,8 @@ Rectangle SdPage::GetLayoutRect() const
{
{
aLayoutPos
.
X
()
+=
long
(
aLayoutSize
.
Width
()
*
0.05
);
aLayoutPos
.
X
()
+=
long
(
aLayoutSize
.
Width
()
*
0.05
);
aLayoutPos
.
Y
()
+=
long
(
aLayoutSize
.
Height
()
*
0.234
);
aLayoutPos
.
Y
()
+=
long
(
aLayoutSize
.
Height
()
*
0.234
);
aLayoutSize
.
Width
()
=
long
(
aLayoutSize
.
Width
()
*
0.
9
);
aLayoutSize
.
Width
()
=
long
(
aLayoutSize
.
Width
()
*
0.
88
);
aLayoutSize
.
Height
()
=
long
(
aLayoutSize
.
Height
()
*
0.
66
);
aLayoutSize
.
Height
()
=
long
(
aLayoutSize
.
Height
()
*
0.
58
);
aLayoutRect
.
SetPos
(
aLayoutPos
);
aLayoutRect
.
SetPos
(
aLayoutPos
);
aLayoutRect
.
SetSize
(
aLayoutSize
);
aLayoutRect
.
SetSize
(
aLayoutSize
);
}
}
...
@@ -2416,11 +2416,6 @@ void SdPage::SetObjText(SdrTextObj* pObj, SdrOutliner* pOutliner, PresObjKind eO
...
@@ -2416,11 +2416,6 @@ void SdPage::SetObjText(SdrTextObj* pObj, SdrOutliner* pOutliner, PresObjKind eO
aString
+=
String
::
CreateFromAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"
\n\t\t\t\t\t\t\t
"
));
aString
+=
String
::
CreateFromAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"
\n\t\t\t\t\t\t\t
"
));
aString
+=
String
(
SdResId
(
STR_PRESOBJ_MPOUTLLAYER7
)
);
aString
+=
String
(
SdResId
(
STR_PRESOBJ_MPOUTLLAYER7
)
);
aString
+=
String
::
CreateFromAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"
\n\t\t\t\t\t\t\t\t
"
));
aString
+=
String
(
SdResId
(
STR_PRESOBJ_MPOUTLLAYER8
)
);
aString
+=
String
::
CreateFromAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"
\n\t\t\t\t\t\t\t\t\t
"
));
aString
+=
String
(
SdResId
(
STR_PRESOBJ_MPOUTLLAYER9
)
);
}
}
}
}
break
;
break
;
...
...
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