fotomaster Newbie

Joined: 04 Jun 2012 Posts: 1
|
Posted: Mon Jun 04, 2012 10:53 am Post subject: Need freelance help |
|
|
I'm looking for a freelancer on this project. (Please move to appropriate category)
Project name: ChangeLogger plugin for OpenOffice/LibreOffice Calc .
Language: Java
Format: sourcecode, plugin builder, OpenOffice plugin
Sourcecode: Netbeans OpenOffice.org project (OpenOffice.org Component)
Budget: 200 USD.
Specs
Toolbar: logfile input field, "Open" icon-button, "Help" icon-button
"Open" onClick: add logfile to Calc document properties
"Help" onClick: display modal window with formatted text (bold, color, clickable URLs)
Events
Calc document onOpen: check for logfile property, fill logfile input field, make input field read-only, setup onModify listener on all sheets and cells, run listener in background.
Sheet onCreate: setup listener on new sheet too.
Sheet onDelete: add delete command with timestamp to internal stack.
Cell onModify: visually mark cell as modified (red top-left corner).
Calc document onSave: save logfile property in calc file with other data. Unflushed cell modification marks should be saved as well.
Logging to file works in background every 30 sec: check for cell modifications, save timestamp, 3 cell coordinates and value into logfile. Save command stack as well. Unmark saved cells, empty internal command stack.
Thank you for your help! |
|