Apache OpenOffice

From Apache OpenOffice Wiki
< JA‎ | Documentation/Administration Guide
Revision as of 16:03, 15 October 2008 by G11nAutomation (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
ネットワークインストールへの入力支援ファイルの追加

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