How can i do page turning for openoffice impress?

2014-10-27 Thread gileth
Hi!I'm newbie for java operate the openoffice file.Now,i want to do page 
turning for openoffice impress.I don't know where to config the port in these 
code used:



com.sun.star.uno.XComponentContext xContext = 
com.sun.star.comp.helper.Bootstrap.bootstrap();
System.out.println(Connected to a running office ...);
com.sun.star.lang.XMultiComponentFactory xMCF = xContext.getServiceManager();
String available = (xMCF != null ? available : not available);
System.out.println(remote ServiceManager is  + available);
Object desktop = xMCF.createInstanceWithContext(com.sun.star.frame.Desktop, 
xContext);
XComponentLoader xComponentLoader = (XComponentLoader)
UnoRuntime.queryInterface(XComponentLoader.class, desktop);
System.out.println(OK Done);

XComponentContext xcomponentcontext = 
Bootstrap.createInitialComponentContext(null);
// create a connector, so that it can contact the office
XUnoUrlResolver urlResolver = UnoUrlResolver.create(xcomponentcontext);
Object initialObject = 
urlResolver.resolve(uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager);
XMultiComponentFactory xOfficeFactory = (XMultiComponentFactory) 
UnoRuntime.queryInterface(XMultiComponentFactory.class, initialObject);
// retrieve the component context as property (it is not yet exported from the 
office)
// Query for the XPropertySet interface.
XPropertySet xProperySet = (XPropertySet) 
UnoRuntime.queryInterface(XPropertySet.class, xOfficeFactory);
// Get the default context from the office server.
Object oDefaultContext = xProperySet.getPropertyValue(DefaultContext);
// Query for the interface XComponentContext.
XComponentContext xOfficeComponentContext = (XComponentContext) 
UnoRuntime.queryInterface(XComponentContext.class, oDefaultContext);
// now create the desktop service
// NOTE: use the office component context here!
Object oDesktop = 
xOfficeFactory.createInstanceWithContext(com.sun.star.frame.Desktop, 
xOfficeComponentContext);‍





Thanks!

Re: Proposal: AOO 4.1.2

2014-10-27 Thread Jürgen Schmidt
On 24/10/14 20:15, Andrea Pescetti wrote:
 On 23/10/2014 Rob Weir wrote:
 Let's try for a 4.1.2 release
 
 I see another priority. But it is fully compatible with making a release
 and actually the two can work together really well.
 
 I would like to streamline our processes and remove bottlenecks and
 dependencies on non-Apache systems. In other words, it's two years that
 we are a top-level project and it is time to reach a phase where
 processes just work. It is not acceptable that we produce binary builds
 on non-Apache hardware, it is hardly acceptable that we don't have all
 our languages on Pootle, and it is not acceptable that the l10n list
 sees a reduction in activity just because I suddenly have to use a large
 part of my spare time on unrelated activities.

Well I think we added all languages on Pootle where we see activities or
interest in working on the translation. Why should we add languages
where nobody is working on? I don't get it.

Juergen

 
 A release is probably a perfect way to make sure that everything is
 considered (and an important indicator in the Apache way). So it will
 take even more time, but if we can take care of all these tasks we will
 finally be a project with solid grounds at Apache. Some tasks, like the
 buildbots, are huge; some, like finding someone who can welcome
 volunteers on the l10n list when I can't, are easier. And it's obvious
 that we must work together, we can't expect that a few people do
 everything.
 
 1) Whatever new languages/language updates we have, including of
 course dictionary updates.
 
 We are seeing interest in a couple of languages, but we don't have any
 new ones to release at the moment. Of course, when we establish a
 deadline we can communicate it to translators and make a plan.
 
 2) Fixes for any critical bugs, especially any introduced in AOO
 4.1.1.  Do we know yet which bugs these are?   Do we have a short list
 of the most critical ones?
 
 This one https://issues.apache.org/ooo/show_bug.cgi?id=125519 is worth
 looking at. It's already fixed in trunk anyway.
 
 3) Patches merged in from new dev volunteers.
 I think #3 is extremely important here.
 
 Sure, involving new development volunteers has been a priority in the
 last few months, and I'm happy to hear some new voices here. We may even
 manage to get some new features implemented, not only basic fixes.
 
 But again... If we go for this, then mentoring developers becomes a
 priority and everyone who has the required knowledge should invest time
 on this.
 
 What do you think?
 
 It is surely a good idea (and the version number does not matter that
 much), provided that all of us are ready to be actively involved as much
 as possible.
 
 Regards,
   Andrea.
 
 -
 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: Apache Extras PoC

2014-10-27 Thread Roberto Galoppini
2014-10-23 8:20 GMT+02:00 Andrea Pescetti pesce...@apache.org:

 On 01/10/2014 David Nalley wrote:

 Roberto and others from Sourceforge have set up a proof of concept for
 the SF-based replacement for Apache Extras. You can take a look below.
 Comments/Input welcome.
 https://sourceforge.net/directory/vertical:Apache-Extras/


 This was sent to the dev@community list, but seeing the very limited
 feedback I'm CCing the dev@openoffice.apache.org list too.

 I can say I managed to build OpenOffice trunk by replacing (and I'm not
 suggesting that anyone commits this, it is just a proof of concept!)
 -OOO_EXTRAS=http://ooo-extras.apache-extras.org.codespot.com/files/
 +OOO_EXTRAS=http://sourceforge.net/projects/oooextras.mirror/files/
 and
 -URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 +URL2 = $(OOO_EXTRAS)$(MD5)-$(name)/download
 in external_deps.lst after deleting all third-party packages. So the
 archive seems complete and working.

 Honestly, with the very long filenames we use,
 http://sourceforge.net/projects/oooextras.mirror/files/?source=directory
 is hardly readable, and this should definitely be improved is possible.


When we mirrored that apparently someone was using oooextras. Now it's free
to use, so we can easily replace
http://sourceforge.net/projects/oooextras.mirror/files/?source=directory
with
http://sourceforge.net/projects/oooextras

Also our engineering team is finalizing few changes, hope to be able to
share a brand new Apache Extras landing page very soon.

Roberto



 For the rest, does anybody know the status of the OpenOffice section in
 Apache Extras?
 https://code.google.com/a/apache-extras.org/p/ooo-extras/downloads/list
 Didn't anybody complain so far simply because we haven't tried to upload
 new auxiliary libraries there after December 2013? Or someone tried and was
 hit by the new policy of Google Code as applied to Apache Extras? If we are
 to change, it would be good to know in what way the current solution is
 broken. My reading was that new uploads were forbidden, and indeed if I
 login at the above URL I don't see an Upload file function, but I used it
 only once in the past, so I'm not sure I'm looking at the right places.

 Regards,
   Andrea.

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




Re: color names in Math

2014-10-27 Thread Regina Henschel

Hi Kay,

Kay Schenk schrieb:


Hi Regina --

I saw that you had already made some changes yesterday  re i118191

  https://issues.apache.org/ooo/show_bug.cgi?id=118191

I have not investigated color renderings in AOO at all in terms of values,
but my first thought is we should be consistent across modules on how this
is done. RGB vs HTML?


I have compared Calc to StarMath to HTML in the attachments. There is 
currently no consistence between Calc and Math.


Kind regards
Regina


CompareColorsMathCalc.ods
Description: application/vnd.oasis.opendocument.spreadsheet

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

RE: Apache Extras PoC

2014-10-27 Thread Dennis E. Hamilton

orcnote below
-Original Message-
From: Roberto Galoppini [mailto:roberto.galopp...@gmail.com] 
Sent: Monday, October 27, 2014 05:57
To: dev
Cc: d...@community.apache.org
Subject: Re: Apache Extras PoC

2014-10-23 8:20 GMT+02:00 Andrea Pescetti pesce...@apache.org:
[ ... ]
 Honestly, with the very long filenames we use,
 http://sourceforge.net/projects/oooextras.mirror/files/?source=directory
 is hardly readable, and this should definitely be improved is possible.


When we mirrored that apparently someone was using oooextras. Now it's free
to use, so we can easily replace
http://sourceforge.net/projects/oooextras.mirror/files/?source=directory
with
http://sourceforge.net/projects/oooextras

orcnote
I think the observation about long file names has to do with 
these, e.g.,

d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2

which make the page unreadable because the CSS forces the Name
column to be too narrow to see the full names.  (The mouse-over
provides them, and so does the information pop-down,
but that is no help in scanning the list.)

Also, the Looking for the latest version? message makes no
Sense on the OOO Extras page.

The names are not something SourceForge can do anything about.
So long as these are meant to be fetched by scripts running
in builds, this is the way it is going to be.  Those are the
names used in the matching and fetching of ex.

[I can appreciate why these are unacceptable usage of the
Google Code and GitHub project services.  These are not
development projects, just storage for build-used bundles
for external dependencies.  It also means serving ads is
not accomplishing much here.  Removing the sidebar for ads
would also allow the name column to be wider.

These don't seem to be Extras the way that was originally
conceived, but the name is probably unimportant here.]
/orcnote



[ ... ]


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



Re: crash reporter -- can someone supply commit information on this?

2014-10-27 Thread Kay Schenk
On Thu, Oct 23, 2014 at 4:34 PM, Ariel Constenla-Haile arie...@apache.org
wrote:

 On Thu, Oct 23, 2014 at 09:40:08AM +0200, Herbert Duerr wrote:
  On 23.10.2014 01:08, Kay Schenk wrote:
  I know the crash reporter was disabled sometime before March, 2012.
  
  But can someone provide the commit message on this?
 
  As far as I know there was no explicit commit for this. Enabling or
  disabling the crash reporter was a configuration option
 (--enable-crashdump)
  that is still available today.
 
  For AOO releases the crashdump feature AFAIK never was enabled.

 It was enabled when I did the Linux builds, though it was obscure to
 activate it, see http://markmail.org/message/nhnagqfq7vba57hi


 Regards
 --
 Ariel Constenla-Haile
 La Plata, Argentina


Thanks for this information Ariel. Yes, even if we re-enabled the Crash
Reporter, of course we would need to setup a recipient host and determine
what to do with the output.

-- 
-
MzK

Success breeds complacency. Complacency breeds failure.
 Only the paranoid survive.
-- Andy Grove, Intel Co-founder


a few questions about FOSS and OpenOffice

2014-10-27 Thread Antonio Cepero
Hello,

First, let me introduce myself by saying that my name is Antonio Cepero,
from Spain and that I am coursing a Master on Free Software at the UOC
http://estudios.uoc.edu/es/masters-universitarios/software-libre/presentacion.
One of the works I must do in one of the subjects is an interview with a
free software project collaborator. I am contacting you because I am an
OpenOffice user and think it is a very interesting project. I would like to
know if some OpenOffice collaborator would be kind enough to answer the
questions found below. I shall be pleased to receive your answers but if
you do not want to, I would also appreciate to know it.

Yours sincerely,
Antonio Cepero

Can you state your name, the open source project you collaborate with and
the tasks you perform?

How long have you been involved with the project?

What were the main reasons that led you to participate in it?

Had you worked on other projects (FOSS) prior to engaging in this? What
experience led to this collaboration?

Do you currently collaborate with other free software projects? What? What
work done?

What is your training and experience? Have you worked on projects that are
not open source?

What influence has had or you think may have this collaboration in your
professional future?

Thank you for your time answering them


Re: a few questions about FOSS and OpenOffice

2014-10-27 Thread Alexandro Colorado
Hola Antonio, puedes contactarme por privado para armar una sesion.
Hi Antonio, you can contact me privately to arrange a meetup.

Saludos/Regards.

On 10/27/14, Antonio Cepero ajc...@gmail.com wrote:
 Hello,

 First, let me introduce myself by saying that my name is Antonio Cepero,
 from Spain and that I am coursing a Master on Free Software at the UOC
 http://estudios.uoc.edu/es/masters-universitarios/software-libre/presentacion.
 One of the works I must do in one of the subjects is an interview with a
 free software project collaborator. I am contacting you because I am an
 OpenOffice user and think it is a very interesting project. I would like to
 know if some OpenOffice collaborator would be kind enough to answer the
 questions found below. I shall be pleased to receive your answers but if
 you do not want to, I would also appreciate to know it.

 Yours sincerely,
 Antonio Cepero

 Can you state your name, the open source project you collaborate with and
 the tasks you perform?

 How long have you been involved with the project?

 What were the main reasons that led you to participate in it?

 Had you worked on other projects (FOSS) prior to engaging in this? What
 experience led to this collaboration?

 Do you currently collaborate with other free software projects? What? What
 work done?

 What is your training and experience? Have you worked on projects that are
 not open source?

 What influence has had or you think may have this collaboration in your
 professional future?

 Thank you for your time answering them



-- 
Alexandro Colorado
Apache OpenOffice Contributor
882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614

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



Re: 2015 -- Our 30th Anniversary

2014-10-27 Thread Louis Suárez-Potts
Malte!
So, you do realize this is probably one of the very very few witness
accounts we have of the origins of StarOffice? (later OpenOffice) ... and
if you were to consent to writing more--or being interviewed in a podcast
for more--we, or at least I, would be grateful... and better informed of
that application that has so formed my adult life.

best
louis

On 27 October 2014 14:53, Malte Timmermann malte_timmerm...@gmx.com wrote:

 Honestly, I don't agree on 30th Anniversary, but see 2015 as 25th
 Anniversary.

 StarWriter for text screens was written in Lueneburg near Hamburg. In
 Pascal. By people which later didn't work on StarWriter for Windows.

 In 1990, Marco started the new StarDivision location in Hamburg.
 StarWriter for GUI systems to be developed from scratch. Written in C++. By
 completely different people.

 When I started there in 1991, there was only a Writer prototype, as we
 also needed to first develop StarView, the class library for abstracting
 from Windows, OS/2, Mac and Unix Motif. Yes, there was a StarWriter Mac
 version in the beginning, long before it was canceled, and many years went
 by before there was one again! The concept of StarView was to create native
 system widgets for their corresponding components. As this approach lead to
 different issues, and not all systems had the same set of widgets, we later
 replaced StarView with VCL, as you know it today.

 First versions of StarOffice for Windows contained Calc and Draw developed
 outside from StarDivision, both using their own technology stack. Iirc,
 StarOffice 3.0 was the first version of the suite with all components based
 on StarView.

 The English Wiki referenced page below is misleading wrt versions. There
 also was a StarWriter 1.0 for Windows, many years after StarWriter 1.0 for
 DOS (which already was available in version 6 then).

 The version history is much better documented on the German Wiki page:
 http://de.wikipedia.org/wiki/StarOffice

 Just some historical data :)

 Best regards
 Malte.




 On 24.10.2014 17:25, Rob Weir wrote:

 On Fri, Oct 24, 2014 at 11:15 AM, Roberto Galoppini
 roberto.galopp...@gmail.com wrote:

 2014-10-24 16:41 GMT+02:00 Rob Weir r...@robweir.com:

  Those who know the history know that Apache OpenOffice is the
 continuation of the OpenOffice.org project, which itself came from a
 proprietary suite developed in Germany called StarOffice, which itself
 started as StarWriter, an application written in 1985 by Marco Börries
 .

 So next year, in 2015, will be our 30th anniversary.

 Any ideas what we might do?

 For example, does anyone still have a Zilog Z80 (or an emulator) that
 can run the original StarWriter?


 I'm still a proud owner of a ZX Spectrum Sinclair 48k, never heard about
 a
 StarWriter app, though. Does it exist, ideas about to get it?


 Cool!

 This is from Wikipedia:

 http://en.wikipedia.org/wiki/StarOffice#History

 It references a page on our wiki that claims StarWriter 1.0 was
 released in 1985.

 No idea where to get the code.   Maybe Juergen or another old-timer
 would have a clue for us?

 -Rob

  Roberto




 It looks like some emulators here:

 http://www.z80.info/z80emu.htm#EMU_CPU_W32

 It might be interesting to show the history of Writer, from release to
 release, via a set of screen shots (or a movie) showing the evolution
 of the UI.

 Regards,

 -Rob

 -
 To unsubscribe, e-mail: marketing-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: marketing-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: marketing-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: marketing-h...@openoffice.apache.org




Re: 2015 -- Our 30th Anniversary

2014-10-27 Thread Alphonso Whitfield III




When is the English language dictionary going to be fixed in the spell checker 
application? 



Alphonso Whitfield III 
912-590-6266 Sales Office 
912-590-6139 Ops Center 
i...@thevitalportal.com 
Vital Inc. 
315 Plant Ave 
Suite E 
Waycross, Georgia 31501 













- Original Message -

From: Louis Suárez-Potts lui...@gmail.com 
To: marketing market...@openoffice.apache.org 
Cc: dev@openoffice.apache.org 
Sent: Monday, October 27, 2014 1:57:48 PM 
Subject: Re: 2015 -- Our 30th Anniversary 

Malte! 
So, you do realize this is probably one of the very very few witness 
accounts we have of the origins of StarOffice? (later OpenOffice) ... and 
if you were to consent to writing more--or being interviewed in a podcast 
for more--we, or at least I, would be grateful... and better informed of 
that application that has so formed my adult life. 

best 
louis 

On 27 October 2014 14:53, Malte Timmermann malte_timmerm...@gmx.com wrote: 

 Honestly, I don't agree on 30th Anniversary, but see 2015 as 25th 
 Anniversary. 
 
 StarWriter for text screens was written in Lueneburg near Hamburg. In 
 Pascal. By people which later didn't work on StarWriter for Windows. 
 
 In 1990, Marco started the new StarDivision location in Hamburg. 
 StarWriter for GUI systems to be developed from scratch. Written in C++. By 
 completely different people. 
 
 When I started there in 1991, there was only a Writer prototype, as we 
 also needed to first develop StarView, the class library for abstracting 
 from Windows, OS/2, Mac and Unix Motif. Yes, there was a StarWriter Mac 
 version in the beginning, long before it was canceled, and many years went 
 by before there was one again! The concept of StarView was to create native 
 system widgets for their corresponding components. As this approach lead to 
 different issues, and not all systems had the same set of widgets, we later 
 replaced StarView with VCL, as you know it today. 
 
 First versions of StarOffice for Windows contained Calc and Draw developed 
 outside from StarDivision, both using their own technology stack. Iirc, 
 StarOffice 3.0 was the first version of the suite with all components based 
 on StarView. 
 
 The English Wiki referenced page below is misleading wrt versions. There 
 also was a StarWriter 1.0 for Windows, many years after StarWriter 1.0 for 
 DOS (which already was available in version 6 then). 
 
 The version history is much better documented on the German Wiki page: 
 http://de.wikipedia.org/wiki/StarOffice 
 
 Just some historical data :) 
 
 Best regards 
 Malte. 
 
 
 
 
 On 24.10.2014 17:25, Rob Weir wrote: 
 
 On Fri, Oct 24, 2014 at 11:15 AM, Roberto Galoppini 
 roberto.galopp...@gmail.com wrote: 
 
 2014-10-24 16:41 GMT+02:00 Rob Weir r...@robweir.com: 
 
 Those who know the history know that Apache OpenOffice is the 
 continuation of the OpenOffice.org project, which itself came from a 
 proprietary suite developed in Germany called StarOffice, which itself 
 started as StarWriter, an application written in 1985 by Marco Börries 
 . 
 
 So next year, in 2015, will be our 30th anniversary. 
 
 Any ideas what we might do? 
 
 For example, does anyone still have a Zilog Z80 (or an emulator) that 
 can run the original StarWriter? 
 
 
 I'm still a proud owner of a ZX Spectrum Sinclair 48k, never heard about 
 a 
 StarWriter app, though. Does it exist, ideas about to get it? 
 
 
 Cool! 
 
 This is from Wikipedia: 
 
 http://en.wikipedia.org/wiki/StarOffice#History 
 
 It references a page on our wiki that claims StarWriter 1.0 was 
 released in 1985. 
 
 No idea where to get the code. Maybe Juergen or another old-timer 
 would have a clue for us? 
 
 -Rob 
 
 Roberto 
 
 
 
 
 It looks like some emulators here: 
 
 http://www.z80.info/z80emu.htm#EMU_CPU_W32 
 
 It might be interesting to show the history of Writer, from release to 
 release, via a set of screen shots (or a movie) showing the evolution 
 of the UI. 
 
 Regards, 
 
 -Rob 
 
 - 
 To unsubscribe, e-mail: marketing-unsubscr...@openoffice.apache.org 
 For additional commands, e-mail: marketing-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: marketing-unsubscr...@openoffice.apache.org 
 For additional commands, e-mail: marketing-h...@openoffice.apache.org 
 
 



Importing translations into Pootle (Re: Proposal: AOO 4.1.2)

2014-10-27 Thread Andrea Pescetti

Jürgen Schmidt wrote:

Well I think we added all languages on Pootle where we see activities or
interest in working on the translation. Why should we add languages
where nobody is working on? I don't get it.


That was an example, but still it is one improvement that needs to be 
done. Why? Because volunteers are much more likely to be involved if 
they can have an idea of what they would be working on, and because we 
can't keep volunteers waiting too much.


Concrete example: http://markmail.org/message/usn5khq3imrdibzq Sinhala 
(si) was requested two weeks ago and 
http://svn.apache.org/viewvc/openoffice/trunk/extras/l10n/source/si/ 
hasn't been imported yet. Probably you are now the only person who has 
the skills and the permissions on the relevant systems to help with 
this. If you take care of documenting the process in the wiki in 
https://wiki.openoffice.org/wiki/Pootle_User_Guide (or a sibling page) 
this time, we may be able to delegate it the next time the need arises, 
and then maybe find someone who will progressively import the SDF files 
to Pootle: keeping only the SDF is really bad since one can't see 
progress or submit a quick fix, and if everything is on Pootle we lower 
the entry barrier.


Regards,
  Andrea.

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



English dictionary (Re: 2015 -- Our 30th Anniversary)

2014-10-27 Thread Andrea Pescetti

On 27/10/2014 Alphonso Whitfield III wrote:

When is the English language dictionary going to be fixed in the spell
checker application?


The English dictionary is not supposed to be fixed since it already 
works. If it doesn't work for you, try resettin your user profile. There 
are plenty of explanations around, see for example 
https://forum.openoffice.org/en/forum/viewtopic.php?t=12426


Note that your comment has nothing to do with the original topic of this 
discussion. Please do change at least the subject (and possibly start a 
new discussion instead of replying to an existing one).


Regards,
  Andrea.

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



Re: Can open Open office add?

2014-10-27 Thread Jürgen Lange
Ok Darren, OpenOffice works fine for me. If I put numbers like 4,5,4,3 
into C5..C8 OpenOffice sums them up - the result is 16. If you put empty 
fields between (why?) you will see, that OpenOffice will mark only the 
last field with a box. Extend the box over all your numbers and you'll 
get 16 again.


Jürgen


Am 27.10.2014 um 23:18 schrieb Darren Myers:

The reason I ask if it can add is, I don't think it can
  
I found a huge flaw in your program the formulas don't work...
  
Example =sum(C5:C15)   with a list of numbers... 4, 5, 4, 3 which should equate to 16  Well in EXCEL it does!!! Your crappy program adds the fucking numbers and  comes up with 3...?? WTFserious fix this most basic problem.
  
   
  		 	   		




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

oooforum status?

2014-10-27 Thread Alexandro Colorado
The conversation kinda went away and wonder what was the resolution
about the oooforum and if there is any hope to recover the database at
least to get some kind of plain browsable dump of the content.

Regards.

-- 
Alexandro Colorado
Apache OpenOffice Contributor
882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614

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



Re: oooforum status?

2014-10-27 Thread Alexandro Colorado
I see, I would hate to see this site die. Lots of information there,
even if the site is held as a static site.

On 10/27/14, Andrew Douglas Pitonyak and...@pitonyak.org wrote:
 On 10/27/2014 07:16 PM, Alexandro Colorado wrote:
 The conversation kinda went away and wonder what was the resolution
 about the oooforum and if there is any hope to recover the database at
 least to get some kind of plain browsable dump of the content.

 Regards.

 There was some discussion on the AOO private list, but I am not on that
 list. I was copied for some of the stuff. Since I have heard nothing, my
 guess is that the owner has been non-responsive.

 I attempted to perform a data dump, but that failed because there is a
 limit to the size I can pull through the interface and compression is
 disabled.

 --
 Andrew Pitonyak
 My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
 Info:  http://www.pitonyak.org/oo.php


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




-- 
Alexandro Colorado
Apache OpenOffice Contributor
882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614

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



Re: Spell check

2014-10-27 Thread F C. Costero
On Mon, Oct 27, 2014 at 2:34 PM, Frank frank1...@comcast.net wrote:

 How do I get my spell check to work? I misspell a word, hit the abc and a
 box comes up that says
 nothing is misspelled.



There is an extensive tutorial about troubleshooting the spell check
function on the user forum:
https://forum.openoffice.org/en/forum/viewtopic.php?f=74t=16512
You do not have to register to view the topics. I hope that helps.
Best regards,
Francis


Re: oooforum status?

2014-10-27 Thread Andrew Douglas Pitonyak


In its current state it is mostly useless.

I took an 8 GB dump by crawling the site in September. I think that it 
has as much spam as content in that dump. I think that I grabbed roughly 
250K threads. If I had more time, I would write some scripts to assist 
cleaning up the spam, but that is especially difficult from an HTML dump 
that links some of the files together. I started looking at the data, 
but, it really is not the way to attempt to obtain clean data. Would be 
better if we could grab the DB level stuff and migrate to a static site.


On 10/27/2014 09:51 PM, Alexandro Colorado wrote:

I see, I would hate to see this site die. Lots of information there,
even if the site is held as a static site.

On 10/27/14, Andrew Douglas Pitonyak and...@pitonyak.org wrote:

On 10/27/2014 07:16 PM, Alexandro Colorado wrote:

The conversation kinda went away and wonder what was the resolution
about the oooforum and if there is any hope to recover the database at
least to get some kind of plain browsable dump of the content.

Regards.


There was some discussion on the AOO private list, but I am not on that
list. I was copied for some of the stuff. Since I have heard nothing, my
guess is that the owner has been non-responsive.

I attempted to perform a data dump, but that failed because there is a
limit to the size I can pull through the interface and compression is
disabled.


--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
Info:  http://www.pitonyak.org/oo.php


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