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
447d6bfd
Kaydet (Commit)
447d6bfd
authored
Kas 18, 2009
tarafından
Philipp Lohmann [pl]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
printerpullpages: #i106507# remove layout page for math
üst
f323477d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
unomodel.cxx
starmath/source/unomodel.cxx
+6
-1
No files found.
starmath/source/unomodel.cxx
Dosyayı görüntüle @
447d6bfd
...
...
@@ -96,7 +96,7 @@ SmPrintUIOptions::SmPrintUIOptions()
// create sequence of print UI options
// (Actually IsIgnoreSpacesRight is a parser option. Without it we need only 8 properties here.)
m_aUIProperties
.
realloc
(
8
);
m_aUIProperties
.
realloc
(
9
);
// create Section for formula (results in an extra tab page in dialog)
SvtModuleOptions
aOpt
;
...
...
@@ -152,6 +152,11 @@ SmPrintUIOptions::SmPrintUIOptions()
10
,
// min value
1000
,
// max value
aRangeOpt
);
Sequence
<
PropertyValue
>
aHintNoLayoutPage
(
1
);
aHintNoLayoutPage
[
0
].
Name
=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"HintNoLayoutPage"
)
);
aHintNoLayoutPage
[
0
].
Value
=
makeAny
(
sal_True
);
m_aUIProperties
[
8
].
Value
<<=
aHintNoLayoutPage
;
// IsIgnoreSpacesRight is a parser option! Thus we don't add it to the printer UI.
//
...
...
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