Difference between revisions of "JA/Marketing/NewFeatures/3.1"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
Line 1: Line 1:
= OpenOffice.org 3.1の新機能 =
+
{{DISPLAYTITLE:OpenOffice.org 3.1 の新機能}}
  
 
このページは、[http://www.openoffice.org/dev_docs/features/3.1/ OpenOffice.org 3.1 New Features]および[[Feature Freeze Testing 3.1]]を参考にしてDEV310m6において確認されたものを元に作成されたものです。このページは未完成です。記事を加筆、及び画像をアップロードしてくださる協力者を求めています。
 
このページは、[http://www.openoffice.org/dev_docs/features/3.1/ OpenOffice.org 3.1 New Features]および[[Feature Freeze Testing 3.1]]を参考にしてDEV310m6において確認されたものを元に作成されたものです。このページは未完成です。記事を加筆、及び画像をアップロードしてくださる協力者を求めています。
Line 98: Line 98:
 
OpenOffice.org 3.1では、文法チェッカーのフレームワークを導入しました。これにより、LanguageToolなどの拡張機能がメニューの '''ツール''' - '''スペルと文法チェック'''  からアクセスできるようになりました。ただし、文法チェッカーのフレームワークを導入しただけで、デフォルトでは文法チェッカーはついてきませんのでご注意ください。文法チェッカーは拡張機能としてインストールすることができます。
 
OpenOffice.org 3.1では、文法チェッカーのフレームワークを導入しました。これにより、LanguageToolなどの拡張機能がメニューの '''ツール''' - '''スペルと文法チェック'''  からアクセスできるようになりました。ただし、文法チェッカーのフレームワークを導入しただけで、デフォルトでは文法チェッカーはついてきませんのでご注意ください。文法チェッカーは拡張機能としてインストールすることができます。
  
=== Outline levels within paragraphs ===
+
=== 段落のアウトラインレベル Outline levels within paragraphs ===
  
 
Writers of documents with complex ordering formats can now specify a new paragraph and paragraph style attribute "outline level". This transforms a normal paragraph into a heading, independent of any list style or paragraph style.
 
Writers of documents with complex ordering formats can now specify a new paragraph and paragraph style attribute "outline level". This transforms a normal paragraph into a heading, independent of any list style or paragraph style.
 +
 +
複雑な順番のドキュメントを書く際には、新しく「アウトラインレベル」という段落または段落スタイルの属性を指定することができるようになりました。これにより、リストのスタイルや段落スタイルとは無関係に、どのような段落も見出しとして指定することができ、目次に表示することができます。例えば、段落スタイルが「本文」となっている段落であっても、その段落のアウトラインレベルとして「レベル1」を指定すれば、「見出し1」の段落スタイルが適用された段落と同じように目次に表示されます。
  
 
== Calc ==
 
== Calc ==
Line 131: Line 133:
 
Calc now keeps the syntax of a formula displayed right next to the cell as you type as a handy aide-memoire for how to use a formula.
 
Calc now keeps the syntax of a formula displayed right next to the cell as you type as a handy aide-memoire for how to use a formula.
  
Calcで関数を入力する際に、関数の入力ルールがすぐ近くに表示されるようになりました。例として、セルに '''=sum(''' と入力すると、入力しているセルの下部に '''SUM(?数値1;数値2; ... )''' のように表示されます。なお、 '''?''' は、現在の入力場所を示す矢印です。
+
Calcで関数を入力する際に、関数の入力ルールがすぐ近くに表示されるようになりました。例として、セルに '''=sum(''' と入力すると、入力しているセルの下部に '''SUM(?数値1;数値2; ... )''' のように表示されます。なお、 '''?''' は、現在の入力場所を示すマークです。
 
[[Image:Ja-c2.png|thumb|関数の入力に補助機能が付属した。]]
 
[[Image:Ja-c2.png|thumb|関数の入力に補助機能が付属した。]]
 
<br clear="right">
 
<br clear="right">
  
  
=== 並び替え(ソート)機能の改善 Improved sorting ===
+
=== 並び替え機能の改善 Improved sorting ===
  
 
There are a number of changes to make sorting more logical, consistent, and powerful. The first time you use sort (or if you use the toolbar button to sort), Calc will assume you want to sort by the column where the cursor is located. The toolbar buttons now use the same logic as the sort dialog to determine if a range has column headers. Finally, when you sort, Calc now preserves the original order of entries with equal sort keys.
 
There are a number of changes to make sorting more logical, consistent, and powerful. The first time you use sort (or if you use the toolbar button to sort), Calc will assume you want to sort by the column where the cursor is located. The toolbar buttons now use the same logic as the sort dialog to determine if a range has column headers. Finally, when you sort, Calc now preserves the original order of entries with equal sort keys.
  
<この項は翻訳が足りていない部分があります>
+
並べ替えの機能には多くの変更がなされ、より論理的で一貫性があり、強力な機能となりました。まず最初に並べ替え機能をツールバーのボタンなどから利用しようとすると、Calcはカーソルのある位置の列で並び替えを行うおうとしていると自動的に見なします。つまり、ツールバーの並び替えボタンは、並び替えダイアログと同じロジックで、範囲内のキーとなる列を決定するようになりました。例えば、
並び替え機能を利用する際、ユーザーが現在どの表に対して並び替えを行いたいのかを、選択されているセルの位置から自動的に推測するようになりました。
+
 
 +
{| class="wikitable"
 +
|A
 +
|C
 +
|D
 +
|B
 +
|-
 +
|5
 +
|2
 +
|1
 +
|4
 +
|}
 +
 
 +
という表において、右側の列にカーソルを置いて「昇順で並び替え」ボタンをクリックします。これまでのバージョンでは、一番左側の列をキーとして並び替えられ、左側の列がA,B,C,Dという順番になるように並び替えられました。しかし、新しいバージョンでは、以下のようにカーソルを置いてある列をキーとして並び替えられます。
 +
 
 +
{| class="wikitable"
 +
|D
 +
|C
 +
|B
 +
|A
 +
|-
 +
|1
 +
|2
 +
|4
 +
|5
 +
|}
 +
 
 +
また、順序的に同等な要素が複数ある場合には、その並びが元のまま保たれるようになりました。これは、安定なソートと呼ばれるものです。
 +
 
 +
{| class="wikitable"
 +
|A
 +
|B
 +
|A
 +
|B
 +
|A
 +
|B
 +
|-
 +
|3
 +
|1
 +
|2
 +
|2
 +
|1
 +
|3
 +
|}
 +
 
 +
という表において、一番左側の列をキーとして降順で並び替えると、次の表のように右側の列の並びが保たれています。
 +
 
 +
{| class="wikitable"
 +
|B
 +
|B
 +
|B
 +
|A
 +
|A
 +
|A
 +
|-
 +
|1
 +
|2
 +
|3
 +
|3
 +
|2
 +
|1
 +
|}
 +
 
 +
これまでのバージョンでは右側の列の並びが保たれずに(不安定なソート)、予測できい並びになっていました。
 +
 
  
 
=== 関数の追加と変更 Formulae changes ===
 
=== 関数の追加と変更 Formulae changes ===

Revision as of 21:41, 6 May 2009


このページは、OpenOffice.org 3.1 New FeaturesおよびFeature Freeze Testing 3.1を参考にしてDEV310m6において確認されたものを元に作成されたものです。このページは未完成です。記事を加筆、及び画像をアップロードしてくださる協力者を求めています。

OpenOffice.org全体 General

アンチエイリアス機能 Improved screen appearance

アンチエイリアスあり
アンチエイリアスなし

OpenOffice.org now uses a technique called anti-aliasing to improve the way it draws on screen (lines, circles, etc). You will notice an immediate improvement in the clarity of graphics - particularly charts - wherever they appear throughout OpenOffice.org.

新しいOpenOffice.orgでは、アンチエイリアスという技術を使って直線や円などといったオブジェクトをスクリーンに表示になりました。OpenOffice.orgをお使いいただければ、グラフなどのOpenOffice.orgの全てのグラフィックスが奇麗になっているのにすぐに気づかれると思います。これはフォントワークやグラフ、ImpressでのスライドショーやDrawのページパネルにも適用されます。アンチエイリアス機能により、ギザギザ感のない図によりプレゼンテーションの印象も向上させることができます。また、Drawで製作した図をビットマップにエクスポートする際にも役立ちます。

This also has improved 'graphic geometry' - e.g. when you overlay one shape on another to create a combined shape.

これにより、'graphic geometry' も改善されています。例えば、図形を重ねて組み合わせ図形を作るときに役に立ちます。

なお、OpenOffice.orgのオプションダイアログボックスの OpenOffice.org - 表示 の アンチエイリアシングを使用する のチェックボックスで、この機能をオフにすることもできます。

See this article in GullFOSS for more details.

この機能に関してのより詳しい情報については、 GullFOSSのこの記事 を参照してください。


半透明ドラッグ Making 'dragging' easier with graphics

ドラッグ時の半透明表示

When you drag an object in a drawing across the screen, OpenOffice.org now shows you a 'shadow' of the object, rather than just a dotted outline. This makes it much easier to place images accurately in complicated drawings.

図形オブジェクトをスクリーン上でドラッグする際、これまでは単に点線の枠が表示されるだけでしたが、新しいバージョンではオブジェクトの影を表示するようになりました。これにより、複雑な図形を作りたい場合などに、とても簡単にオブジェクトを精度良く配置することができるようになります。


ファイルロックの改善 Improved file locking

If you are working on a network where several people may have access to the same document, file locking prevents people accidentally overwriting other people's changes. As OpenOffice.org works on different operating systems, it cannot rely on the operating system alone to tell users when a document is in use. OpenOffice.org now has its own mechanism, which allows it to have a reliable locking when the locking from the operating systems fails. It also allows OpenOffice.org to see who has already opened the document.

ネットワークを通じて何人かで同じドキュメントにアクセスするときには、誤って他人の作業を上書きしてしまうことが避けるためにファイルはロックされます。しかし、OpenOffice.orgは様々なOSで動作するときに、OSの機能だけを用いてファイルをロックするということができませんでした。新しいバージョンではOpenOffice.org自身がロッキング機構を備えているため、OSのロッキング機構が機能しない場合にもしっかりとロックされるようになりました。


上線機能 Overlining

上線機能

OpenOffice.org now supports overlining for text as well as underlining, with the same range of options as underlining (type of line, colour).

新しいバージョンでは、下線に加えて上線も使えるようになり、さらに下線と同じオプション(線の種類、色)を選ぶこともできるようになり、破線や二重線も利用することができます。


ズームスライダ

Calc、Impress、Drawのウィンドウの右下部に、Writerと同様のズーム率の変更ができるスライダが追加されました。

追加されたズームスライダ

Writer

文字の半透明ドラッグ機能 Subtle highlights

ドラッグ時の半透明表示

Highlighted text is now displayed with a subtle background colour, rather than reverse video. Easier on the eye, easier to use.

これまで、文章の範囲を選択するなどしてハイライトさせたときには色が反転されましたが、新しいバージョンでは少し控えめな背景色でハイライトされるようになりました。目に優しいので、仕事の効率も向上するでしょう。

なお、これはWriterのみの機能であり、Calc、Impress等での対応はありません。


ノート機能の向上 Improvements to Comments

「返信」という項目が追加されている
(人名)へ返信といった文字とともに返信のためのノートが利用できるようになった

It's now possible for a series of editors to carry out a structured conversation through Comments, by right-clicking on a Comment and selecting 'Reply'.

ノートにおいて、ほかの人物が書いたノートに対して返信をすることが可能となりました。ノートを右クリックして 返信 を選択することにより利用することができます。また、ノート内に書かれたコメントを検索できるようになりました。検索と置換の詳細オプションよりノートを選択すると検索できるようになります。なお、これまでは日本語などの2バイト文字の書式を変更することができませんでしたが、新しいバージョンでは修正されているようです。


日本語の再変換機能

再変換機能

Windows版では、Writerにおいて再変換機能を利用することが可能となりました。この再変換機能はノート内でも有効です。ただし、古いバージョンのATOKなどでには今のところ対応していません。再変換機能の最新の対応状況については、Japanese_Reconversion をご覧ください。


文法チェッカーとの親和性向上 Further grammar checker integration

With OpenOffice.org 3.1, the grammar checker framework has been extended so that Extensions like LanguageTool can now be accessed from the Tools -> Spelling and Grammar menu command. Note that OpenOffice.org has a grammar checking framework, but does not come with a grammar checker. This can be installed as an Extension.

OpenOffice.org 3.1では、文法チェッカーのフレームワークを導入しました。これにより、LanguageToolなどの拡張機能がメニューの ツール - スペルと文法チェック からアクセスできるようになりました。ただし、文法チェッカーのフレームワークを導入しただけで、デフォルトでは文法チェッカーはついてきませんのでご注意ください。文法チェッカーは拡張機能としてインストールすることができます。

段落のアウトラインレベル Outline levels within paragraphs

Writers of documents with complex ordering formats can now specify a new paragraph and paragraph style attribute "outline level". This transforms a normal paragraph into a heading, independent of any list style or paragraph style.

複雑な順番のドキュメントを書く際には、新しく「アウトラインレベル」という段落または段落スタイルの属性を指定することができるようになりました。これにより、リストのスタイルや段落スタイルとは無関係に、どのような段落も見出しとして指定することができ、目次に表示することができます。例えば、段落スタイルが「本文」となっている段落であっても、その段落のアウトラインレベルとして「レベル1」を指定すれば、「見出し1」の段落スタイルが適用された段落と同じように目次に表示されます。

Calc

シート名の変更操作の簡略化 Rename sheets with a double-click

Double-clicking on a tab in a Calc sheet now pops up the Rename dialog box. In previous versions, you had to right click on the tab and then select the Rename option from a pop-up box. This change makes it easier to carry out this frequently-used function.

新しいバージョンでは、シート名のタブをダブルクリックするだけで、名前を変更するダイアログが表示されるようになりました。これまでは、いちいちシート名のタブを右クリックして シートの名前を変更(R) を選択しなければなりませんでした。これにより、頻繁に行われるシート名の変更が簡単にできるようになりました。

ダブルクリックで名前を変更するダイアログが表示されるようになった。


ズームスライダと拡大縮小スライダの追加 Zoom slider in the Status bar

追加されたズームスライダ
印刷プレビューの倍率スライダ
スライダを左に寄せることにより、印刷範囲になかった表を同時に印刷することが可能

The new zoom slider control in the Status bar was a popular addition to Writer in OpenOffice.org 3.0. With 3.1, it's available in Calc too, giving quick and accurate control over the level of zoom of the display on the screen.

Calcにもズームスライダが加わりました。これは、OpenOffice.org 3.0の期待の新機能としてWriterが対応したものですが、新しいバージョンではCalcでも利用できるようになりました。

また、印刷プレビューの画面にも倍率を変更するためのスライダが追加されました。印刷時の倍率の変更機能は以前からありましたが、この機能により印刷時の倍率も簡単に変更することができます。なお、Windows標準以外のスキンが適用されたWindows XPなどで拡大縮小スライダを表示される際に、スライダの背景がほかのツールバーと異なる場合がありますが、これは、OpenOffice.orgの以前からの問題として報告されているものの影響です。(報告されたIssue Toolbars look awful in Windows XP without Luna Theme)


関数入力の補助 Formula hot hints

Calc now keeps the syntax of a formula displayed right next to the cell as you type as a handy aide-memoire for how to use a formula.

Calcで関数を入力する際に、関数の入力ルールがすぐ近くに表示されるようになりました。例として、セルに =sum( と入力すると、入力しているセルの下部に SUM(?数値1;数値2; ... ) のように表示されます。なお、 ? は、現在の入力場所を示すマークです。

関数の入力に補助機能が付属した。



並び替え機能の改善 Improved sorting

There are a number of changes to make sorting more logical, consistent, and powerful. The first time you use sort (or if you use the toolbar button to sort), Calc will assume you want to sort by the column where the cursor is located. The toolbar buttons now use the same logic as the sort dialog to determine if a range has column headers. Finally, when you sort, Calc now preserves the original order of entries with equal sort keys.

並べ替えの機能には多くの変更がなされ、より論理的で一貫性があり、強力な機能となりました。まず最初に並べ替え機能をツールバーのボタンなどから利用しようとすると、Calcはカーソルのある位置の列で並び替えを行うおうとしていると自動的に見なします。つまり、ツールバーの並び替えボタンは、並び替えダイアログと同じロジックで、範囲内のキーとなる列を決定するようになりました。例えば、

A C D B
5 2 1 4

という表において、右側の列にカーソルを置いて「昇順で並び替え」ボタンをクリックします。これまでのバージョンでは、一番左側の列をキーとして並び替えられ、左側の列がA,B,C,Dという順番になるように並び替えられました。しかし、新しいバージョンでは、以下のようにカーソルを置いてある列をキーとして並び替えられます。

D C B A
1 2 4 5

また、順序的に同等な要素が複数ある場合には、その並びが元のまま保たれるようになりました。これは、安定なソートと呼ばれるものです。

A B A B A B
3 1 2 2 1 3

という表において、一番左側の列をキーとして降順で並び替えると、次の表のように右側の列の並びが保たれています。

B B B A A A
1 2 3 3 2 1

これまでのバージョンでは右側の列の並びが保たれずに(不安定なソート)、予測できい並びになっていました。


関数の追加と変更 Formulae changes

A new EUROCONVERT spreadsheet function to convert between former currencies of the Eurozone, including import from and export (binary) to MS-Excel file formats.

New GAMMA, CHISQDIST, and CHISQINV spreadsheet functions, and changes to GAMMADIST, CHIDIST, and CHIINV spreadsheet functions for statistical analysis.

The BETADIST spreadsheet function now has an additional optional 'cumulative' parameter to specify whether to calculate the probability density function or the cumulative distribution function, defaulting to TRUE for compatibility.

<この項は翻訳が足りていない部分があります>

  • GAMMA
  • CHISQDIST
  • CHISQINV
  • CHIINV
  • BETADIST

などの関数が追加及び仕様の変更が行われた。

Performance improvements

Performance bottlenecks in Calc have been removed, resulting in dramatic performance improvements in the two test cases: from 24 seconds to 1.2 seconds in the first case; and from one hour to approx 12 minutes in the second case. This is part of a continous improvement activity to squeeze performance improvements from Calc.

グラフ

軸交差の位置の変更 Flexible positioning of axes

OpenOffice.org charts now offer a range of options for the placement of axes. This feature has been in great demand, particularly from educational users.

新しいバージョンでは、軸の位置を自由に選ぶことができます。 この機能はとても重要で、特に教育関係のユーザーからの要望に応えたものです。

欠損点の取り扱い Handling missing data

You may now also choose how OpenOffice.org charts handle missing data points - leave a gap, assume zero, or continue the line through the missing value.

新しいバージョンでは、欠損点の扱いの「ギャップのまま」「ゼロと想定」「線を続ける」の3つの選択肢の中から選ぶことができます。

For further information on the changes to Chart, please see the GullFOSS post.

グラフ機能に関するより詳細な変更点に関しては、GullFOSSの記事を参考にしてください。

Impress

フォントサイズボタン Font size buttons

Impress now has convenient toolbar buttons to increase or decrease the font size of text quickly and easily. Make your text fit perfectly in seconds!

Impressのテキストの書式設定ツールバーに、 文字の拡大 ボタンと、 文字の縮小 ボタンが新たに加わりました。これで、一瞬にしてテキストをスライド内にフィットさせられます。

Base

SQL Syntax highlighting

When you edit SQL, Base now uses colours to highlight SQL syntax. It will also 'flash' to indicate matching parentheses (). This makes it easier to spot spelling mistakes, errors in your SQL syntax, etc.

You can create your own colour schemes using Tools -> Options -> OpenOffice.org -> Appearance -> SQL Syntax Highlighting, and choose your own font from Tools -> Options -> OpenOffice.org -> Fonts.

Baseでのマクロ Macro applications in Base

With OpenOffice.org 3.1, it is possible to build a complete 'database application' by including macros and scripts within a Base document (.odb). This feature already exists in other document types.

OpenOffice.org 3.1では、Baseドキュメント(.odb)にマクロやスクリプトを含めることで、データベースアプリケーションを作ることができるようになりました。この機能は、すでに他のWriterやCalcなどのドキュメントでは対応しているものです。

This means macros can now be run from either the document itself, or any of its sub components: forms, reports, table design, query design, relation design, table data view. This is an important enhancement for people wishing to create complete 'packaged applications' in Base.

これにより、Baseドキュメントや、そのドキュメントに含まれるフォーム、レポート、テーブルデザイン、クエリデザイン、リレーションデザイン、

Note: developers creating Base applications are advised to read the wiki article (see below) for important information about other developer features, and backwards compatibility issues.

注意: データベースアプリケーションを作成する方は以下に示すwikiページをご覧ください。アプリケーション開発者向けの機能や下位互換性に関する情報が掲載されています。

For further details on all the changes in Base, please see the wiki.

Baseに関するより詳細な変更点については、JA/translation/Base/New_features_in_3_1を参照してください。

多言語対応と言語に関する追加 Internationalization and Localization

双方向テキストに関する機能の改善 Improved support for bidirectional scripts

Complex Text Layout and BiDirectional Text have improved considerably especially for justified text and for vocalized text.

CTL言語や双方向テキストのサポートが、特に両端揃えテキストや縦書きテキストについてより良くなりました。

Control forms and Charts now support BiDi layouts.

また、コントロールフォームやグラフで双方向レイアウトに対応しました。

New Locale support

OpenOffice.org 3.1 adds locale data for Maltese (Malta) [mt-MT], Myanmar (Myanmar) [my-MM], Shuswap (Canada) [shs-CA], and Tok Pisin (Papua New Guinea) [tpi-PG]. The locale is selectable for character attribution and spell-checking, as default local, default document language and available for number formats and outline numbering.

OpenOffice.org 3.1では、マルタ語 (マルタ) [mt-MT]、ビルマ語 (ミャンマー) [my-MM]、シュスワップ語 (カナダ) [shs-CA]、ピシン語 (パプアニューギニア) [tpi-PG] のロケールを追加しました。このロケールは文字の設定とスペルチェック機能において、デフォルトのロケールとして使用できますし、ドキュメントのデフォルトの言語としても選択できます。また、数の書式や番号付けでも使用することができます。

It also adds new Arabic locales to the language list box, selectable for character attribution and spell-checking: Arabic (Chad) [ar-TD]; Arabic (Comoros) [ar-KM]; Arabic (Djibouti) [ar-DJ]; Arabic (Eritrea) [ar-ER]; Arabic (Israel) [ar-IL]; Arabic (Mauritania) [ar-MR]; Arabic (Palestine) [ar-PS]; Arabic (Somalia) [ar-SO]; Arabic (Sudan) [ar-SD]. The language table and list box now also have an "Arabic" entry (without region/country) which doesn't correspond to a locale. It doesn't provide language attribution etc, but is selectable if an Arabic language pack is installed, instead of the previous "Arabic (Egypt)"

また、文字の設定やスペルチェックの言語として、以下のアラビア語のロケールも新しく追加されました: アラビア語 (チャド) [ar-TD]、アラビア語 (コモロ) [ar-KM]、アラビア語 (ジブチ) [ar-DJ]、アラビア語 (エリトリア) [ar-ER]、アラビア語 (イスラエル) [ar-IL]、アラビア語 (モーリタニア) [ar-MR]、アラビア語 (パレスチナ) [arPS]、アラビア語 (ソマリア) [ar-SO]、アラビア語 (スーダン) [ar-SD]。また、言語選択リストでは、地域/国に無関係な「アラビア語」というロケールに対応しない項目があります。language attribution等は提供されませんが、アラビア語の言語パックがインストールされていれば、「アラビア語 (エジプト)」の代わりに選択することができます。

その他

  • CtrlキーとF11キーを同時に押すことで、書式設定ツールバーにフォーカスが及ぶようになった。
  • ユーロ通貨換算ウィザードが強化された。
Personal tools