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
9351d0e4
Kaydet (Commit)
9351d0e4
authored
Eyl 24, 2012
tarafından
Xisco Fauli
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pywizards: get rid of import * (3)
Change-Id: Ibf7c6fc7863b6eccb28e5396587f2ec00ffcbe43
üst
34295434
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
18 deletions
+11
-18
ConfigSet.py
wizards/com/sun/star/wizards/common/ConfigSet.py
+1
-1
Configuration.py
wizards/com/sun/star/wizards/common/Configuration.py
+2
-1
FileAccess.py
wizards/com/sun/star/wizards/common/FileAccess.py
+1
-1
NumberFormatter.py
wizards/com/sun/star/wizards/common/NumberFormatter.py
+2
-2
PropertySetHelper.py
wizards/com/sun/star/wizards/common/PropertySetHelper.py
+1
-2
Resource.py
wizards/com/sun/star/wizards/common/Resource.py
+0
-6
FaxWizardDialogImpl.py
wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
+1
-1
ControlScroller.py
wizards/com/sun/star/wizards/ui/ControlScroller.py
+0
-1
ImageList.py
wizards/com/sun/star/wizards/ui/ImageList.py
+1
-1
PathSelection.py
wizards/com/sun/star/wizards/ui/PathSelection.py
+2
-2
No files found.
wizards/com/sun/star/wizards/common/ConfigSet.py
Dosyayı görüntüle @
9351d0e4
...
...
@@ -16,7 +16,7 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import
traceback
from
.ConfigNode
import
*
from
.ConfigNode
import
ConfigNode
from
.Configuration
import
Configuration
class
ConfigSet
(
ConfigNode
):
...
...
wizards/com/sun/star/wizards/common/Configuration.py
Dosyayı görüntüle @
9351d0e4
...
...
@@ -15,9 +15,10 @@
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import
uno
import
traceback
from
.PropertyNames
import
PropertyNames
from
.Helper
import
*
from
.Helper
import
Helper
'''
This class gives access to the OO configuration api.
...
...
wizards/com/sun/star/wizards/common/FileAccess.py
Dosyayı görüntüle @
9351d0e4
...
...
@@ -18,7 +18,7 @@
import
traceback
import
types
from
os
import
path
as
osPath
from
.NoValidPathException
import
*
from
.NoValidPathException
import
NoValidPathException
from
com.sun.star.ucb
import
CommandAbortedException
from
com.sun.star.awt.VclWindowPeerAttribute
import
OK
,
YES_NO
...
...
wizards/com/sun/star/wizards/common/NumberFormatter.py
Dosyayı görüntüle @
9351d0e4
...
...
@@ -16,9 +16,9 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import
traceback
import
uno
from
com.sun.star.lang
import
Locale
from
com.sun.star.util.NumberFormat
import
DATE
,
LOGICAL
,
DATETIME
,
TEXT
,
NUMBER
from
com.sun.star.util.NumberFormat
import
\
DATE
,
LOGICAL
,
DATETIME
,
TEXT
,
NUMBER
class
NumberFormatter
(
object
):
...
...
wizards/com/sun/star/wizards/common/PropertySetHelper.py
Dosyayı görüntüle @
9351d0e4
...
...
@@ -15,8 +15,7 @@
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
from
.DebugHelper
import
*
from
.DebugHelper
import
*
from
.DebugHelper
import
DebugHelper
class
PropertySetHelper
(
object
):
...
...
wizards/com/sun/star/wizards/common/Resource.py
Dosyayı görüntüle @
9351d0e4
...
...
@@ -22,12 +22,6 @@ from .SystemDialog import SystemDialog
from
com.sun.star.awt.VclWindowPeerAttribute
import
OK
class
Resource
(
object
):
'''
Creates a new instance of Resource
@param _xMSF
@param _Unit
@param _Module
'''
@classmethod
def
__init__
(
self
,
_xMSF
,
_Module
):
...
...
wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
Dosyayı görüntüle @
9351d0e4
...
...
@@ -182,7 +182,7 @@ class FaxWizardDialogImpl(FaxWizardDialog):
(
self
.
chkUseCommunicationType
.
State
is
not
0
)
self
.
myFaxDoc
.
killEmptyFrames
()
self
.
bSaveSuccess
=
OfficeDocument
.
store
(
self
.
xMSF
,
TextDocument
.
xTextDocument
,
self
.
sPath
,
"writer8_template"
)
TextDocument
.
xTextDocument
,
self
.
sPath
,
"writer8_template"
)
if
self
.
bSaveSuccess
:
self
.
saveConfiguration
()
xIH
=
self
.
xMSF
.
createInstance
(
\
...
...
wizards/com/sun/star/wizards/ui/ControlScroller.py
Dosyayı görüntüle @
9351d0e4
...
...
@@ -15,7 +15,6 @@
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import
uno
import
traceback
from
wizards.common.Desktop
import
Desktop
from
wizards.common.PropertyNames
import
PropertyNames
...
...
wizards/com/sun/star/wizards/ui/ImageList.py
Dosyayı görüntüle @
9351d0e4
...
...
@@ -17,7 +17,7 @@
#
from
threading
import
RLock
from
.PeerConfig
import
PeerConfig
from
..common.PropertyNames
import
*
from
..common.PropertyNames
import
PropertyNames
from
..common.HelpIds
import
HelpIds
from
..common.Helper
import
Helper
...
...
wizards/com/sun/star/wizards/ui/PathSelection.py
Dosyayı görüntüle @
9351d0e4
...
...
@@ -16,8 +16,8 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import
traceback
from
..common.PropertyNames
import
*
from
..common.FileAccess
import
*
from
..common.PropertyNames
import
PropertyNames
from
..common.FileAccess
import
FileAccess
from
..common.SystemDialog
import
SystemDialog
class
PathSelection
(
object
):
...
...
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