DialogModul.xba (3e02b54d) DialogModul.xba (bc0b50dd)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements. See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership. The ASF licenses this file

--- 75 unchanged lines hidden (view full) ---

84&apos; Applications(X,3) = &quot;File:///...&quot; (SourceUrl of the documents)
85&apos; Applications(X,4) = &quot;File///:...&quot; (TargetUrl of the documents)
86&apos; Applications(X,5) = True/False (Templates are to be converted)
87&apos; Applications(X,6) = True/False (Including Subdirectories)
88&apos; Applications(X,7) = &quot;File:///...&quot; (SourceUrl of the templates)
89&apos; Applications(X,8) = &quot;File:///...&quot; (TargetUrl of the templates)
90&apos; Applications(X,9) = 0 (Key to the original Index of the Applications)
91
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements. See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership. The ASF licenses this file

--- 75 unchanged lines hidden (view full) ---

84&apos; Applications(X,3) = &quot;File:///...&quot; (SourceUrl of the documents)
85&apos; Applications(X,4) = &quot;File///:...&quot; (TargetUrl of the documents)
86&apos; Applications(X,5) = True/False (Templates are to be converted)
87&apos; Applications(X,6) = True/False (Including Subdirectories)
88&apos; Applications(X,7) = &quot;File:///...&quot; (SourceUrl of the templates)
89&apos; Applications(X,8) = &quot;File:///...&quot; (TargetUrl of the templates)
90&apos; Applications(X,9) = 0 (Key to the original Index of the Applications)
91
92Public Const SBMAXEXTENSIONLENGTH = 15
92Public Const SBMAXEXTENSIONLENGTH = 17
93
94
95Sub FillStep_Welcome()
96Dim i as Integer
97&apos; bDoKeepApplValues = False
98 ImportDialogArea.Title = sTitle
99 With ImportDialog
100 .cmdHelp.Label = sHelpButton

--- 306 unchanged lines hidden (view full) ---

407 sKeyName(1) = &quot;Software\Microsoft\Office\8.0\Excel\Microsoft Excel&quot;
408 sKeyName(2) = &quot;Software\Microsoft\Office\8.0\PowerPoint\Recent Folder List\Default&quot;
409
410 sValueName(0) = &quot;DOC-PATH&quot;
411 sValueName(1) = &quot;DefaultPath&quot;
412 sValueName(2) = &quot;&quot;
413
414&apos; See definition of Filtername-Array about meaning of fields
93
94
95Sub FillStep_Welcome()
96Dim i as Integer
97&apos; bDoKeepApplValues = False
98 ImportDialogArea.Title = sTitle
99 With ImportDialog
100 .cmdHelp.Label = sHelpButton

--- 306 unchanged lines hidden (view full) ---

407 sKeyName(1) = &quot;Software\Microsoft\Office\8.0\Excel\Microsoft Excel&quot;
408 sKeyName(2) = &quot;Software\Microsoft\Office\8.0\PowerPoint\Recent Folder List\Default&quot;
409
410 sValueName(0) = &quot;DOC-PATH&quot;
411 sValueName(1) = &quot;DefaultPath&quot;
412 sValueName(2) = &quot;&quot;
413
414&apos; See definition of Filtername-Array about meaning of fields
415 MSFilterName(0,0) = &quot;doc&quot;
416 MSFilterName(0,1) = &quot;writer8&quot;
417 MSFilterName(0,2) = &quot;odt&quot;
415 MSFilterName(0,0) = &quot;doc|docx|docm&quot;
416 MSFilterName(0,1) = &quot;writer8|writer8|writer8&quot;
417 MSFilterName(0,2) = &quot;odt|odt|odt&quot;
418 MSFilterName(0,3) = sMSDocumentCheckBox(0)
419 MSFilterName(0,4) = &quot;Word&quot;
420
421
418 MSFilterName(0,3) = sMSDocumentCheckBox(0)
419 MSFilterName(0,4) = &quot;Word&quot;
420
421
422 MSFilterName(1,0) = &quot;xls&quot;
423 MSFilterName(1,1) = &quot;calc8&quot;
424 MSFilterName(1,2) = &quot;ods&quot;
422 MSFilterName(1,0) = &quot;xls|xlsx|xlsm&quot;
423 MSFilterName(1,1) = &quot;calc8|calc8|calc8&quot;
424 MSFilterName(1,2) = &quot;ods|ods|ods&quot;
425 MSFilterName(1,3) = sMSDocumentCheckBox(1)
426 MSFilterName(1,4) = &quot;Excel&quot;
427
425 MSFilterName(1,3) = sMSDocumentCheckBox(1)
426 MSFilterName(1,4) = &quot;Excel&quot;
427
428 MSFilterName(2,0) = &quot;ppt|pps&quot;
429 MSFilterName(2,1) = &quot;impress8|impress8&quot;
430 MSFilterName(2,2) = &quot;odp|odp&quot;
428 MSFilterName(2,0) = &quot;ppt|pps|pptx|pptm&quot;
429 MSFilterName(2,1) = &quot;impress8|impress8|impress8|impress8&quot;
430 MSFilterName(2,2) = &quot;odp|odp|odp|odp&quot;
431 MSFilterName(2,3) = sMSDocumentCheckBox(2)
432 MSFilterName(2,4) = &quot;PowerPoint&quot;
433
431 MSFilterName(2,3) = sMSDocumentCheckBox(2)
432 MSFilterName(2,4) = &quot;PowerPoint&quot;
433
434 MSFilterName(3,0) = &quot;dot&quot;
435 MSFilterName(3,1) = &quot;writer8_template&quot;
436 MSFilterName(3,2) = &quot;ott&quot;
434 MSFilterName(3,0) = &quot;dot|dotx|dotm&quot;
435 MSFilterName(3,1) = &quot;writer8_template|writer8_template|writer8_template&quot;
436 MSFilterName(3,2) = &quot;ott|ott|ott&quot;
437 MSFilterName(3,3) = sMSTemplateCheckBox(0)
438 MSFilterName(3,4) = &quot;Word&quot;
439
437 MSFilterName(3,3) = sMSTemplateCheckBox(0)
438 MSFilterName(3,4) = &quot;Word&quot;
439
440 MSFilterName(4,0) = &quot;xlt&quot;
441 MSFilterName(4,1) = &quot;calc8_template&quot;
442 MSFilterName(4,2) = &quot;ots&quot;
440 MSFilterName(4,0) = &quot;xlt|xltx|xltm&quot;
441 MSFilterName(4,1) = &quot;calc8_template|calc8_template|calc8_template&quot;
442 MSFilterName(4,2) = &quot;ots|ots|ots&quot;
443 MSFilterName(4,3) = sMSTemplateCheckBox(1)
444 MSFilterName(4,4) = &quot;Excel&quot;
445
443 MSFilterName(4,3) = sMSTemplateCheckBox(1)
444 MSFilterName(4,4) = &quot;Excel&quot;
445
446 MSFilterName(5,0) = &quot;pot&quot;
447 MSFilterName(5,1) = &quot;impress8_template&quot;
448 MSFilterName(5,2) = &quot;otp&quot;
446 MSFilterName(5,0) = &quot;pot|potx|potm&quot;
447 MSFilterName(5,1) = &quot;impress8_template|impress8_template|impress8_template&quot;
448 MSFilterName(5,2) = &quot;otp|otp|otp&quot;
449 MSFilterName(5,3) = sMSTemplateCheckBox(2)
450 MSFilterName(5,4) = &quot;PowerPoint&quot;
451End Sub
452
453
454
455&apos; This is an extract from &quot;http://util.openoffice.org/source/browse/util/sot/source/base/exchange.cxx?rev=1.25&amp;content-type=text/x-cvsweb-markup&quot;
456&apos; about the listed defined mimetypes that are required to define binary StarOffice templates that have for all applications the same extension &quot;.vor&quot;

--- 221 unchanged lines hidden ---
449 MSFilterName(5,3) = sMSTemplateCheckBox(2)
450 MSFilterName(5,4) = &quot;PowerPoint&quot;
451End Sub
452
453
454
455&apos; This is an extract from &quot;http://util.openoffice.org/source/browse/util/sot/source/base/exchange.cxx?rev=1.25&amp;content-type=text/x-cvsweb-markup&quot;
456&apos; about the listed defined mimetypes that are required to define binary StarOffice templates that have for all applications the same extension &quot;.vor&quot;

--- 221 unchanged lines hidden ---