OpenOffice.org Basic crash course: Saving user settings


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News OpenOffice.org Basic crash course: Saving user settings
# 1  
Old 09-16-2008
OpenOffice.org Basic crash course: Saving user settings

09-16-2008 11:00 AM
The ability to save user settings can come in handy if you want to make your OpenOffice.org solutions more flexible, efficient, and user-friendly. In this article, we take a look at how to save user settings in a plain text file and then retreive them from there.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Programming

Building OpenOffice.Org

I downloaded the CVS and followed the instructions at Wiki. I typed ./autogen.sh and got: sh: autom4te: command not found aclocal: autom4te failed with exit status: 127 What's wrong? (1 Reply)
Discussion started by: whutes
1 Replies
Login or Register to Ask a Question
ODFFINDBASIC(1p)					User Contributed Perl Documentation					  ODFFINDBASIC(1p)

NAME
odffindbasic - Basic macro removal from OpenOffice.org files USAGE
odffindbasic [options] <sourcefile> [<targetfile>] DESCRIPTION
A simple command that allows the user to detect, export or remove the Basic modules from a regular OpenOffice.org file. Without option, the program displays the number of Basic modules found in the file. The 2nd filename is used in combination with the --delete option. OPTIONS
--nocount Prevents the program from displaying the number of Basic modules found. --delete -d If this option is set, the Basic modules are physically deleted. The file manifest is updated accordingly. However, the document content remains unchanged, even if it contains some references to the deleted macros. The code is removed (so the macros are no longer executable). If a target file name is provided as a 2nd argument, the changes are saved in it and the source file remains unchanged. --export -e Exports the macros. Every Basic module is extracted and converted to a flat Basic source file in the current directory. The name of each created file is constructed according to the corresponding path in the ODF file, and its suffix is "bas". --list -l The Basic modules are listed through the standard output. --verbose Some information messages are printed. perl v5.14.2 2008-05-04 ODFFINDBASIC(1p)