Re: please help

2019-04-08 Thread Marcus

Am 08.04.19 um 23:03 schrieb Joan Isenberg:

I have Apache Open Office 4 on my computer and cannot find answers to the
following questions:
1) How do I change the default font from Times New Roman to something else?
Everything says hit the HOME button but I do not have that on my menu.


I don't know where you found something with HOME button. But please have 
a look here:


https://wiki.openoffice.org/wiki/Documentation/FAQ/Writer/FormattingText/How_do_I_change_the_default_font%3F


2) What happened to my recycle bin? How can I delete documents?


OpenOffice has no trash bin. I wondering where it was placed in your 
installation?



3) How can I change the name of a saved document?


This is a basic feature of every file manager (e.g., Explorer on 
Windows). However, you can do this also in OpenOffice in the File 
dialogs. So, go to "File - Open" , navigate to the respective directory, 
select the file, right click on it and choose "Rename".


Please note that you have written do the mailing list for the developer 
of ths project.


Therefore this is not the right place for discussing and solving such 
case of problems. Please ask for help in the user forums [1] or the 
users mailing list [2] as there are more users that can help.


[1] https://forum.openoffice.org/
[2] 
https://openoffice.apache.org/mailing-lists.html#users-mailing-list-public


Thank you very much for your understanding.

Marcus


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



Re: please help

2019-04-08 Thread Rory O'Farrell
On Mon, 8 Apr 2019 15:03:24 -0600
Joan Isenberg  wrote:

> I have Apache Open Office 4 on my computer and cannot find answers to the
> following questions:
> 1) How do I change the default font from Times New Roman to something else?
> Everything says hit the HOME button but I do not have that on my menu.
> 2) What happened to my recycle bin? How can I delete documents?
> 3) How can I change the name of a saved document?
> 
> I'm not very impressed with the program or the online support. I hope you
> will answer this email.
> *joangisenb...@gmail.com *
> Joan Isenberg

A way to change the default fonts in OpenOffice is to use 
/Tools/Options/OpenOffice Writer : Basic fonts (Western) and select the changes 
using the dropdowns. If using a Mac, Options is under preferences.

It is better to change the fonts in the default template(s) you use, but you 
will have to learn how to use Styles, which are the best way to control 
formatting in OpenOffice.  A good introduction is given in 
https://wiki.openoffice.org/wiki/Documentation/Writer_for_Students

The recycle bin is on your operating system's desktop - it does not form part 
of OpenOffice - if you reduce the OO window from full screen you may perhaps 
(depending on sizes and layouts etc) see the Recycle bin.

Deletion of documents is best done at system level on your computer.  If you do 
not wish them to show in /File /Recent documents, click on the "clear list" 
entry at the bottom of that list; however, the documents will still remain on 
your computer until deleted - as I wrote, best done at system level.  However, 
in OO's file selection dialogs one can select a file and press the Delete key.  
I do not think there is any recovery from this, which is why it is better to 
delete files at system level.

You can change the file name name of a document by (in OO) "/File /Save as" and 
giving it a new name.  You will now have two files - the new and the old.  If 
you  right click on a file at system level, you should be offered a popup which 
will include Rename file. 

The online support is offered by OO users on a pro bono basis. 

-- 
Rory O'Farrell 

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



please help

2019-04-08 Thread Joan Isenberg
I have Apache Open Office 4 on my computer and cannot find answers to the
following questions:
1) How do I change the default font from Times New Roman to something else?
Everything says hit the HOME button but I do not have that on my menu.
2) What happened to my recycle bin? How can I delete documents?
3) How can I change the name of a saved document?

I'm not very impressed with the program or the online support. I hope you
will answer this email.
*joangisenb...@gmail.com *
Joan Isenberg


Re: for some reason I have tried 6 times to download the new version but only get interference from other vulchers that take over my computer please help,, I have word pad and need a better word

2015-11-04 Thread Marcus

Am 11/04/2015 04:15 PM, schrieb jame...@sccoast.net:


for some reason I have tried  6 times to download the new
version but only get interference from other vulchers that
take over my computer please help,, I have  word pad  and
need a better   word processing program


please make sure that you always download software from its original 
sources. Then you can exclude as best as possible to get any viruses or 
malware.


For OpenOffice it's "http://www.openoffice.org/download/";.

HTH

Marcus

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



for some reason I have tried 6 times to download the new version but only get interference from other vulchers that take over my computer please help,, I have word pad and need a better word pro

2015-11-04 Thread jamesdw







Sent from Windows Mail

Please help me

2015-03-01 Thread aronsoyol
Hi all
I modified source code to support vertical left to right writing mode in
the text box. and it works very well.
Then I want to added a new button to draw it. And create a new slot
SID_DRAW_TEXT_VERTICAL_LR slot to response its MouseButtonDown event

Screen shot : https://www.dropbox.com/s/346my16e4j0juhb/drawbar.jpg?dl=0

What I did with the source code is shown as below
But it do not work
Please help me, Best regards


diff --git a/main/svx/inc/svx/svxids.hrc b/main/svx/inc/svx/svxids.hrc
index da7e318..cdd1a89 100644
--- a/main/svx/inc/svx/svxids.hrc
+++ b/main/svx/inc/svx/svxids.hrc
@@ -1283,9 +1283,9 @@

 #define FN_SVX_SET_NUMBER  (SID_SVX_START +
1117)
 #define FN_SVX_SET_BULLET  (SID_SVX_START +
1118)
-
+#define SID_DRAW_TEXT_VERTICAL_LR   (SID_SVX_START + 1119)
 // IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id
-#define SID_SVX_FIRSTFREE   (FN_SVX_SET_BULLET
+ 1)
+#define SID_SVX_FIRSTFREE
(*SID_DRAW_TEXT_VERTICAL_LR
*+ 1)

diff --git a/main/configmgr/qa/unit/data.xcd
b/main/configmgr/qa/unit/data.xcd
index b217d27..eef97d1 100644
--- a/main/configmgr/qa/unit/data.xcd
+++ b/main/configmgr/qa/unit/data.xcd
@@ -2135,6 +2135,14 @@
   1
 
   
+  
+  
+  Vertical Left To RightText
+  
+  
+  1
+  
+  
   
 
   Vertical Callouts


diff --git
a/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
b/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index cb7c1ec..c880c48 100644
---
a/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++
b/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5659,6 +5659,14 @@
 1
 
 
+
+
+Vertical Left To
RightText
+
+
+1
+
+
 
 
 ~Data Sources

diff --git a/main/svx/sdi/svx.sdi b/main/svx/sdi/svx.sdi
index 09f907e..f34d30b 100644
--- a/main/svx/sdi/svx.sdi
+++ b/main/svx/sdi/svx.sdi
@@ -11510,6 +11510,32 @@ SfxBoolItem VerticalText SID_DRAW_TEXT_VERTICAL
 ]

 //--
*+SfxBoolItem VerticalLeftToRightText SID_DRAW_TEXT_VERTICAL_LR*
+
+[
+   /* flags: */
+   AutoUpdate = TRUE,
+   Cachable = Cachable,
+   FastCall = FALSE,
+   HasCoreId = FALSE,
+   HasDialog = FALSE,
+   ReadOnlyDoc = FALSE,
+   Toggle = FALSE,
+   Container = FALSE,
+   RecordAbsolute = FALSE,
+   RecordPerSet;
+   Synchron;
+
+   Readonly = FALSE,
+
+   /* config: */
+   AccelConfig = TRUE,
+   MenuConfig = TRUE,
+   StatusBarConfig = FALSE,
+   ToolBoxConfig = TRUE,
+   GroupId = GID_DRAWING;
+]
+//--

diff --git a/main/sw/uiconfig/swriter/toolbar/drawbar.xml
b/main/sw/uiconfig/swriter/toolbar/drawbar.xml
index ef317dd..6c87d7d 100644
--- a/main/sw/uiconfig/swriter/toolbar/drawbar.xml
+++ b/main/sw/uiconfig/swriter/toolbar/drawbar.xml
@@ -35,6 +35,7 @@
  
  
  
*+ *
  
  
  

-- 
Aron


Please help me

2015-03-01 Thread aronsoyol
Hi all
I modified source code to support vertical left to right writing mode in
the text box. and it works very well.
Then I want to added a new button to draw it. And create a new slot
SID_DRAW_TEXT_VERTICAL_LR slot to response its MouseButtonDown event

[image: 埋め込み画像 5]
Screen shot : https://www.dropbox.com/s/346my16e4j0juhb/drawbar.jpg?dl=0

What I did with the source code is shown as below
But it do not work
Please help me, Best regards


diff --git a/main/svx/inc/svx/svxids.hrc b/main/svx/inc/svx/svxids.hrc
index da7e318..cdd1a89 100644
--- a/main/svx/inc/svx/svxids.hrc
+++ b/main/svx/inc/svx/svxids.hrc
@@ -1283,9 +1283,9 @@

 #define FN_SVX_SET_NUMBER  (SID_SVX_START +
1117)
 #define FN_SVX_SET_BULLET  (SID_SVX_START +
1118)
-
+#define SID_DRAW_TEXT_VERTICAL_LR   (SID_SVX_START + 1119)
 // IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id
-#define SID_SVX_FIRSTFREE   (FN_SVX_SET_BULLET
+ 1)
+#define SID_SVX_FIRSTFREE
(*SID_DRAW_TEXT_VERTICAL_LR
*+ 1)

diff --git a/main/configmgr/qa/unit/data.xcd
b/main/configmgr/qa/unit/data.xcd
index b217d27..eef97d1 100644
--- a/main/configmgr/qa/unit/data.xcd
+++ b/main/configmgr/qa/unit/data.xcd
@@ -2135,6 +2135,14 @@
   1
 
   
+  
+  
+  Vertical Left To RightText
+  
+  
+  1
+  
+  
   
 
   Vertical Callouts


diff --git
a/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
b/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index cb7c1ec..c880c48 100644
---
a/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++
b/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5659,6 +5659,14 @@
 1
 
 
+
+
+Vertical Left To
RightText
+
+
+1
+
+
 
 
 ~Data Sources

diff --git a/main/svx/sdi/svx.sdi b/main/svx/sdi/svx.sdi
index 09f907e..f34d30b 100644
--- a/main/svx/sdi/svx.sdi
+++ b/main/svx/sdi/svx.sdi
@@ -11510,6 +11510,32 @@ SfxBoolItem VerticalText SID_DRAW_TEXT_VERTICAL
 ]

 //--
*+SfxBoolItem VerticalLeftToRightText SID_DRAW_TEXT_VERTICAL_LR*
+
+[
+   /* flags: */
+   AutoUpdate = TRUE,
+   Cachable = Cachable,
+   FastCall = FALSE,
+   HasCoreId = FALSE,
+   HasDialog = FALSE,
+   ReadOnlyDoc = FALSE,
+   Toggle = FALSE,
+   Container = FALSE,
+   RecordAbsolute = FALSE,
+   RecordPerSet;
+   Synchron;
+
+   Readonly = FALSE,
+
+   /* config: */
+   AccelConfig = TRUE,
+   MenuConfig = TRUE,
+   StatusBarConfig = FALSE,
+   ToolBoxConfig = TRUE,
+   GroupId = GID_DRAWING;
+]
+//--

diff --git a/main/sw/uiconfig/swriter/toolbar/drawbar.xml
b/main/sw/uiconfig/swriter/toolbar/drawbar.xml
index ef317dd..6c87d7d 100644
--- a/main/sw/uiconfig/swriter/toolbar/drawbar.xml
+++ b/main/sw/uiconfig/swriter/toolbar/drawbar.xml
@@ -35,6 +35,7 @@
  
  
  
*+ *
  
  
  





2015-02-27 16:49 GMT+09:00 Hung Mark :

> https://wiki.openoffice.org/wiki/Extensions_Packager
>
> 2015-02-27 14:59 GMT+08:00 aronsoyol :
>
>> Hi all
>> How to insert a new button into the toolbar, and create the corresponding
>> UNO command?
>>
>> Best regards
>> --
>> Aron
>>
>> ___
>> LibreOffice mailing list
>> libreoff...@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>>
>>
>
>
> --
> Mark Hung
>



-- 
Aron



-- 
Aron


Re: Can someone please help with a minimal Website change?

2013-10-08 Thread Andrea Pescetti

Jörg Schmidt wrote:

Can someone please make a tiny change to the German website? ...
the heading/link:
"Apache OpenOffice 4.0 ist verfügbar!"
may change to:
"Apache OpenOffice 4.0.1 ist verfügbar!"


Done. Since it's rarely used, I'll document it here: the file to be 
changed is de/brand.mdtext and any committer can change it; then the 
"de" directory must be updated (if needed) and republished.


Regards,
  Andrea.

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



Can someone please help with a minimal Website change?

2013-10-08 Thread Jörg Schmidt
Hello,

Can someone please make a tiny change to the German website?

I just translated the release notes (4.0.1) into German and would be grateful 
if anyone on the website:
http://www.openoffice.org/de/

the heading/link:
"Apache OpenOffice 4.0 ist verfügbar!" 

may change to:
"Apache OpenOffice 4.0.1 ist verfügbar!" 

with a link to:
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0.1+Release+Notes+%28Deutsch%29



Thanks in advance.


Greetings,
Jörg


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



Re: [URGENT] AOO binary files are missing - Please help!

2013-07-16 Thread Jürgen Schmidt
On 7/16/13 5:44 PM, Roberto Galoppini wrote:
> 2013/7/16 Dave Fisher 
> 
>>
>> On Jul 16, 2013, at 6:03 AM, Rob Weir wrote:
>>
>>> On Tue, Jul 16, 2013 at 2:00 AM, Roberto Galoppini
>>>  wrote:
>>>> We couldn't find a valid top-level dir to even begin to look for the 4.0
>>>> files.
>>>> Until we get precise instructions how to locate those files we can't
>>>> populate our system and eventually our mirrors.
>>>>
>>>> Please help with this issue asap.
>>>>
>>>
>>> Hi Roberto -- I think we're holding right now.  We confirmed a last
>>> minute crash bug on Windows 8.  We're discussing in another thread
>>> whether to respin the build.
>>
>> Regardless, someone does need to engage Infra on this issue in parallel.
>>
> 
> 
> We are getting slightly different rsync output now.  No errors, but empty
> directories or directory not found.  While over HTTP we see that
> http://www.apache.org/dist/externaldist/openoffice/ is populated, it's
> unclear where we could find it over rsync though.
> 
> Let me know which is the best way to manage this, also off-list if you wish.

because of the respin I have removed the files ...

Juergen

> 
> Thanks,
> 
> Roberto
> 
> 
> 
>>
>> Regards,
>> Dave
>>
>>
>>>
>>> -Rob
>>>
>>>> thanks,
>>>>
>>>> Roberto
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>
> 


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



Re: [URGENT] AOO binary files are missing - Please help!

2013-07-16 Thread Roberto Galoppini
2013/7/16 Dave Fisher 

>
> On Jul 16, 2013, at 6:03 AM, Rob Weir wrote:
>
> > On Tue, Jul 16, 2013 at 2:00 AM, Roberto Galoppini
> >  wrote:
> >> We couldn't find a valid top-level dir to even begin to look for the 4.0
> >> files.
> >> Until we get precise instructions how to locate those files we can't
> >> populate our system and eventually our mirrors.
> >>
> >> Please help with this issue asap.
> >>
> >
> > Hi Roberto -- I think we're holding right now.  We confirmed a last
> > minute crash bug on Windows 8.  We're discussing in another thread
> > whether to respin the build.
>
> Regardless, someone does need to engage Infra on this issue in parallel.
>


We are getting slightly different rsync output now.  No errors, but empty
directories or directory not found.  While over HTTP we see that
http://www.apache.org/dist/externaldist/openoffice/ is populated, it's
unclear where we could find it over rsync though.

Let me know which is the best way to manage this, also off-list if you wish.

Thanks,

Roberto



>
> Regards,
> Dave
>
>
> >
> > -Rob
> >
> >> thanks,
> >>
> >> Roberto
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: [URGENT] AOO binary files are missing - Please help!

2013-07-16 Thread Dave Fisher

On Jul 16, 2013, at 6:03 AM, Rob Weir wrote:

> On Tue, Jul 16, 2013 at 2:00 AM, Roberto Galoppini
>  wrote:
>> We couldn't find a valid top-level dir to even begin to look for the 4.0
>> files.
>> Until we get precise instructions how to locate those files we can't
>> populate our system and eventually our mirrors.
>> 
>> Please help with this issue asap.
>> 
> 
> Hi Roberto -- I think we're holding right now.  We confirmed a last
> minute crash bug on Windows 8.  We're discussing in another thread
> whether to respin the build.

Regardless, someone does need to engage Infra on this issue in parallel.

Regards,
Dave


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


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



Re: [URGENT] AOO binary files are missing - Please help!

2013-07-16 Thread Rob Weir
On Tue, Jul 16, 2013 at 2:00 AM, Roberto Galoppini
 wrote:
> We couldn't find a valid top-level dir to even begin to look for the 4.0
> files.
> Until we get precise instructions how to locate those files we can't
> populate our system and eventually our mirrors.
>
> Please help with this issue asap.
>

Hi Roberto -- I think we're holding right now.  We confirmed a last
minute crash bug on Windows 8.  We're discussing in another thread
whether to respin the build.

-Rob

> thanks,
>
> Roberto

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



[URGENT] AOO binary files are missing - Please help!

2013-07-15 Thread Roberto Galoppini
We couldn't find a valid top-level dir to even begin to look for the 4.0
files.
Until we get precise instructions how to locate those files we can't
populate our system and eventually our mirrors.

Please help with this issue asap.

thanks,

Roberto


Re: APACHE OPEN OFFICE 3.4.1. PLEASE PLEASE HELP ME!

2013-01-18 Thread Rob Weir
On Fri, Jan 18, 2013 at 6:12 AM, harry steven
 wrote:
>
> Hello Rory, you are MY HERO!
> Followed your instructions and selected the PDF, but it did not work, the 
> printer did not recognise what to do.
> Tried again and noticed that on the choices although the pull down menu 
> showed PDF there was another box showing JPG.
> I changed this box to PDF and the Printer started to Print - what Joy!
> Thank you so much for making the rules so clear.
> BUT to ALL Programmes PLEASE PLEASE ask a group of Senior Citizens who do not 
> understand Computer Speak to pass the wording and rules as "Crystal Clear" 
> This is an UK icon that are given to organisations whose wording can be 
> understood by most people who can read.
> There is an absolute fortune awaiting any computer firm/programmers that have 
> a very simple selection of icons and if you want more then you can ask for 
> them.

Something to consider...

We had OOo4Kids.  Why not AOO4Seniors?

I don't know how it is in other parts of the world, but in the US and
parts of Europe there is a demographic shift as post-war "baby
boomers" age and retire.   They did not grow up with computers, but
now find themselves in a world where computer access is now essential.

We're starting to see special models of cell phones and computers now
for seniors.  Simplified interfaces, larger icons.

-Rob

> Can I be on such a Panel (Apache and others take note.)
> Removing and then re-installing a Printer DOES NOT WORK.
> You say 64 bits are known for this.
> Just as well the Moon landing did not rely on a 64 bit programme.
> Thanks again from a snowy cold Edinburgh in Scotland.
> The first drink and more is on me when you visit.
> Harry
> end
>
>> Date: Fri, 18 Jan 2013 08:10:10 +
>> From: ofarr...@iol.ie
>> To: dev@openoffice.apache.org
>> CC: edinburghapartm...@hotmail.com
>> Subject: Re: APACHE OPEN OFFICE 3.4.1. PLEASE PLEASE HELP ME!
>>
>> On Thu, 17 Jan 2013 23:29:48 +
>> harry steven  wrote:
>>
>> > I have just downloaded this Version of Open Office.Now my Printer will not 
>> > print anything in Open Office and refers me to check my Printer 
>> > configuration.At 74 years of age, this is all a mystery to me, so please 
>> > tell me how I can get my Printer to print out a legal Document I need so 
>> > urgently.Thanks you.Harry StevenEdinburgh Scotland
>>
>> A quick workaround to allow you print your document without delay: /File 
>> /Export as PDF.  Now open the PDF document in a PDF reader (usually Adobe 
>> Reader, almost certainly installed on your computer) and print the document 
>> from that.
>>
>> The longer approach to a fix: it can help to reinstall your printer _after_ 
>> installing OpenOffice.  Reports of printer problems seem to occur more 
>> commonly when 64 bit Windows operating systems are used; there may be some 
>> problem interfacing with 32 bit OpenOffice, but the problem is not common or 
>> recreatable for debugging, as far as I know.
>>
>> --
>>   Rory O'Farrell 
>


APACHE OPEN OFFICE 3.4.1. PLEASE PLEASE HELP ME!

2013-01-18 Thread harry steven

Hello Rory, you are MY HERO!
Followed your instructions and selected the PDF, but it did not work, the 
printer did not recognise what to do.
Tried again and noticed that on the choices although the pull down menu showed 
PDF there was another box showing JPG.
I changed this box to PDF and the Printer started to Print - what Joy!
Thank you so much for making the rules so clear.
BUT to ALL Programmes PLEASE PLEASE ask a group of Senior Citizens who do not 
understand Computer Speak to pass the wording and rules as "Crystal Clear" This 
is an UK icon that are given to organisations whose wording can be understood 
by most people who can read.
There is an absolute fortune awaiting any computer firm/programmers that have a 
very simple selection of icons and if you want more then you can ask for them.
Can I be on such a Panel (Apache and others take note.)
Removing and then re-installing a Printer DOES NOT WORK. 
You say 64 bits are known for this.
Just as well the Moon landing did not rely on a 64 bit programme.
Thanks again from a snowy cold Edinburgh in Scotland.
The first drink and more is on me when you visit.
Harry
end
 
> Date: Fri, 18 Jan 2013 08:10:10 +
> From: ofarr...@iol.ie
> To: dev@openoffice.apache.org
> CC: edinburghapartm...@hotmail.com
> Subject: Re: APACHE OPEN OFFICE 3.4.1. PLEASE PLEASE HELP ME!
> 
> On Thu, 17 Jan 2013 23:29:48 +
> harry steven  wrote:
> 
> > I have just downloaded this Version of Open Office.Now my Printer will not 
> > print anything in Open Office and refers me to check my Printer 
> > configuration.At 74 years of age, this is all a mystery to me, so please 
> > tell me how I can get my Printer to print out a legal Document I need so 
> > urgently.Thanks you.Harry StevenEdinburgh Scotland  
> >  
> 
> A quick workaround to allow you print your document without delay: /File 
> /Export as PDF.  Now open the PDF document in a PDF reader (usually Adobe 
> Reader, almost certainly installed on your computer) and print the document 
> from that.
> 
> The longer approach to a fix: it can help to reinstall your printer _after_ 
> installing OpenOffice.  Reports of printer problems seem to occur more 
> commonly when 64 bit Windows operating systems are used; there may be some 
> problem interfacing with 32 bit OpenOffice, but the problem is not common or 
> recreatable for debugging, as far as I know.
> 
> --
>   Rory O'Farrell 
  

Re: APACHE OPEN OFFICE 3.4.1. PLEASE PLEASE HELP ME!

2013-01-18 Thread Rory O'Farrell
On Thu, 17 Jan 2013 23:29:48 +
harry steven  wrote:

> I have just downloaded this Version of Open Office.Now my Printer will not 
> print anything in Open Office and refers me to check my Printer 
> configuration.At 74 years of age, this is all a mystery to me, so please tell 
> me how I can get my Printer to print out a legal Document I need so 
> urgently.Thanks you.Harry StevenEdinburgh Scotland
>  

A quick workaround to allow you print your document without delay: /File 
/Export as PDF.  Now open the PDF document in a PDF reader (usually Adobe 
Reader, almost certainly installed on your computer) and print the document 
from that.

The longer approach to a fix: it can help to reinstall your printer _after_ 
installing OpenOffice.  Reports of printer problems seem to occur more commonly 
when 64 bit Windows operating systems are used; there may be some problem 
interfacing with 32 bit OpenOffice, but the problem is not common or 
recreatable for debugging, as far as I know.

--
  Rory O'Farrell 


Re: APACHE OPEN OFFICE 3.4.1. PLEASE PLEASE HELP ME!

2013-01-17 Thread Alexandro Colorado
Hi harry, probably your printer is not being seen by OpenOffice. Please
select:
File > Printer Setting
Verify that you printer is the one selected, if you are not sure, click on
the back to back trianges to see which one are available. If you cant find
the name of your printer, then you will need further assistance.


On Thu, Jan 17, 2013 at 5:29 PM, harry steven <
edinburghapartm...@hotmail.com> wrote:

>
>
>
>
> I have just downloaded this Version of Open Office.Now my Printer will not
> print anything in Open Office and refers me to check my Printer
> configuration.At 74 years of age, this is all a mystery to me, so please
> tell me how I can get my Printer to print out a legal Document I need so
> urgently.Thanks you.Harry StevenEdinburgh Scotland
>




-- 
Alexandro Colorado
Apache OpenOffice Contributor
http://es.openoffice.org


Re: Please Help!

2012-12-10 Thread Rory O'Farrell
On Mon, 10 Dec 2012 18:17:50 +0530
Wajid Baig  wrote:

> Hi,
> 
>   I need a small program to just read and write MS Docx and also for XLSx.
> 
>   I need it very urgently/badly.
> 
>   Please help me.
> 
>  Thanks in Advance.
> 
Free MS Word Viewer available for download from Microsoft.  Possibly also Excel 
viewer?

-- 
Rory O'Farrell