Difference between revisions of "User:ErAck"
From Apache OpenOffice Wiki
Line 37: | Line 37: | ||
</pre> | </pre> | ||
− | + | where ''$LANGUAGE'' is one of this list that was dynamically generated using <code><nowiki><source language="invalid"></source></nowiki></code> | |
− | where ''$LANGUAGE'' is one of | ||
<source language="invalid"></source> | <source language="invalid"></source> | ||
− | |||
− | |||
Line 52: | Line 49: | ||
</pre> | </pre> | ||
produces rubbish now! | produces rubbish now! | ||
− | |||
=== new topic === | === new topic === |
Revision as of 09:43, 16 March 2008
- Name: Eike Rathke
- Nick: erAck
- OOo: er
- Email: er@openoffice.org, erack@sun.com
- Company Name: Sun Microsystems GmbH
- Company URL: http://www.sun.com/software/star/staroffice/get/index.xml
- Working on:
- Calc spreadsheet application compiler, interpreter, engine
- number formatter
- internationalization (i18n) and locale data, not localization (l10n)
- .signature: number formatter stricken i18n transpositionizer
- Private URL: http://www.erack.de/
- Blog URL: http://jroller.com/page/erAck
- GullFOSS: http://blogs.sun.com/GullFOSS
- Location: Hamburg, Germany
- Timezone: UTC+1 with DST rule TZ=CET-1CEST-2,M3.5.0/2,M10.5.0/3
currently working on
The infamous issue 33851.
Postponed therefore:
ODFF implementation, changes to formula parser/compiler and interpreter in Calc.
In spare time: OOo3.0 locale data and related, which was integrated to DEV300_m2.
Wiki stuff
Code syntax highlighting
Code syntax highlighting is possible with
<source language="$LANGUAGE"> ... </source>
where $LANGUAGE is one of this list that was dynamically generated using <source language="invalid"></source>
NOTE: the old SwinBrain CodeSyntaxHighlight does not work anymore since the wiki upgrade on 2008-02-14
<code>[language] ... </code>
produces rubbish now!