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
0d8e34f6
Kaydet (Commit)
0d8e34f6
authored
Eki 16, 2012
tarafından
Xisco Fauli
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pyletter: get rid of import *
Change-Id: Ice6299ebae3ff9a477f272fff3473c446f927f7f
üst
2330695f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
86 additions
and
86 deletions
+86
-86
FaxWizardDialogImpl.py
wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
+0
-1
CGLetter.py
wizards/com/sun/star/wizards/letter/CGLetter.py
+2
-3
CGLetterWizard.py
wizards/com/sun/star/wizards/letter/CGLetterWizard.py
+2
-3
CGPaperElementLocation.py
...rds/com/sun/star/wizards/letter/CGPaperElementLocation.py
+1
-2
LetterDocument.py
wizards/com/sun/star/wizards/letter/LetterDocument.py
+4
-4
LetterWizardDialog.py
wizards/com/sun/star/wizards/letter/LetterWizardDialog.py
+0
-0
LetterWizardDialogConst.py
...ds/com/sun/star/wizards/letter/LetterWizardDialogConst.py
+57
-59
LetterWizardDialogImpl.py
...rds/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
+19
-13
LetterWizardDialogResources.py
...om/sun/star/wizards/letter/LetterWizardDialogResources.py
+1
-1
No files found.
wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
Dosyayı görüntüle @
0d8e34f6
...
@@ -36,7 +36,6 @@ from ..common.TextElement import TextElement
...
@@ -36,7 +36,6 @@ from ..common.TextElement import TextElement
from
..document.OfficeDocument
import
OfficeDocument
from
..document.OfficeDocument
import
OfficeDocument
from
com.sun.star.awt.VclWindowPeerAttribute
import
YES_NO
,
DEF_NO
from
com.sun.star.awt.VclWindowPeerAttribute
import
YES_NO
,
DEF_NO
from
com.sun.star.uno
import
RuntimeException
from
com.sun.star.util
import
CloseVetoException
from
com.sun.star.util
import
CloseVetoException
from
com.sun.star.view.DocumentZoomType
import
OPTIMAL
from
com.sun.star.view.DocumentZoomType
import
OPTIMAL
from
com.sun.star.document.UpdateDocMode
import
FULL_UPDATE
from
com.sun.star.document.UpdateDocMode
import
FULL_UPDATE
...
...
wizards/com/sun/star/wizards/letter/CGLetter.py
Dosyayı görüntüle @
0d8e34f6
...
@@ -15,9 +15,8 @@
...
@@ -15,9 +15,8 @@
# except in compliance with the License. You may obtain a copy of
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
#
from
wizards.common.ConfigGroup
import
*
from
.CGPaperElementLocation
import
CGPaperElementLocation
from
wizards.common.ConfigGroup
import
*
from
..common.ConfigGroup
import
ConfigGroup
from
CGPaperElementLocation
import
CGPaperElementLocation
class
CGLetter
(
ConfigGroup
):
class
CGLetter
(
ConfigGroup
):
...
...
wizards/com/sun/star/wizards/letter/CGLetterWizard.py
Dosyayı görüntüle @
0d8e34f6
...
@@ -15,9 +15,8 @@
...
@@ -15,9 +15,8 @@
# except in compliance with the License. You may obtain a copy of
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
#
from
wizards.common.ConfigGroup
import
*
from
..common.ConfigGroup
import
ConfigGroup
from
wizards.common.ConfigGroup
import
*
from
.CGLetter
import
CGLetter
from
CGLetter
import
CGLetter
class
CGLetterWizard
(
ConfigGroup
):
class
CGLetterWizard
(
ConfigGroup
):
...
...
wizards/com/sun/star/wizards/letter/CGPaperElementLocation.py
Dosyayı görüntüle @
0d8e34f6
...
@@ -15,8 +15,7 @@
...
@@ -15,8 +15,7 @@
# except in compliance with the License. You may obtain a copy of
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
#
from
wizards.common.ConfigGroup
import
*
from
..common.ConfigGroup
import
ConfigGroup
from
wizards.common.ConfigGroup
import
*
class
CGPaperElementLocation
(
ConfigGroup
):
class
CGPaperElementLocation
(
ConfigGroup
):
...
...
wizards/com/sun/star/wizards/letter/LetterDocument.py
Dosyayı görüntüle @
0d8e34f6
...
@@ -15,10 +15,10 @@
...
@@ -15,10 +15,10 @@
# except in compliance with the License. You may obtain a copy of
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
#
from
wizards.text.TextDocument
import
*
from
..text.TextDocument
import
TextDocument
,
traceback
,
Helper
,
\
from
wizards.text.TextDocument
import
*
TextFieldHandler
,
Configuration
from
wizards
.text.TextSectionHandler
import
TextSectionHandler
from
.
.text.TextSectionHandler
import
TextSectionHandler
from
wizards
.common.PropertyNames
import
PropertyNames
from
.
.common.PropertyNames
import
PropertyNames
from
com.sun.star.table
import
BorderLine
from
com.sun.star.table
import
BorderLine
from
com.sun.star.text.ControlCharacter
import
PARAGRAPH_BREAK
from
com.sun.star.text.ControlCharacter
import
PARAGRAPH_BREAK
...
...
wizards/com/sun/star/wizards/letter/LetterWizardDialog.py
Dosyayı görüntüle @
0d8e34f6
This diff is collapsed.
Click to expand it.
wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.py
Dosyayı görüntüle @
0d8e34f6
...
@@ -15,64 +15,62 @@
...
@@ -15,64 +15,62 @@
# except in compliance with the License. You may obtain a copy of
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
#
OPTBUSINESSLETTER_ITEM_CHANGED
=
"optBusinessLetterItemChanged"
OPTBUSINESSLETTER_ITEM_CHANGED
=
"optBusinessLetterItemChanged"
OPTPRIVOFFICIALLETTER_ITEM_CHANGED
=
"optPrivOfficialLetterItemChanged"
OPTPRIVATELETTER_ITEM_CHANGED
=
"optPrivateLetterItemChanged"
LSTBUSINESSSTYLE_ACTION_PERFORMED
=
None
LSTBUSINESSSTYLE_ITEM_CHANGED
=
"lstBusinessStyleItemChanged"
LSTPRIVOFFICIALSTYLE_ACTION_PERFORMED
=
None
LSTPRIVOFFICIALSTYLE_ITEM_CHANGED
=
"lstPrivOfficialStyleItemChanged"
CHKBUSINESSPAPER_ITEM_CHANGED
=
"chkBusinessPaperItemChanged"
LSTPRIVATESTYLE_ACTION_PERFORMED
=
None
LSTPRIVATESTYLE_ITEM_CHANGED
=
"lstPrivateStyleItemChanged"
CHKPAPERCOMPANYLOGO_ITEM_CHANGED
=
"chkPaperCompanyLogoItemChanged"
NUMLOGOHEIGHT_TEXT_CHANGED
=
"numLogoHeightTextChanged"
NUMLOGOX_TEXT_CHANGED
=
"numLogoXTextChanged"
NUMLOGOWIDTH_TEXT_CHANGED
=
"numLogoWidthTextChanged"
NUMLOGOY_TEXT_CHANGED
=
"numLogoYTextChanged"
CHKCOMPANYRECEIVER_ITEM_CHANGED
=
"chkCompanyReceiverItemChanged"
CHKPAPERFOOTER_ITEM_CHANGED
=
"chkPaperFooterItemChanged"
NUMFOOTERHEIGHT_TEXT_CHANGED
=
"numFooterHeightTextChanged"
CHKPAPERCOMPANYADDRESS_ITEM_CHANGED
=
"chkPaperCompanyAddressItemChanged"
NUMADDRESSHEIGHT_TEXT_CHANGED
=
"numAddressHeightTextChanged"
NUMADDRESSX_TEXT_CHANGED
=
"numAddressXTextChanged"
NUMADDRESSWIDTH_TEXT_CHANGED
=
"numAddressWidthTextChanged"
NUMADDRESSY_TEXT_CHANGED
=
"numAddressYTextChanged"
LSTLETTERNORM_ACTION_PERFORMED
=
None
LSTLETTERNORM_ITEM_CHANGED
=
"lstLetterNormItemChanged"
CHKUSELOGO_ITEM_CHANGED
=
"chkUseLogoItemChanged"
CHKUSEADDRESSRECEIVER_ITEM_CHANGED
=
"chkUseAddressReceiverItemChanged"
CHKUSESIGNS_ITEM_CHANGED
=
"chkUseSignsItemChanged"
CHKUSESUBJECT_ITEM_CHANGED
=
"chkUseSubjectItemChanged"
CHKUSEBENDMARKS_ITEM_CHANGED
=
"chkUseBendMarksItemChanged"
CHKUSEFOOTER_ITEM_CHANGED
=
"chkUseFooterItemChanged"
CHKUSESALUTATION_ITEM_CHANGED
=
"chkUseSalutationItemChanged"
CHKUSEGREETING_ITEM_CHANGED
=
"chkUseGreetingItemChanged"
LSTSALUTATION_ACTION_PERFORMED
=
None
LSTSALUTATION_ITEM_CHANGED
=
"lstSalutationItemChanged"
LSTSALUTATION_TEXT_CHANGED
=
"lstSalutationItemChanged"
LSTGREETING_ACTION_PERFORMED
=
None
LSTGREETING_ITEM_CHANGED
=
"lstGreetingItemChanged"
LSTGREETING_TEXT_CHANGED
=
"lstGreetingItemChanged"
OPTSENDERPLACEHOLDER_ITEM_CHANGED
=
"optSenderPlaceholderItemChanged"
OPTSENDERDEFINE_ITEM_CHANGED
=
"optSenderDefineItemChanged"
OPTRECEIVERPLACEHOLDER_ITEM_CHANGED
=
"optReceiverPlaceholderItemChanged"
OPTRECEIVERDATABASE_ITEM_CHANGED
=
"optReceiverDatabaseItemChanged"
TXTSENDERNAME_TEXT_CHANGED
=
"txtSenderNameTextChanged"
TXTSENDERSTREET_TEXT_CHANGED
=
"txtSenderStreetTextChanged"
TXTSENDERCITY_TEXT_CHANGED
=
"txtSenderCityTextChanged"
TXTSENDERPOSTCODE_TEXT_CHANGED
=
"txtSenderPostCodeTextChanged"
TXTSENDERSTATE_TEXT_CHANGED
=
"txtSenderStateTextChanged"
TXTFOOTER_TEXT_CHANGED
=
"txtFooterTextChanged"
CHKFOOTERNEXTPAGES_ITEM_CHANGED
=
"chkFooterNextPagesItemChanged"
CHKFOOTERPAGENUMBERS_ITEM_CHANGED
=
"chkFooterPageNumbersItemChanged"
TXTTEMPLATENAME_TEXT_CHANGED
=
"txtTemplateNameTextChanged"
OPTCREATELETTER_ITEM_CHANGED
=
"optCreateFromTemplateItemChanged"
OPTMAKECHANGES_ITEM_CHANGED
=
"optMakeChangesItemChanged"
FILETEMPLATEPATH_TEXT_CHANGED
=
None
imageURLImageControl1
=
None
imageURLImageControl2
=
None
imageURLImageControl3
=
None
HID
=
40768
HID
=
40768
HIDMAIN
=
40820
HIDMAIN
=
40820
class
LetterWizardDialogConst
:
OPTBUSINESSLETTER_ITEM_CHANGED
=
"optBusinessLetterItemChanged"
OPTBUSINESSLETTER_ITEM_CHANGED
=
"optBusinessLetterItemChanged"
OPTPRIVOFFICIALLETTER_ITEM_CHANGED
=
"optPrivOfficialLetterItemChanged"
OPTPRIVATELETTER_ITEM_CHANGED
=
"optPrivateLetterItemChanged"
LSTBUSINESSSTYLE_ACTION_PERFORMED
=
None
LSTBUSINESSSTYLE_ITEM_CHANGED
=
"lstBusinessStyleItemChanged"
LSTPRIVOFFICIALSTYLE_ACTION_PERFORMED
=
None
LSTPRIVOFFICIALSTYLE_ITEM_CHANGED
=
"lstPrivOfficialStyleItemChanged"
CHKBUSINESSPAPER_ITEM_CHANGED
=
"chkBusinessPaperItemChanged"
LSTPRIVATESTYLE_ACTION_PERFORMED
=
None
LSTPRIVATESTYLE_ITEM_CHANGED
=
"lstPrivateStyleItemChanged"
CHKPAPERCOMPANYLOGO_ITEM_CHANGED
=
"chkPaperCompanyLogoItemChanged"
NUMLOGOHEIGHT_TEXT_CHANGED
=
"numLogoHeightTextChanged"
NUMLOGOX_TEXT_CHANGED
=
"numLogoXTextChanged"
NUMLOGOWIDTH_TEXT_CHANGED
=
"numLogoWidthTextChanged"
NUMLOGOY_TEXT_CHANGED
=
"numLogoYTextChanged"
CHKCOMPANYRECEIVER_ITEM_CHANGED
=
"chkCompanyReceiverItemChanged"
CHKPAPERFOOTER_ITEM_CHANGED
=
"chkPaperFooterItemChanged"
NUMFOOTERHEIGHT_TEXT_CHANGED
=
"numFooterHeightTextChanged"
CHKPAPERCOMPANYADDRESS_ITEM_CHANGED
=
"chkPaperCompanyAddressItemChanged"
NUMADDRESSHEIGHT_TEXT_CHANGED
=
"numAddressHeightTextChanged"
NUMADDRESSX_TEXT_CHANGED
=
"numAddressXTextChanged"
NUMADDRESSWIDTH_TEXT_CHANGED
=
"numAddressWidthTextChanged"
NUMADDRESSY_TEXT_CHANGED
=
"numAddressYTextChanged"
CHKUSELOGO_ITEM_CHANGED
=
"chkUseLogoItemChanged"
CHKUSEADDRESSRECEIVER_ITEM_CHANGED
=
"chkUseAddressReceiverItemChanged"
CHKUSESIGNS_ITEM_CHANGED
=
"chkUseSignsItemChanged"
CHKUSESUBJECT_ITEM_CHANGED
=
"chkUseSubjectItemChanged"
CHKUSEBENDMARKS_ITEM_CHANGED
=
"chkUseBendMarksItemChanged"
CHKUSEFOOTER_ITEM_CHANGED
=
"chkUseFooterItemChanged"
CHKUSESALUTATION_ITEM_CHANGED
=
"chkUseSalutationItemChanged"
CHKUSEGREETING_ITEM_CHANGED
=
"chkUseGreetingItemChanged"
LSTSALUTATION_ACTION_PERFORMED
=
None
LSTSALUTATION_ITEM_CHANGED
=
"lstSalutationItemChanged"
LSTSALUTATION_TEXT_CHANGED
=
"lstSalutationItemChanged"
LSTGREETING_ACTION_PERFORMED
=
None
LSTGREETING_ITEM_CHANGED
=
"lstGreetingItemChanged"
LSTGREETING_TEXT_CHANGED
=
"lstGreetingItemChanged"
OPTSENDERPLACEHOLDER_ITEM_CHANGED
=
"optSenderPlaceholderItemChanged"
OPTSENDERDEFINE_ITEM_CHANGED
=
"optSenderDefineItemChanged"
OPTRECEIVERPLACEHOLDER_ITEM_CHANGED
=
"optReceiverPlaceholderItemChanged"
OPTRECEIVERDATABASE_ITEM_CHANGED
=
"optReceiverDatabaseItemChanged"
TXTSENDERNAME_TEXT_CHANGED
=
"txtSenderNameTextChanged"
TXTSENDERSTREET_TEXT_CHANGED
=
"txtSenderStreetTextChanged"
TXTSENDERCITY_TEXT_CHANGED
=
"txtSenderCityTextChanged"
TXTSENDERPOSTCODE_TEXT_CHANGED
=
"txtSenderPostCodeTextChanged"
TXTSENDERSTATE_TEXT_CHANGED
=
"txtSenderStateTextChanged"
TXTFOOTER_TEXT_CHANGED
=
"txtFooterTextChanged"
CHKFOOTERNEXTPAGES_ITEM_CHANGED
=
"chkFooterNextPagesItemChanged"
CHKFOOTERPAGENUMBERS_ITEM_CHANGED
=
"chkFooterPageNumbersItemChanged"
TXTTEMPLATENAME_TEXT_CHANGED
=
"txtTemplateNameTextChanged"
OPTCREATELETTER_ITEM_CHANGED
=
"optCreateFromTemplateItemChanged"
OPTMAKECHANGES_ITEM_CHANGED
=
"optMakeChangesItemChanged"
FILETEMPLATEPATH_TEXT_CHANGED
=
None
wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
Dosyayı görüntüle @
0d8e34f6
...
@@ -15,25 +15,31 @@
...
@@ -15,25 +15,31 @@
# except in compliance with the License. You may obtain a copy of
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
#
from
LetterWizardDialog
import
*
import
traceback
from
LetterWizardDialog
import
*
from
.LetterWizardDialog
import
LetterWizardDialog
,
Helper
,
\
from
LetterDocument
import
*
PropertyNames
,
uno
,
HelpIds
,
HID
from
wizards.common.NoValidPathException
import
NoValidPathException
from
.LetterDocument
import
LetterDocument
from
wizards.common.FileAccess
import
FileAccess
from
.CGLetterWizard
import
CGLetterWizard
from
LocaleCodes
import
LocaleCodes
from
..common.NoValidPathException
import
NoValidPathException
from
wizards.ui.PathSelection
import
PathSelection
from
..common.FileAccess
import
FileAccess
from
wizards.common.Configuration
import
Configuration
from
..common.Configuration
import
Configuration
from
CGLetterWizard
import
CGLetterWizard
from
..common.SystemDialog
import
SystemDialog
from
wizards.ui.event.UnoDataAware
import
UnoDataAware
from
..common.Desktop
import
Desktop
from
wizards.ui.event.RadioDataAware
import
RadioDataAware
from
..ui.PathSelection
import
PathSelection
from
wizards.text.TextFieldHandler
import
TextFieldHandler
from
..ui.event.UnoDataAware
import
UnoDataAware
from
wizards.common.SystemDialog
import
SystemDialog
from
..ui.event.RadioDataAware
import
RadioDataAware
from
..text.TextDocument
import
TextDocument
from
..text.ViewHandler
import
ViewHandler
from
..text.TextFieldHandler
import
TextFieldHandler
from
com.sun.star.awt.VclWindowPeerAttribute
import
YES_NO
,
DEF_NO
from
com.sun.star.awt.VclWindowPeerAttribute
import
YES_NO
,
DEF_NO
from
com.sun.star.uno
import
RuntimeException
from
com.sun.star.util
import
CloseVetoException
from
com.sun.star.view.DocumentZoomType
import
OPTIMAL
from
com.sun.star.view.DocumentZoomType
import
OPTIMAL
from
com.sun.star.document.UpdateDocMode
import
FULL_UPDATE
from
com.sun.star.document.UpdateDocMode
import
FULL_UPDATE
from
com.sun.star.document.MacroExecMode
import
ALWAYS_EXECUTE
from
com.sun.star.document.MacroExecMode
import
ALWAYS_EXECUTE
class
LetterWizardDialogImpl
(
LetterWizardDialog
):
class
LetterWizardDialogImpl
(
LetterWizardDialog
):
RM_TYPESTYLE
=
1
RM_TYPESTYLE
=
1
...
...
wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py
Dosyayı görüntüle @
0d8e34f6
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
# except in compliance with the License. You may obtain a copy of
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
#
from
wizards
.common.Resource
import
Resource
from
.
.common.Resource
import
Resource
class
LetterWizardDialogResources
(
Resource
):
class
LetterWizardDialogResources
(
Resource
):
...
...
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