Difference between revisions of "JA/Documentation/Administration Guide/Adding AutoText Files"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
{{Documentation/AdminGuideTOC/v2
+
{{JA/Documentation/AdminGuideTOC/v2
 
|ShowPrevNext=block
 
|ShowPrevNext=block
 
|ShowPrevPage=block
 
|ShowPrevPage=block
Line 36: Line 36:
 
     <li>{{OOo}} ネットワークインストールの単一のユーザーが入力支援ディレクトリを使用できるようにするには、このコードを <tt>''install-dir''/user/registry/data/org/openoffice/Office/Common.xcu</tt> ファイルにコピーします。
 
     <li>{{OOo}} ネットワークインストールの単一のユーザーが入力支援ディレクトリを使用できるようにするには、このコードを <tt>''install-dir''/user/registry/data/org/openoffice/Office/Common.xcu</tt> ファイルにコピーします。
  
<source language="xml">
+
<source lang="xml">
 
  <node oor:name="Path">
 
  <node oor:name="Path">
 
   <node oor:name="Current">
 
   <node oor:name="Current">
Line 49: Line 49:
 
</ol>
 
</ol>
 
{{PDL1}}
 
{{PDL1}}
 +
{{InterWiki_Languages_BasicGuide|articletitle=Documentation/Administration Guide/Adding AutoText Files}}

Revision as of 21:36, 30 October 2008

doc OOo
ネットワークインストールへの入力支援ファイルの追加

Apache OpenOffice では、入力支援項目は *.bau 拡張子のファイルのカテゴリに保存されます。Apache OpenOffice のネットワークインストールのすべてのユーザーまたは個々のユーザーが、カスタム入力支援ファイルを利用できるようにすることができます。

Template:Documentation/Note のオンラインヘルプで「入力支援」というキーワードを検索してください。

Apache OpenOffice ネットワークインストールのすべてのユーザー用の入力支援ファイルを追加する

  1. スーパーユーザーになります。
  2. 入力支援の *.bau ファイルを network-install-dir/share/autotext/ ディレクトリにコピーします。

Apache OpenOffice のワークステーションインストールに入力支援ファイルを追加する

  1. スーパーユーザーになります。
  2. 入力支援の *.bau ファイルをワークステーションの installation-dir/user/autotext/ ディレクトリにコピーします。

Apache OpenOffice インストールに入力支援ディレクトリを追加する

  1. 任意の Apache OpenOffice プログラムで、「ツール」→「オプション」→「Apache OpenOffice」→「パス」を選択します。
  2. デフォルトのパスのリストで、「テキストブロック」を選択し、「編集」をクリックします。
  3. パスの編集」ダイアログボックスで、「追加」をクリックします。
  4. 追加する入力支援の *.bau ファイルが格納されているディレクトリを見つけて、「OK」ボタンをクリックします。
  5. パスの編集」ダイアログボックスで、「OK」をクリックします。
  6. オプション &ra r; Apache OpenOffice &ra r; パス 」ダイアロ ボックスで、「OK」をクリックします。
  7. Apache OpenOffice を終了します。
    Apache OpenOffice では、入力支援パスが install-dir/user/registry/data/org/openoffice/Office/Common.xcu 設定ファイルに保存されます。
  8. 次のコードを適切な Common.xcu ファイルにコピーします。
    • Apache OpenOffice ネットワークインストールのすべてのユーザーが入力支援ディレクトリを使用できるようにするには、このコードを install-dir/share/registry/data/org/openoffice/Office/Common.xcu ファイルにコピーします。
    • Apache OpenOffice ネットワークインストールの単一のユーザーが入力支援ディレクトリを使用できるようにするには、このコードを install-dir/user/registry/data/org/openoffice/Office/Common.xcu ファイルにコピーします。
       <node oor:name="Path">
        <node oor:name="Current">
         <prop oor:name="AutoText" oor:type="oor:string-list">
          <value>$(inst)/share/autotext/$(vlang)
           $(user)/autotext new_autotext_directory
          </value>
         </prop>
        </node>
       </node>
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools