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
24ec9635
Kaydet (Commit)
24ec9635
authored
Agu 13, 2002
tarafından
Behrend Cornelius
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#100027# duplicate Sub in Tools module removed
üst
db25e0d8
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
27 deletions
+12
-27
Dialog2.xdl
wizards/source/depot/Dialog2.xdl
+2
-2
Dialog3.xdl
wizards/source/depot/Dialog3.xdl
+3
-3
Dialog4.xdl
wizards/source/depot/Dialog4.xdl
+1
-1
dialog.xlb
wizards/source/depot/dialog.xlb
+3
-2
script.xlb
wizards/source/depot/script.xlb
+3
-2
tools.xba
wizards/source/depot/tools.xba
+0
-17
No files found.
wizards/source/depot/Dialog2.xdl
Dosyayı görüntüle @
24ec9635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
<dlg:window
xmlns:dlg=
"http://openoffice.org/2000/dialog"
xmlns:script=
"http://openoffice.org/2000/script"
dlg:id=
"Dialog2"
dlg:left=
"91"
dlg:top=
"24"
dlg:width=
"220"
dlg:height=
"128"
dlg:
help-url=
"HID:34520
"
>
<dlg:window
xmlns:dlg=
"http://openoffice.org/2000/dialog"
xmlns:script=
"http://openoffice.org/2000/script"
dlg:id=
"Dialog2"
dlg:left=
"91"
dlg:top=
"24"
dlg:width=
"220"
dlg:height=
"128"
dlg:
page=
"3"
dlg:help-url=
"HID:34520"
dlg:closeable=
"true"
dlg:moveable=
"true
"
>
<dlg:bulletinboard>
<dlg:text
dlg:id=
"lblStockNames"
dlg:tab-index=
"0"
dlg:left=
"6"
dlg:top=
"6"
dlg:width=
"102"
dlg:height=
"8"
dlg:value=
"lblStockNames"
/>
<dlg:menulist
dlg:id=
"lstSellStocks"
dlg:tab-index=
"1"
dlg:left=
"6"
dlg:top=
"17"
dlg:width=
"102"
dlg:height=
"12"
dlg:page=
"1"
dlg:help-url=
"HID:34530"
dlg:spin=
"true"
>
...
...
@@ -19,7 +19,7 @@
</dlg:datefield>
<dlg:text
dlg:id=
"lblRate"
dlg:tab-index=
"9"
dlg:left=
"68"
dlg:top=
"36"
dlg:width=
"77"
dlg:height=
"8"
dlg:value=
"lblRate"
/>
<dlg:text
dlg:id=
"lblDate"
dlg:tab-index=
"10"
dlg:left=
"150"
dlg:top=
"37"
dlg:width=
"66"
dlg:height=
"8"
dlg:value=
"lblDate"
/>
<dlg:formattedfield
dlg:id=
"txtCommission"
dlg:tab-index=
"11"
dlg:left=
"6"
dlg:top=
"90"
dlg:width=
"46"
dlg:height=
"12"
dlg:help-url=
"HID:34525"
dlg:spin=
"true"
dlg:
value-default=
"2.0"
dlg:
format-code=
"0,00%"
dlg:format-locale=
"de;DE"
/>
<dlg:formattedfield
dlg:id=
"txtCommission"
dlg:tab-index=
"11"
dlg:left=
"6"
dlg:top=
"90"
dlg:width=
"46"
dlg:height=
"12"
dlg:help-url=
"HID:34525"
dlg:spin=
"true"
dlg:format-code=
"0,00%"
dlg:format-locale=
"de;DE"
/>
<dlg:text
dlg:id=
"lblCommission"
dlg:tab-index=
"12"
dlg:left=
"6"
dlg:top=
"79"
dlg:width=
"60"
dlg:height=
"8"
dlg:value=
"lblCommission"
/>
<dlg:currencyfield
dlg:id=
"txtFix"
dlg:tab-index=
"13"
dlg:left=
"68"
dlg:top=
"90"
dlg:width=
"40"
dlg:height=
"12"
dlg:help-url=
"HID:34526"
dlg:value-min=
"0.0"
/>
<dlg:currencyfield
dlg:id=
"txtMinimum"
dlg:tab-index=
"14"
dlg:left=
"150"
dlg:top=
"90"
dlg:width=
"40"
dlg:height=
"12"
dlg:help-url=
"HID:34527"
dlg:value-min=
"0.0"
/>
...
...
wizards/source/depot/Dialog3.xdl
Dosyayı görüntüle @
24ec9635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
<dlg:window
xmlns:dlg=
"http://openoffice.org/2000/dialog"
xmlns:script=
"http://openoffice.org/2000/script"
dlg:id=
"Dialog3"
dlg:left=
"161"
dlg:top=
"81"
dlg:width=
"176"
dlg:height=
"119"
dlg:
help-url=
"HID:34532
"
>
<dlg:window
xmlns:dlg=
"http://openoffice.org/2000/dialog"
xmlns:script=
"http://openoffice.org/2000/script"
dlg:id=
"Dialog3"
dlg:left=
"161"
dlg:top=
"81"
dlg:width=
"176"
dlg:height=
"119"
dlg:
page=
"3"
dlg:help-url=
"HID:34532"
dlg:closeable=
"true"
dlg:moveable=
"true
"
>
<dlg:bulletinboard>
<dlg:text
dlg:id=
"lblStockNames"
dlg:tab-index=
"0"
dlg:left=
"6"
dlg:top=
"6"
dlg:width=
"98"
dlg:height=
"8"
dlg:value=
"lblStockNames"
/>
<dlg:menulist
dlg:id=
"lstStockNames"
dlg:tab-index=
"1"
dlg:left=
"5"
dlg:top=
"17"
dlg:width=
"102"
dlg:height=
"12"
dlg:help-url=
"HID:34533"
dlg:spin=
"true"
>
...
...
@@ -37,8 +37,8 @@
<dlg:text
dlg:id=
"lblColon"
dlg:tab-index=
"16"
dlg:left=
"40"
dlg:top=
"55"
dlg:width=
"5"
dlg:height=
"8"
dlg:page=
"2"
dlg:value=
" :"
/>
<dlg:text
dlg:id=
"lblDate"
dlg:tab-index=
"17"
dlg:left=
"5"
dlg:top=
"75"
dlg:width=
"66"
dlg:height=
"8"
dlg:page=
"2"
dlg:value=
"lblDate"
/>
<dlg:fixedline
dlg:id=
"hlnInterval"
dlg:tab-index=
"18"
dlg:left=
"6"
dlg:top=
"72"
dlg:width=
"164"
dlg:height=
"8"
dlg:page=
"3"
dlg:value=
"hlnInterval"
/>
<dlg:text
dlg:id=
"lblStartDate"
dlg:tab-index=
"19"
dlg:left=
"6"
dlg:top=
"39"
dlg:width=
"5
7
"
dlg:height=
"8"
dlg:page=
"3"
dlg:value=
"lblStartDate"
/>
<dlg:text
dlg:id=
"lblEndDate"
dlg:tab-index=
"20"
dlg:left=
"6"
dlg:top=
"55"
dlg:width=
"5
7
"
dlg:height=
"8"
dlg:page=
"3"
dlg:value=
"lblEndDate"
/>
<dlg:text
dlg:id=
"lblStartDate"
dlg:tab-index=
"19"
dlg:left=
"6"
dlg:top=
"39"
dlg:width=
"5
3
"
dlg:height=
"8"
dlg:page=
"3"
dlg:value=
"lblStartDate"
/>
<dlg:text
dlg:id=
"lblEndDate"
dlg:tab-index=
"20"
dlg:left=
"6"
dlg:top=
"55"
dlg:width=
"5
3
"
dlg:height=
"8"
dlg:page=
"3"
dlg:value=
"lblEndDate"
/>
<dlg:numericfield
dlg:id=
"txtOldRate"
dlg:tab-index=
"21"
dlg:left=
"6"
dlg:top=
"53"
dlg:width=
"30"
dlg:height=
"12"
dlg:page=
"2"
dlg:help-url=
"HID:34540"
dlg:decimal-accuracy=
"0"
dlg:value-min=
"1.0"
dlg:spin=
"true"
/>
<dlg:numericfield
dlg:id=
"txtNewRate"
dlg:tab-index=
"22"
dlg:left=
"50"
dlg:top=
"53"
dlg:width=
"30"
dlg:height=
"12"
dlg:page=
"2"
dlg:help-url=
"HID:34541"
dlg:decimal-accuracy=
"0"
dlg:value-min=
"1.0"
dlg:spin=
"true"
/>
</dlg:bulletinboard>
...
...
wizards/source/depot/Dialog4.xdl
Dosyayı görüntüle @
24ec9635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
<dlg:window
xmlns:dlg=
"http://openoffice.org/2000/dialog"
xmlns:script=
"http://openoffice.org/2000/script"
dlg:id=
"Dialog4"
dlg:left=
"161"
dlg:top=
"81"
dlg:width=
"160"
dlg:height=
"120"
dlg:page=
"1"
dlg:help-url=
"HID:34547"
>
<dlg:window
xmlns:dlg=
"http://openoffice.org/2000/dialog"
xmlns:script=
"http://openoffice.org/2000/script"
dlg:id=
"Dialog4"
dlg:left=
"161"
dlg:top=
"81"
dlg:width=
"160"
dlg:height=
"120"
dlg:page=
"1"
dlg:help-url=
"HID:34547"
dlg:closeable=
"true"
dlg:moveable=
"true"
>
<dlg:bulletinboard>
<dlg:text
dlg:id=
"lblWelcome"
dlg:tab-index=
"0"
dlg:left=
"6"
dlg:top=
"6"
dlg:width=
"148"
dlg:height=
"49"
dlg:value=
"lblWelcome"
dlg:multiline=
"true"
/>
<dlg:text
dlg:id=
"lblHint"
dlg:tab-index=
"1"
dlg:left=
"6"
dlg:top=
"73"
dlg:width=
"148"
dlg:height=
"26"
dlg:value=
"lblHint"
dlg:multiline=
"true"
/>
...
...
wizards/source/depot/dialog.xlb
Dosyayı görüntüle @
24ec9635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
<library:library
xmlns:library=
"http://openoffice.org/2000/library"
library:name=
"Depot"
library:readonly=
"
tru
e"
library:passwordprotected=
"false"
>
<library:library
xmlns:library=
"http://openoffice.org/2000/library"
library:name=
"Depot"
library:readonly=
"
fals
e"
library:passwordprotected=
"false"
>
<library:element
library:name=
"Dialog2"
/>
<library:element
library:name=
"Dialog3"
/>
<library:element
library:name=
"Dialog4"
/>
</library:library>
</library:library>
\ No newline at end of file
wizards/source/depot/script.xlb
Dosyayı görüntüle @
24ec9635
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
<library:library
xmlns:library=
"http://openoffice.org/2000/library"
library:name=
"Depot"
library:readonly=
"
tru
e"
library:passwordprotected=
"false"
>
<library:library
xmlns:library=
"http://openoffice.org/2000/library"
library:name=
"Depot"
library:readonly=
"
fals
e"
library:passwordprotected=
"false"
>
<library:element
library:name=
"Depot"
/>
<library:element
library:name=
"CommonLang"
/>
<library:element
library:name=
"Currency"
/>
...
...
@@ -14,4 +14,4 @@
<library:element
library:name=
"Lang_sv"
/>
<library:element
library:name=
"Lang_zh"
/>
<library:element
library:name=
"Lang_tw"
/>
</library:library>
</library:library>
\ No newline at end of file
wizards/source/depot/tools.xba
Dosyayı görüntüle @
24ec9635
...
...
@@ -190,23 +190,6 @@ Dim iLastRow as Integer
End Function
Sub DisposeTransactDialog()
DlgTransaction.EndExecute()
'
DlgTransaction.Dispose()
End Sub
Sub DisposeStockRateDialog()
DlgStockRates.EndExecute()
'
DlgStockRates.Dispose()
End Sub
Sub DisposeTransactDialog()
DlgStartUp.EndExecute
End Sub
Function CheckDocLocale(LocLanguage as String, LocCountry as String)
Dim bIsDocLanguage as Boolean
Dim bIsDocCountry as Boolean
...
...
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