GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ODFFINDBASIC(1) User Contributed Perl Documentation ODFFINDBASIC(1)

odffindbasic - Basic macro removal from OpenOffice.org files

odffindbasic [options] <sourcefile> [<targetfile>]

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.

        --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.
2008-05-04 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.