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
51767739
Kaydet (Commit)
51767739
authored
Kas 15, 2012
tarafından
Xisco Fauli
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pyfax: replace xrange
Change-Id: Id43dd5adb33e2c037c529e5af75bf920258b3fd9
üst
12634c14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
FaxWizardDialogResources.py
wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py
+4
-4
No files found.
wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py
Dosyayı görüntüle @
51767739
...
@@ -164,25 +164,25 @@ class FaxWizardDialogResources(Resource):
...
@@ -164,25 +164,25 @@ class FaxWizardDialogResources(Resource):
self
.
loadCommunicationResources
()
self
.
loadCommunicationResources
()
def
loadRoadmapResources
(
self
):
def
loadRoadmapResources
(
self
):
for
i
in
x
range
(
5
):
for
i
in
range
(
5
):
self
.
RoadmapLabels
.
append
(
self
.
getResText
(
self
.
RoadmapLabels
.
append
(
self
.
getResText
(
FaxWizardDialogResources
.
RID_FAXWIZARDROADMAP_START
+
\
FaxWizardDialogResources
.
RID_FAXWIZARDROADMAP_START
+
\
+
i
+
1
))
+
i
+
1
))
def
loadSalutationResources
(
self
):
def
loadSalutationResources
(
self
):
for
i
in
x
range
(
4
):
for
i
in
range
(
4
):
self
.
SalutationLabels
.
append
(
self
.
getResText
(
self
.
SalutationLabels
.
append
(
self
.
getResText
(
FaxWizardDialogResources
.
RID_FAXWIZARDSALUTATION_START
+
\
FaxWizardDialogResources
.
RID_FAXWIZARDSALUTATION_START
+
\
i
+
1
))
i
+
1
))
def
loadGreetingResources
(
self
):
def
loadGreetingResources
(
self
):
for
i
in
x
range
(
4
):
for
i
in
range
(
4
):
self
.
GreetingLabels
.
append
(
self
.
getResText
(
self
.
GreetingLabels
.
append
(
self
.
getResText
(
FaxWizardDialogResources
.
RID_FAXWIZARDGREETING_START
+
\
FaxWizardDialogResources
.
RID_FAXWIZARDGREETING_START
+
\
i
+
1
))
i
+
1
))
def
loadCommunicationResources
(
self
):
def
loadCommunicationResources
(
self
):
for
i
in
x
range
(
3
):
for
i
in
range
(
3
):
self
.
CommunicationLabels
.
append
(
self
.
getResText
(
self
.
CommunicationLabels
.
append
(
self
.
getResText
(
FaxWizardDialogResources
.
RID_FAXWIZARDCOMMUNICATION_START
+
\
FaxWizardDialogResources
.
RID_FAXWIZARDCOMMUNICATION_START
+
\
i
+
1
))
i
+
1
))
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