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
467ac438
Kaydet (Commit)
467ac438
authored
Mar 13, 2012
tarafından
Takeshi Abe
Kaydeden (comit)
Kohei Yoshida
Mar 14, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add 'Japanese Postcard' paper size to both Paper format and Print dialog
üst
96d28ecf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
page.h
cui/source/tabpages/page.h
+1
-0
page.src
cui/source/tabpages/page.src
+2
-0
print.cxx
vcl/source/gdi/print.cxx
+2
-1
print.src
vcl/source/src/print.src
+1
-0
No files found.
cui/source/tabpages/page.h
Dosyayı görüntüle @
467ac438
...
...
@@ -72,6 +72,7 @@
#define PAPERSIZE_B4_JIS 34
#define PAPERSIZE_B5_JIS 35
#define PAPERSIZE_B6_JIS 36
#define PAPERSIZE_POSTCARD_JP 46
#define PAPERSIZE_A6 56
#endif
...
...
cui/source/tabpages/page.src
Dosyayı görüntüle @
467ac438
...
...
@@ -418,6 +418,7 @@ StringArray RID_SVXSTRARY_PAPERSIZE_STD
< "#10 Envelope" ; PAPERSIZE_COM10; > ;
< "#11 Envelope" ; PAPERSIZE_COM11; > ;
< "#12 Envelope" ; PAPERSIZE_COM12; > ;
< "Japanese Postcard" ; PAPERSIZE_POSTCARD_JP; > ;
};
};
StringArray RID_SVXSTRARY_PAPERSIZE_DRAW
...
...
@@ -452,6 +453,7 @@ StringArray RID_SVXSTRARY_PAPERSIZE_DRAW
< "C4 Envelope" ; PAPERSIZE_C4 ; > ;
< "Dia Slide" ; PAPERSIZE_DIA ; > ;
< "Screen" ; PAPERSIZE_SCREEN ; > ;
< "Japanese Postcard" ; PAPERSIZE_POSTCARD_JP; > ;
};
};
// ********************************************************************** EOF
...
...
vcl/source/gdi/print.cxx
Dosyayı görüntüle @
467ac438
...
...
@@ -1267,7 +1267,8 @@ rtl::OUString Printer::GetPaperName( Paper ePaper )
PAPER_ENV_DL
,
PAPER_SLIDE_DIA
,
PAPER_SCREEN
,
PAPER_C
,
PAPER_D
,
PAPER_E
,
PAPER_EXECUTIVE
,
PAPER_FANFOLD_LEGAL_DE
,
PAPER_ENV_MONARCH
,
PAPER_ENV_PERSONAL
,
PAPER_ENV_9
,
PAPER_ENV_10
,
PAPER_ENV_11
,
PAPER_ENV_12
,
PAPER_KAI16
,
PAPER_KAI32
,
PAPER_KAI32BIG
,
PAPER_B4_JIS
,
PAPER_B5_JIS
,
PAPER_B6_JIS
PAPER_KAI32
,
PAPER_KAI32BIG
,
PAPER_B4_JIS
,
PAPER_B5_JIS
,
PAPER_B6_JIS
,
PAPER_POSTCARD_JP
};
OSL_ENSURE
(
sal_uInt32
(
SAL_N_ELEMENTS
(
PaperIndex
))
==
aPaperStrings
.
Count
(),
"localized paper name count wrong"
);
for
(
int
i
=
0
;
i
<
int
(
SAL_N_ELEMENTS
(
PaperIndex
));
i
++
)
...
...
vcl/source/src/print.src
Dosyayı görüntüle @
467ac438
...
...
@@ -531,6 +531,7 @@ StringArray RID_STR_PAPERNAMES
< "B4 (JIS)"; >;
< "B5 (JIS)"; >;
< "B6 (JIS)"; >;
< "Japanese Postcard"; >;
};
};
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