License Statement

2012-05-04 Thread Alexander O. Anisimov
Hi all, All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. .''`. With best regards, : :' : Alexander Anisimov `. `' JID alenyas...@gmail.com `- Debian - when you have better things to do than fixing systems

[Libreoffice] Index table: character style 'Index link' instead of 'Internet link'

2011-12-21 Thread Alexander O. Anisimov
Hi all, I have downloaded LO3.5beta1 and started play with it. Now Writer automatically creates links to chapters in index table. But why the link character style is 'Internet Link', instead of 'Index Link'? When character style is 'Internet Link', all items are underline. In my humble opinion,

[Libreoffice] Cells numbering in text tables

2011-05-27 Thread Alexander O. Anisimov
Hi, I try to understand cells numbering in text tables. [1] says that if I split cell horisontally, then Writer insert as many row as required into cell. So, subaddress will concatenate with initial cell address. *** * A1 * B1 * C1 * D1 *

[Libreoffice] How to work with XMergeableCell

2011-05-27 Thread Alexander O. Anisimov
Hi, does anybody knows why com.sun.star.table.XMergeableCell interface is marked as unpublished? How can I work with it? Thanks in advance. .''`. With best regards, : :' : Alexander Anisimov `. `' JID alenyas...@gmail.com `- Debian - when you have better things to do than fixing systems

Re: [Libreoffice] How to work with XMergeableCell

2011-05-27 Thread Alexander O. Anisimov
no ... .''`. With best regards, : :' : Alexander Anisimov `. `' JID alenyas...@gmail.com `- Debian - when you have better things to do than fixing systems 2011/5/27 Miklos Vajna vmik...@frugalware.org On Fri, May 27, 2011 at 04:48:06PM +0600, Alexander O. Anisimov alenyas...@gmail.com wrote

[Libreoffice] How to get cell vertical orientation property?

2011-05-11 Thread Alexander O. Anisimov
Hi all, I need to work with cells in text tables using UNO API from Java. XCell xCell = xCellRange.getCellByPosition(j, i); XPropertySet cellSet = UnoRuntime.queryInterface(XPropertySet.class, xCell); int v = (short) cellSet.getPropertyValue(VertOrient); In default text table, value of

[Libreoffice] LibreOffice 3.4 beta 4 build failed

2011-05-06 Thread Alexander O. Anisimov
Hi all, I try to build LO 3.4 beta4 from source and get an error in module writerperfect Making:libwpftli.so /home/alexanis/src/LibreOffice/solver/300/ unxlngi6.pro/lib/libwpdlib.a(WP1ContentListener.o): In function `WP1ContentListener::insertExtendedCharacter(unsigned char)':

[Libreoffice] Remove bogus comments in calc

2010-11-06 Thread Alexander O. Anisimov
Hi all, I've remove all bogus comments in module Calc. Patch is in attachment. If it's ok I would like to do such work for other modules. .''`. With best regards, : :' : Alexander Anisimov `. `' JID alenyas...@gmail.com `- Debian - when you have better things to do than fixing systems diff