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

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: {{Documentation/AdminGuideTOC/v2 |ShowPrevNext=block |ShowPrevPage=block |ShowNextPage=block |PrevPage=Documentation/Administration Guide/Adding Template Files |NextPage=Documentation/Admi...)
 
m (Robot: Automated text replacement (-{{PDL1}} +{{InterWiki Languages AdminGuide|articletitle={{PAGENAME}}}}\n{{PDL1}}))
Line 48: Line 48:
 
</source></li></ul></li>
 
</source></li></ul></li>
 
</ol>
 
</ol>
 +
{{InterWiki Languages AdminGuide|articletitle={{PAGENAME}}}}
 
{{PDL1}}
 
{{PDL1}}

Revision as of 13:44, 20 October 2008

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

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

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

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. 「オプション」→「Apache OpenOffice」→「パス」ダイアログボックスで、「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
In other languages