Apache OpenOfficeネットワークインストールへの入力支援ファイルの追加
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Apache OpenOffice では、入力支援項目は *.bau 拡張子のファイルのカテゴリに保存されます。Apache OpenOffice のネットワークインストールのすべてのユーザーまたは個々のユーザーが、カスタム入力支援ファイルを利用できるようにすることができます。
Apache OpenOffice ネットワークインストールのすべてのユーザー用の入力支援ファイルを追加する
- スーパーユーザーになります。
- 入力支援の *.bau ファイルを network-install-dir/share/autotext/ ディレクトリにコピーします。
Apache OpenOffice のワークステーションインストールに入力支援ファイルを追加する
- スーパーユーザーになります。
- 入力支援の *.bau ファイルをワークステーションの installation-dir/user/autotext/ ディレクトリにコピーします。
Apache OpenOffice インストールに入力支援ディレクトリを追加する
- 任意の Apache OpenOffice プログラムで、「ツール」→「オプション」→「Apache OpenOffice」→「パス」を選択します。
- デフォルトのパスのリストで、「テキストブロック」を選択し、「編集」をクリックします。
- 「パスの編集」ダイアログボックスで、「追加」をクリックします。
- 追加する入力支援の *.bau ファイルが格納されているディレクトリを見つけて、「OK」ボタンをクリックします。
- 「パスの編集」ダイアログボックスで、「OK」をクリックします。
- 「オプション &ra r; Apache OpenOffice &ra r; パス 」ダイアロ ボックスで、「OK」をクリックします。
- Apache OpenOffice を終了します。
Apache OpenOffice では、入力支援パスが install-dir/user/registry/data/org/openoffice/Office/Common.xcu 設定ファイルに保存されます。 - 次のコードを適切な 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). |