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
5e34450f
Kaydet (Commit)
5e34450f
authored
Mar 20, 2013
tarafından
Javier Fernandez
Kaydeden (comit)
Michael Meeks
Mar 25, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Init: Pythonize the WebWizardDialog class.
Change-Id: Ief62c2feea79ceb0e90c940bd1d442cf996df839
üst
5b9d9eb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
WebWizardDialog.py
wizards/com/sun/star/wizards/web/WebWizardDialog.py
+13
-12
No files found.
wizards/com/sun/star/wizards/web/WebWizardDialog.py
Dosyayı görüntüle @
5e34450f
...
...
@@ -15,12 +15,14 @@
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
from
ui.WizardDialog
import
*
from
ui.WizardDialog
import
*
from
WebWizardDialogResources
import
WebWizardDialogResources
from
WebWizardConst
import
*
from
WWHID
import
*
from
ui.ImageList
import
ImageList
import
unohelper
from
..ui.WizardDialog
import
WizardDialog
,
uno
,
PropertyNames
from
.WebWizardDialogResources
import
WebWizardDialogResources
from
.WebWizardConst
import
*
from
.WWHID
import
*
from
..ui.ControlScroller
import
HelpIds
from
..ui.ImageList
import
ImageList
from
com.sun.star.awt
import
Size
from
com.sun.star.awt.FontUnderline
import
SINGLE
from
com.sun.star.awt.FontFamily
import
ROMAN
...
...
@@ -87,8 +89,8 @@ class WebWizardDialog(WizardDialog):
#Load Resources
self
.
resources
=
WebWizardDialogResources
(
xmsf
)
#set dialog properties...
Helper
.
setUnoPropertyValues
(
self
.
xDialogModel
,(
"Closeable"
,
uno
.
invoke
(
self
.
xDialogModel
,
"setPropertyValues"
,(
(
"Closeable"
,
PropertyNames
.
PROPERTY_HEIGHT
,
PropertyNames
.
PROPERTY_HELPURL
,
"Moveable"
,
PropertyNames
.
PROPERTY_NAME
,
...
...
@@ -99,7 +101,7 @@ class WebWizardDialog(WizardDialog):
PropertyNames
.
PROPERTY_WIDTH
),
(
True
,
210
,
HelpIds
.
getHelpIdString
(
HID0_WEBWIZARD
),
True
,
"WebWizardDialog"
,
102
,
52
,
1
,
6
,
self
.
resources
.
resWebWizardDialog_title
,
330
))
self
.
resources
.
resWebWizardDialog_title
,
330
))
)
self
.
fontDescriptor0
=
\
uno
.
createUnoStruct
(
'com.sun.star.awt.FontDescriptor'
)
self
.
fontDescriptor1
=
\
...
...
@@ -446,7 +448,7 @@ class WebWizardDialog(WizardDialog):
274
,
43
,
5
,
53
,
50
),
self
)
self
.
insertLabel
(
"lblIconset"
,
WebWizardDialog
.
PROPNAMES_LBL
,
(
8
,
self
.
resources
.
reslblIconset
,
"lblIconset"
,
97
,
64
,
5
,
51
,
70
))
self
.
insertLabel
(
"txtIconset"
,
self
.
txtIconset
=
self
.
insertLabel
(
"txtIconset"
,
(
"Border"
,
PropertyNames
.
PROPERTY_HEIGHT
,
PropertyNames
.
PROPERTY_LABEL
,
...
...
@@ -727,5 +729,4 @@ class WebWizardDialog(WizardDialog):
return
oResIds
def
render
(
self
,
listItem
):
print
"implementar"
#return listItem == None ? "" : (listItem).cp_Name
return
""
if
(
listItem
is
None
)
else
listItem
.
cp_Name
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