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
bfe191c0
Kaydet (Commit)
bfe191c0
authored
Eki 14, 2012
tarafından
Xisco Fauli
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pyfax: replace tabs with spaces
Change-Id: Iec6b3738723adf43dee4801c30660007f9391797
üst
729ebb36
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
1 deletion
+2
-1
CallWizard.py
wizards/com/sun/star/wizards/fax/CallWizard.py
+0
-0
FaxWizardDialog.py
wizards/com/sun/star/wizards/fax/FaxWizardDialog.py
+0
-0
FaxWizardDialogConst.py
wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py
+0
-0
FaxWizardDialogImpl.py
wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
+2
-1
No files found.
wizards/com/sun/star/wizards/fax/CallWizard.py
Dosyayı görüntüle @
bfe191c0
wizards/com/sun/star/wizards/fax/FaxWizardDialog.py
Dosyayı görüntüle @
bfe191c0
wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py
Dosyayı görüntüle @
bfe191c0
wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
Dosyayı görüntüle @
bfe191c0
...
@@ -485,7 +485,8 @@ class FaxWizardDialogImpl(FaxWizardDialog):
...
@@ -485,7 +485,8 @@ class FaxWizardDialogImpl(FaxWizardDialog):
self
.
initializeElements
()
self
.
initializeElements
()
self
.
setElements
()
self
.
setElements
()
def
txtTemplateNameTextChanged
(
self
):
def
txtTemplateTextChanged
(
self
):
# Change Template Title in Properties
xDocProps
=
TextDocument
.
xTextDocument
.
DocumentProperties
xDocProps
=
TextDocument
.
xTextDocument
.
DocumentProperties
xDocProps
.
Title
=
self
.
txtTemplateName
.
Text
xDocProps
.
Title
=
self
.
txtTemplateName
.
Text
...
...
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