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
b186e6f1
Kaydet (Commit)
b186e6f1
authored
May 06, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
impress and draw want to disable the size category with brochure printing
Change-Id: I08e814a2895490faebd79ca9e340d6bd8a0b5bfd
üst
0a601291
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
31 deletions
+13
-31
DocumentRenderer.cxx
sd/source/ui/view/DocumentRenderer.cxx
+13
-31
No files found.
sd/source/ui/view/DocumentRenderer.cxx
Dosyayı görüntüle @
b186e6f1
...
...
@@ -506,37 +506,19 @@ namespace {
aWidgetIds
[
1
]
=
"fittoprintable"
;
aWidgetIds
[
2
]
=
"distributeonmultiple"
;
aWidgetIds
[
3
]
=
"tilesheet"
;
if
(
mbImpress
)
{
// FIXME: additional dependency on PrintProspect = false
vcl
::
PrinterOptionsHelper
::
UIControlOptions
aPageOptionsOpt
(
"PageContentType"
,
0
);
AddDialogControl
(
vcl
::
PrinterOptionsHelper
::
setChoiceRadiosControlOpt
(
aWidgetIds
,
""
,
aHelpIds
,
"PageOptions"
,
CreateChoice
(
_STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES
),
0
,
Sequence
<
sal_Bool
>
(),
aPageOptionsOpt
)
);
}
else
{
vcl
::
PrinterOptionsHelper
::
UIControlOptions
aPageOptionsOpt
(
"PrintProspect"
,
sal_False
);
AddDialogControl
(
vcl
::
PrinterOptionsHelper
::
setChoiceRadiosControlOpt
(
aWidgetIds
,
""
,
aHelpIds
,
"PageOptions"
,
CreateChoice
(
_STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW
),
0
,
Sequence
<
sal_Bool
>
(),
aPageOptionsOpt
)
);
}
vcl
::
PrinterOptionsHelper
::
UIControlOptions
aPageOptionsOpt
(
"PrintProspect"
,
0
);
AddDialogControl
(
vcl
::
PrinterOptionsHelper
::
setChoiceRadiosControlOpt
(
aWidgetIds
,
""
,
aHelpIds
,
"PageOptions"
,
CreateChoice
(
mbImpress
?
_STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES
:
_STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW
),
0
,
Sequence
<
sal_Bool
>
(),
aPageOptionsOpt
)
);
vcl
::
PrinterOptionsHelper
::
UIControlOptions
aBrochureOpt
;
aBrochureOpt
.
maGroupHint
=
"LayoutPage"
;
...
...
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