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
66ec3084
Kaydet (Commit)
66ec3084
authored
Kas 13, 2012
tarafından
Xisco Fauli
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pyagenda: forgot a method
Change-Id: I0e6f1239ead11845b0fbad98354022c9ee021ea3
üst
4aeeebfe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
AgendaWizardDialogImpl.py
...rds/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py
+0
-18
No files found.
wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py
Dosyayı görüntüle @
66ec3084
...
@@ -37,7 +37,6 @@ from com.sun.star.awt.VclWindowPeerAttribute import OK
...
@@ -37,7 +37,6 @@ from com.sun.star.awt.VclWindowPeerAttribute import OK
class
AgendaWizardDialogImpl
(
AgendaWizardDialog
):
class
AgendaWizardDialogImpl
(
AgendaWizardDialog
):
fileAccess1
=
None
pageDesign
=
None
pageDesign
=
None
def
__init__
(
self
,
xmsf
):
def
__init__
(
self
,
xmsf
):
...
@@ -314,23 +313,6 @@ class AgendaWizardDialogImpl(AgendaWizardDialog):
...
@@ -314,23 +313,6 @@ class AgendaWizardDialogImpl(AgendaWizardDialog):
def
chkUseResourcePersonsItemChanged
(
self
):
def
chkUseResourcePersonsItemChanged
(
self
):
AgendaTemplate
.
redraw
(
self
.
templateConsts
.
FILLIN_RESOURCE_PERSONS
)
AgendaTemplate
.
redraw
(
self
.
templateConsts
.
FILLIN_RESOURCE_PERSONS
)
'''
convenience method.
instead of creating a FileAccess object every time
it is needed, I have a FileAccess object memeber.
the first time it is needed it will be created, and
then be reused...
@return the FileAccess memeber object.
'''
def
getFileAccess
(
self
):
if
AgendaWizardDialogImpl
.
fileAccess1
is
None
:
try
:
AgendaWizardDialogImpl
.
fileAccess1
=
FileAccess
(
self
.
xMSF
)
except
Exception
,
e
:
traceback
.
print_exc
()
return
AgendaWizardDialogImpl
.
fileAccess1
def
insertRow
(
self
):
def
insertRow
(
self
):
self
.
topicsControl
.
insertRow
()
self
.
topicsControl
.
insertRow
()
...
...
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