diff options
author | Behrend Cornelius <bc@openoffice.org> | 2001-12-17 14:02:48 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2001-12-17 14:02:48 +0000 |
commit | c69106c6ebf1f92e10742b1804f6bf93bf5b16b1 (patch) | |
tree | fcfa8f24a2ee72ec92107c23bad6ae1e7a765e83 /wizards/source/schedule | |
parent | c2a0e7f0b49561ed32103944e5a019c8d87e0145 (diff) |
#94767# Setting asian fonts improved
Diffstat (limited to 'wizards/source/schedule')
-rw-r--r-- | wizards/source/schedule/BankHoliday.xba | 2 | ||||
-rw-r--r-- | wizards/source/schedule/CalendarMain.xba | 10 | ||||
-rw-r--r-- | wizards/source/schedule/CreateTable.xba | 2 | ||||
-rw-r--r-- | wizards/source/schedule/DlgControl.xba | 2 | ||||
-rw-r--r-- | wizards/source/schedule/GermanHolidays.xba | 2 | ||||
-rw-r--r-- | wizards/source/schedule/Language.xba | 2 | ||||
-rw-r--r-- | wizards/source/schedule/LocalHolidays.xba | 2 | ||||
-rw-r--r-- | wizards/source/schedule/OwnEvents.xba | 2 | ||||
-rw-r--r-- | wizards/source/schedule/script.xlb | 20 |
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 "ja" - .DlgCalModel.lstOwnData.FontName = "HG Mincho Light J" + .lstOwnData.FontName = "HG Mincho Light J" Case "zh" If oDocument.CharLocale.Country = "CN" Then - .DlgCalModel.lstOwnData.FontName = "HG MSung Light SC" + .lstOwnData.FontName = "HG MSung Light SC" Else - .DlgCalModel.lstOwnData.FontName = "HG MSung Light TC" + .lstOwnData.FontName = "HG MSung Light TC" End If Case "ko" - .DlgCalModel.lstOwnData.FontName = "HG MyeongJo Light K" + .lstOwnData.FontName = "HG MyeongJo Light K" 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 ' Row on month sheet for first day of month Public Const DateColumn% = 3 ' 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 = "", cLANGUAGE_CHINESE = "zh", cLANGUAGE_DANISH = "da" 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> |