Translations of this page: English, Portuguese Brazil


OpenOffice

Details

IMPORTANT NOTES

See also the OpenOffice Bugs page for a list of OpenOffice bugs that prevent Orca from doing as good a job as it could do.

Spell Checking

The spelling dictionary might not be installed properly on your machine. The symptom of this will be that you've pressed F7 and no words are marked as being misspelled even though you know there are misspelled words in your content. Here's a fix:

1) First, find the dictionary:

wwalker@laptop:~$ find /opt/openoffice.org* -name \*oxt
/opt/openoffice.org3/share/extension/install/dict-fr.oxt
/opt/openoffice.org3/share/extension/install/dict-en.oxt
/opt/openoffice.org3/share/extension/install/dict-es.oxt

2) Then, add the dictionary using the "Add..." button available from the dialog you get with the Tools -> Extension Manager... menu option. Choose the desired *.oxt file you found in step #1. 

Special Keyboard Sequences

It's been found that quite often, getting to a specific component in one of the OpenOffice applications, requires the use of a key sequence that wasn't obvious. In fact, to discover these special sequences, we've had to file bugs against OpenOffice and get one of the engineers to close them as "worksforme" and provide the required information.

To save others having to do this, this section will try to document these unusual commands.

Document Content (swriter and oowriter)

Enter a Special Character

Press Alt+CTRL+u. Type the hexidecimal unicode value for the character you wish to insert. Press either space or enter.

This inserts the unicode character with the given hexidecimal value into your document. This also works in gedit, so it's not just an open office thing.

For a degree symbol the unicode is 00B0 so you'd type "ALT+CTRL+u" type "00B0" (or just "B0") and enter.

Spreadsheet Content (scalc and oocalc)

TBD

Presentation Content (simpress and ooimpress)

TBD

Database Content (sbase and oobase)

Select "Project Manager" database column entries

See OpenOffice issue 80540 for more details.

Delete a record in a database

Select the row with CTRL+SPACE and press DEL key.

See OpenOffice issue 80542 for more details.

See OpenOffice issue 80544 for more details.

Reorder the column heading in the "spreadsheet-like" form of a database

See OpenOffice issue 80545 for more details.


The information on this page and the other Orca-related pages on this site are distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Orca/OpenOffice (last edited 2010-03-30 18:59:44 by TobiasMueller)