about vertical text direction

2014-11-20 Thread soyol aron
Hi all:

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 direction text in the
combo box in frame’s setting dilaog, just likes the screen shot below.
(this is a Libre Office's screenshot but I think that this is same 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 Herbert Duerr

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 direction text in
the combo box in frame’s setting dilaog, just likes the screen shot
below. (this is a Libre Office's screenshot but I think that this is
same to OpenOffice)


I'm not sure whether I understood your question. But I know that the 
user interface elements for vertical writing are only enabled when the 
setting 
Tools-Options-LanguageSettings-Languages-ShowUIforEastAsianWriting 
is enabled. Does enabling that checkbox help with your problem?


Herbert

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: about vertical text direction

2014-11-20 Thread Howard Morris (aka Col Boogie)
Here is something that will effectively do what you want. Insert a table; make 
one of the columns just one character wide; start typing or inserting special 
characters. You may do this for the next columns also in case one column is not 
enough. You can make the leftmost and rightmost columns larger to adjust 
centering, etc. You may also put more normal characters in the outer two 
columns. You can use borders to enclose whatever inside a box.

Howard

Hi all:

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 direction text in the combo 
box in frame’s setting dilaog, just likes the screen shot below. (this is a 
Libre Office's screenshot but I think that this is same to OpenOffice)


Re: about vertical text direction

2014-11-20 Thread soyol aron
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
But, actually I am Mongolian, I prefer left to right vertical text
direction more than right to left.

[image: 埋め込み画像 2]
I did not found the place adding these four items to the combo box from
following files(libre office's source, if this is different from OO's, I'm
very sorry)

   1. sw\source\ui\frmdlg\frmpage.cxx
   2. sw\uiconfig\swriter\ui\frmaddpage.ui

My purpose is inserting* Left-to-right (vertical)* item 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 direction text in
 the combo box in frame’s setting dilaog, just likes the screen shot
 below. (this is a Libre Office's screenshot but I think that this is
 same to OpenOffice)


 I'm not sure whether I understood your question. But I know that the user
 interface elements for vertical writing are only enabled when the setting
 Tools-Options-LanguageSettings-Languages-ShowUIforEastAsianWriting is
 enabled. Does enabling that checkbox help with your problem?

 Herbert

 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org




-- 
Aron


Re: about vertical text direction

2014-11-20 Thread soyol aron
I found the way to add new item into combo box.
There is no any inserted item in the combo box when  I first time open the
ui file in Glade .
I did not know the inserted entry item will be shown by just click the
Edit button.
So I thought that the entry items is inserted by some c++ code until I 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
 But, actually I am Mongolian, I prefer left to right vertical text
 direction more than right to left.

 [image: 埋め込み画像 2]
 I did not found the place adding these four items to the combo box from
 following files(libre office's source, if this is different from OO's, I'm
 very sorry)

1. sw\source\ui\frmdlg\frmpage.cxx
2. sw\uiconfig\swriter\ui\frmaddpage.ui

 My purpose is inserting* Left-to-right (vertical)* item 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 direction text in
 the combo box in frame’s setting dilaog, just likes the screen shot
 below. (this is a Libre Office's screenshot but I think that this is
 same to OpenOffice)


 I'm not sure whether I understood your question. But I know that the user
 interface elements for vertical writing are only enabled when the setting
 Tools-Options-LanguageSettings-Languages-ShowUIforEastAsianWriting
 is enabled. Does enabling that checkbox help with your problem?

 Herbert

 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org




 --
 Aron




-- 
Aron