summaryrefslogtreecommitdiff
path: root/wizards/source/schedule
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-12-17 14:02:48 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-12-17 14:02:48 +0000
commitc69106c6ebf1f92e10742b1804f6bf93bf5b16b1 (patch)
treefcfa8f24a2ee72ec92107c23bad6ae1e7a765e83 /wizards/source/schedule
parentc2a0e7f0b49561ed32103944e5a019c8d87e0145 (diff)
#94767# Setting asian fonts improved
Diffstat (limited to 'wizards/source/schedule')
-rw-r--r--wizards/source/schedule/BankHoliday.xba2
-rw-r--r--wizards/source/schedule/CalendarMain.xba10
-rw-r--r--wizards/source/schedule/CreateTable.xba2
-rw-r--r--wizards/source/schedule/DlgControl.xba2
-rw-r--r--wizards/source/schedule/GermanHolidays.xba2
-rw-r--r--wizards/source/schedule/Language.xba2
-rw-r--r--wizards/source/schedule/LocalHolidays.xba2
-rw-r--r--wizards/source/schedule/OwnEvents.xba2
-rw-r--r--wizards/source/schedule/script.xlb20
9 files changed, 22 insertions, 22 deletions
diff --git a/wizards/source/schedule/BankHoliday.xba b/wizards/source/schedule/BankHoliday.xba
index 32ebda473..f2eb78ec6 100644
--- a/wizards/source/schedule/BankHoliday.xba
+++ b/wizards/source/schedule/BankHoliday.xba
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
- <script:module xmlns:script="http://openoffice.org/2000/script" script:name="BankHoliday" script:language="StarBasic">Option Explicit
+<script:module xmlns:script="http://openoffice.org/2000/script" script:name="BankHoliday" script:language="StarBasic">Option Explicit
Sub Main()
Call CalAutopilotTable()
diff --git a/wizards/source/schedule/CalendarMain.xba b/wizards/source/schedule/CalendarMain.xba
index 80d57713e..85c718e80 100644
--- a/wizards/source/schedule/CalendarMain.xba
+++ b/wizards/source/schedule/CalendarMain.xba
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
- <script:module xmlns:script="http://openoffice.org/2000/script" script:name="CalendarMain" script:language="StarBasic">Option Explicit
+<script:module xmlns:script="http://openoffice.org/2000/script" script:name="CalendarMain" script:language="StarBasic">Option Explicit
Const _DEBUG = 0
@@ -89,15 +89,15 @@ Dim iThisMonth as Integer
.lstMonth.StringItemList() = cCalShortMonthNames()
Select Case sCurLangLocale
Case &quot;ja&quot;
- .DlgCalModel.lstOwnData.FontName = &quot;HG Mincho Light J&quot;
+ .lstOwnData.FontName = &quot;HG Mincho Light J&quot;
Case &quot;zh&quot;
If oDocument.CharLocale.Country = &quot;CN&quot; Then
- .DlgCalModel.lstOwnData.FontName = &quot;HG MSung Light SC&quot;
+ .lstOwnData.FontName = &quot;HG MSung Light SC&quot;
Else
- .DlgCalModel.lstOwnData.FontName = &quot;HG MSung Light TC&quot;
+ .lstOwnData.FontName = &quot;HG MSung Light TC&quot;
End If
Case &quot;ko&quot;
- .DlgCalModel.lstOwnData.FontName = &quot;HG MyeongJo Light K&quot;
+ .lstOwnData.FontName = &quot;HG MyeongJo Light K&quot;
End Select
.lstOwnEventMonth.StringItemList() = cCalShortMonthNames()
.optYear.State = 1
diff --git a/wizards/source/schedule/CreateTable.xba b/wizards/source/schedule/CreateTable.xba
index 6eba0b7b3..3be1ac44c 100644
--- a/wizards/source/schedule/CreateTable.xba
+++ b/wizards/source/schedule/CreateTable.xba
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
- <script:module xmlns:script="http://openoffice.org/2000/script" script:name="CreateTable" script:language="StarBasic">Option Explicit
+<script:module xmlns:script="http://openoffice.org/2000/script" script:name="CreateTable" script:language="StarBasic">Option Explicit
Public Const FirstDayRow = 5 &apos; Row on month sheet for first day of month
Public Const DateColumn% = 3 &apos; Column on month sheet with days
diff --git a/wizards/source/schedule/DlgControl.xba b/wizards/source/schedule/DlgControl.xba
index 20c7c4964..5b1a6a550 100644
--- a/wizards/source/schedule/DlgControl.xba
+++ b/wizards/source/schedule/DlgControl.xba
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
- <script:module xmlns:script="http://openoffice.org/2000/script" script:name="DlgControl" script:language="StarBasic">Option Explicit
+<script:module xmlns:script="http://openoffice.org/2000/script" script:name="DlgControl" script:language="StarBasic">Option Explicit
Dim CalBitmap As Object
Public bSelectByMouseMove as Boolean
diff --git a/wizards/source/schedule/GermanHolidays.xba b/wizards/source/schedule/GermanHolidays.xba
index 14003c19f..56136222d 100644
--- a/wizards/source/schedule/GermanHolidays.xba
+++ b/wizards/source/schedule/GermanHolidays.xba
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
- <script:module xmlns:script="http://openoffice.org/2000/script" script:name="GermanHolidays" script:language="StarBasic">Option Explicit
+<script:module xmlns:script="http://openoffice.org/2000/script" script:name="GermanHolidays" script:language="StarBasic">Option Explicit
Sub Main()
Call CalAutopilotTable()
diff --git a/wizards/source/schedule/Language.xba b/wizards/source/schedule/Language.xba
index 6a7b6d0a1..eaa64d689 100644
--- a/wizards/source/schedule/Language.xba
+++ b/wizards/source/schedule/Language.xba
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
- <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Language" script:language="StarBasic">Option Explicit
+<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Language" script:language="StarBasic">Option Explicit
Public Const cLANGUAGE_SYSTEM = &quot;&quot;, cLANGUAGE_CHINESE = &quot;zh&quot;, cLANGUAGE_DANISH = &quot;da&quot;
diff --git a/wizards/source/schedule/LocalHolidays.xba b/wizards/source/schedule/LocalHolidays.xba
index 21ed0101b..9681d4763 100644
--- a/wizards/source/schedule/LocalHolidays.xba
+++ b/wizards/source/schedule/LocalHolidays.xba
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
- <script:module xmlns:script="http://openoffice.org/2000/script" script:name="LocalHolidays" script:language="StarBasic">Option Explicit
+<script:module xmlns:script="http://openoffice.org/2000/script" script:name="LocalHolidays" script:language="StarBasic">Option Explicit
Sub Main
Call CalAutopilotTable()
diff --git a/wizards/source/schedule/OwnEvents.xba b/wizards/source/schedule/OwnEvents.xba
index 8d9152cfb..0de19ec28 100644
--- a/wizards/source/schedule/OwnEvents.xba
+++ b/wizards/source/schedule/OwnEvents.xba
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
- <script:module xmlns:script="http://openoffice.org/2000/script" script:name="OwnEvents" script:language="StarBasic">Option Explicit
+<script:module xmlns:script="http://openoffice.org/2000/script" script:name="OwnEvents" script:language="StarBasic">Option Explicit
Dim CurOwnMonth as Integer
diff --git a/wizards/source/schedule/script.xlb b/wizards/source/schedule/script.xlb
index b0864ad98..96dd8da57 100644
--- a/wizards/source/schedule/script.xlb
+++ b/wizards/source/schedule/script.xlb
@@ -1,12 +1,12 @@
<?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="Schedule" library:readonly="true" library:passwordprotected="false">
- <library:element library:name="OwnEvents"/>
- <library:element library:name="CalendarMain"/>
- <library:element library:name="BankHoliday"/>
- <library:element library:name="DlgControl"/>
- <library:element library:name="Language"/>
- <library:element library:name="CreateTable"/>
- <library:element library:name="GermanHolidays"/>
- <library:element library:name="LocalHolidays"/>
- </library:library>
+<library:library xmlns:library="http://openoffice.org/2000/library" library:name="Schedule" library:readonly="true" library:passwordprotected="false">
+ <library:element library:name="OwnEvents"/>
+ <library:element library:name="CalendarMain"/>
+ <library:element library:name="BankHoliday"/>
+ <library:element library:name="DlgControl"/>
+ <library:element library:name="Language"/>
+ <library:element library:name="CreateTable"/>
+ <library:element library:name="GermanHolidays"/>
+ <library:element library:name="LocalHolidays"/>
+</library:library>