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
ae4d40f3
Kaydet (Commit)
ae4d40f3
authored
Şub 02, 2013
tarafından
Xisco Fauli
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pyagenda: i have to redo this class so this method is unused now
Change-Id: Ief3461be5eeb6b952b76eeacf2778cb5beef6826
üst
acee06b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
ConfigSet.py
wizards/com/sun/star/wizards/common/ConfigSet.py
+0
-23
No files found.
wizards/com/sun/star/wizards/common/ConfigSet.py
Dosyayı görüntüle @
ae4d40f3
...
...
@@ -32,30 +32,7 @@ class ConfigSet(ConfigGroup):
def
__init__
(
self
,
topic
):
self
.
topic
=
topic
self
.
childrenMap
=
{}
self
.
childrenList
=
[]
self
.
noNulls
=
False
def
add2
(
self
,
name
,
o
):
self
.
childrenMap
[
name
]
=
o
if
isinstance
(
name
,
int
):
i
=
name
self
.
childrenList
.
insert
(
i
,
o
)
else
:
try
:
i
=
o
.
cp_Index
oldSize
=
self
.
getSize
()
if
oldSize
<=
i
:
newSize
=
i
-
oldSize
self
.
childrenList
+=
[
None
]
*
newSize
self
.
noNulls
=
True
else
:
self
.
noNulls
=
False
self
.
childrenList
.
insert
(
i
,
o
);
if
oldSize
>
i
:
oldSize
=
i
except
Exception
:
self
.
childrenList
.
append
(
o
)
def
add
(
self
,
name
,
o
):
self
.
childrenList
.
append
(
o
)
...
...
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