Skip to content

Several improvements #4

@EmmanuelLab

Description

@EmmanuelLab

Hello,

I have just discovered OOSheet which seems very interesting to me.
Trying to use it I encountered several problems with my W7 and LibreOffice 3.5 configuration.

I made also several suggestions of improvements such as :

Add fileName and singleton parameters in OODoc.init

- saying if OODoc acts as singleton (default True)

- allowing to load filename directly

separate OOSheet.selector() call in OOSheet.init()

separate OOSheet._setRowSliced() call in OOSheet.init()

change OODoc.get_model() to add fileName parameter

in OODoc._file_url() change os.environ['PWD'] by os.getcwd()

Move OOSheet.Quit() to OODoc.quit() and reinit OODoc fields in quit()

correct bug in OOPacker.script_name() for W7

Change fetching InstallPath winreg key for LibreOffice 3.4 on W7

Change OODoc.get_context() to automatically start LibreOffice

optimize OODoc.get_context() to react as soon as soffice has started

Add OODoc.launch_soffice() and OODoc.socket_connect()

Correct ident pb in OODoc.alert()

Proposed changes are all arround the 4 sources (init.py, columns.py, tests\run_tests.py and tests\tests.py)
Being new to git I do not know how to send these change propositions all together.

Best regards
Emmanuel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions