Issues for vertical layout on Mac

2014-11-26 Thread aron
is not handled correctly on vertical layout mode under Mac(and Ubuntu too although there is no Ubuntu's screen shot at here). -- Aron ​

fix the bug for inverted arrow key behaver in left to right vertical text

2014-11-21 Thread soyol aron
if( KEY_DOWN == nKey ) nKey = KEY_RIGHT; //by aron else if( KEY_LEFT == nKey ) nKey = *bIsTblr*? KEY_UP:KEY_DOWN; else if( KEY_RIGHT == nKey ) nKey = *bIsTblr *? KEY_DOWN:KEY_UP; } But I don't know how to detect the text direction at here. Best regards

about vertical text direction

2014-11-20 Thread soyol aron
to OpenOffice) [image: 埋め込み画像 3][image: 埋め込み画像 2] It seems like this dialog’s source is sw\source\ui\frmdlg\frmpage.cxx sw\uiconfig\swriter\ui\frmaddpage.ui But how to insert the entry into the combo box? regards -- Aron

Re: about vertical text direction

2014-11-20 Thread soyol aron
into the combo box above. So how can I complete it? Regars. 2014-11-20 22:23 GMT+09:00 Herbert Duerr h...@apache.org: Hi Aron, On 20.11.2014 11:50, soyol aron wrote: I want to insert a text box which can show vertical text in writter. But It seems like that there is no options for vertical

Re: about vertical text direction

2014-11-20 Thread soyol aron
open it in the text editor. [image: 埋め込み画像 1] 2014-11-21 11:07 GMT+09:00 soyol aron aronso...@gmail.com: Hi Herbert, thank you very much. It seems that OpenOffice has the combo box entry for vertical text. The screen shot in last email is belongs to LibreOffice's, but below is OO's

the question about installing OO‘ sdk

2014-10-23 Thread soyol aron
? Regards -- Aron

Re: About ant

2014-08-13 Thread soyol aron
be there, it is there in the repository. If Aron has not got the file, then we have to investigate why it is missing. Nevertheless creating the file might help in this case. Aron, from where do you get the source? From the apache repository or do you use a source tarball? I notice these differences to my build: I had no dmake

Re: About ant

2014-08-13 Thread soyol aron
configure. 2014-08-13 15:43 GMT+09:00 soyol aron aronso...@gmail.com: Hi I have successful built the source in my cygwin + vs2010 environment and got the MSI installer already. Thank everyone for your support. 1.I got the source from http://ftp.riken.jp/net/apache/openoffice/4.1.0/source

Re: About ant

2014-08-13 Thread soyol aron
loss 2014-08-13 16:25 GMT+09:00 soyol aron aronso...@gmail.com: Two additional things 4.Some generated files (a.exe(when build dmake), climaker.exe etc.)are blocked by my Norton antivirus so I closed it. 5.sn.exe was not found when build cli_ure module.So I add the sn.exe`s path to the PATH

Re: About ant

2014-08-05 Thread soyol aron
by running: build --all:soltools I uploaded the complete output to this URL https://dl.dropboxusercontent.com/u/24062440/build_open_office.html How can I resolve it? Thanks and Regards Aron 2014-08-05 8:41 GMT+09:00 Regina Henschel rb.hensc...@t-online.de: Hi, aronsoyol schrieb: Hi