Palo for OpenOffice-2.0.1-Release
Bug Fix
Bug Fix
Insert SRB (c) Sun Microsystems report support.
Corrected various bug.
Fixed a bug and a half (thank you, Leopoldo for pointing them out).
Graecise will now convert capital A with accents at the beginning of a paragraph - which it didn't do before.
I also reintroduced automatic end sigma (the half bug), which I had taken out because it caused some inconvenience. I'm not sure which that was, though, so if you find out why I took it out in the first place, please tell me.
New thesaurus
New thesaurus
This is the first official release of Slovenian thesaurus.
Contains 10.000 words and 4075 synonym sets - 500 words and 209 synonym sets more than previous version.
To je prva uradna izdaja slovenskega slovarja sopomenk.
Vsebuje 10.000 besed in 4075 množic sopomenk - 500 besed in 209 množic sopomenk več kot prejšnja izdaja.
Contains 9500 words and 3866 synonym sets - 500 words and 222 synonym sets more than previous version. This is the second and last release candidate of Slovenian thesaurus (RC2).
Vsebuje 9500 besed in 3866 množic sopomenk - 500 besed in 222 množic sopomenk več kot prejšnja izdaja. Slovar sopomenk je v drugi, zadnji fazi kandidature za izdajo (RC2).
Extension of openoffice math formula expression
Version 2.6
Fixed the Current Age calc:
CASEWHEN( DAYOFYEAR( '2008-' || TO_CHAR( "Birthdate", 'MM' ) || '-' || TO_CHAR( "Birthdate", 'DD' ) ) > DAYOFYEAR( '2008-' || TO_CHAR( CURDATE( ), 'MM' ) || '-' || TO_CHAR( CURDATE( ), 'DD' ) ), YEAR( CURDATE( ) ) - YEAR( "Birthdate" ) -1, YEAR( CURDATE( ) ) - YEAR( "Birthdate" )
Version 2.4 adds 1) a new "All Data" report to include Notes, 2) minor cosmetic changes, and 3) a correction of the Age calculation in the Family Information report.
Note: this coding doesn't work to determine age:
DATEDIFF( 'yy', "Birthdate", CURDATE( ) )
Instead, I had to use this coding:
CASEWHEN( DAYOFYEAR( '2008-' || TO_CHAR( "Birthdate", 'MM' ) || '-' || TO_CHAR( "Birthdate", 'DD' ) )