]>
Commit | Line | Data |
---|---|---|
615be951 | 1 | ## BorderLiner - an extension for LibreOffice |
2 | ||
3 | This version of BorderLiner was written in 2012 in Java. | |
4 | It was a follow up project of the version 1 in BASIC. | |
5 | ||
6 | The extension provided an easy way to copy and appy borders to cells in LibreOffice Calc. | |
7 | It is probably not compatible to the current version of Calc. Calc contains a nice way to apply borders anyway. | |
8 | ||
9 | ### Files | |
10 | * borderliner.oxt - the extension package for the program. It is actually a zipped archive and thus the source code and all associated files can be found therein | |
11 | * BorderLiner2p1p2.odt - documentation of the last version released | |
12 | * Extension Knowhow.odt - some learnings about extension development those days | |
13 | * ColorChooser/ColorChooser.java - a sub-program to choose colors; | |
14 | * OOoRegistry/OOoRegistry.java - a sub-program to handle the LibreOffice registry | |
15 | * LICENSE - License of documentation and software | |
16 | * README.md - this file |