Re: Hello, I have a question . . .

2020-09-23 Thread Peter Kovacs

Hello Peter,

The latest release is 4.1.7

I am not sure what you tried. Have you tried Mark the section you want 
to copy, then Menue Edit pick Copy. Open Your Email Application and 
insert there as you are used by the email application.


As an Alternative instead going through the menue you can use 
Control-Button and C, pressing both at the same time and press then 
Control V in the email application.


You can ask this kind of question on users. There you get a quicker answer.

All the Best

Peter

Am 24.09.20 um 05:20 schrieb PETER LOVE:

Hello, Dev:

I have still another question concerning Open Office version 4.11 ( not quite 
sure of correct version but it's still pretty much the latest )
 I'm trying to copy only a section of a document I wish to send to somebody, but when 
I copy and what I'm trying to duplicate shows up in 'blue' ( i.e. the part I'm trying to 
copy ) I get out of whatever document I'm using, get out of Open Office and get into my 
email program and initiate a message to whomever and hit "attach files" and 
then ( bang! ) the entire thing --- NOT just the section or portion I'm trying to copy 
--- shows up, appears. So how do I copy only a small part? and not the entire thing or 
document?

Thank you.

Peter Love


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



Hello, I have a question . . .

2020-09-23 Thread PETER LOVE
Hello, Dev:

I have still another question concerning Open Office version 4.11 ( not quite 
sure of correct version but it's still pretty much the latest ) 
 I'm trying to copy only a section of a document I wish to send to 
somebody, but when I copy and what I'm trying to duplicate shows up in 'blue' ( 
i.e. the part I'm trying to copy ) I get out of whatever document I'm using, 
get out of Open Office and get into my email program and initiate a message to 
whomever and hit "attach files" and then ( bang! ) the entire thing --- NOT 
just the section or portion I'm trying to copy --- shows up, appears. So how do 
I copy only a small part? and not the entire thing or document? 

Thank you. 

Peter Love 

Hello, I have a question about rsc compiler & gbuild

2017-02-20 Thread 김재석
Hello, My name is jaeseok kim. 
I knew this e-mail address on fourm.openoffice.org/forum. And I have a few 
question about OpenOffice. 
 
I use openoffice source code in my project. But it is so difficult. So I need 
some helps.
 
I want to convert the '.hrc/.src file' to the '.res file.' I know that using 
rsc compiler. 
I'd like to use compiler rsc separately. To use it, what kind of Make file 
should be made? 
 
When you make the formula module in libreoffice, you know that rsc compiler 
creates a foren file using the resource file. 
 
command is main/formula make -f Makefile. 
 
I would like to convert the "core_resource.src" file to "foren.res" using the 
rsc compiler in other program. 
 
So it's the same thing to try to make the same thing. 
copy to my folder these folders and file 
/main/formula 
/main/rsc 
/main/solenv 
LinuxX86-64Env.Set 
 
and 
/formula gmake -f Makefile 
 
but did not seem to work. 
Ultimately, I want to use the files I want to convert to binary format using 
the rsc compiler tool.
 
Thank you.
From JS