Re: How to access UNO_CONSTANTS definitions via OLE/COM? (Re: Windows version: ProgIDs and typelibs for OLE/COM ?

2022-06-17 Thread Andrew Pitonyak
This is how I get the manager using Basic:  Get the type description manager from the default context; see section 10.4 Context, which also shows how to enumerate all of the singleton objects available. Function GetTypeDescriptionManager()   Dim sTDMName$  ' Name of the type description manager

Re: Macro book

2021-03-13 Thread Andrew Pitonyak
https://www.pitonyak.org/OOME_4_0.odt On Saturday, March 13, 2021 09:05 EST, Carl Marcum wrote:  Hi Michael, Where can I find the english version for the 4th edition? Thanks, Carl On 1/29/21 11:04 AM, Dr. Michael Stehmann wrote: > Hello, > > Andrew Pitonyak puplished

Re: good daytime whenever you are

2021-02-05 Thread Andrew Pitonyak
Okay, I hate autocorrect sometimes.. I should have proofed it before I sent it sorry. if you create something using openoffice, you own it, open office does not. It is yours. ⁣Sent from BlueMail ​ On Feb 5, 2021, 7:04 AM, at 7:04 AM, Andrew Pitonyak wrote: >Of course, the medium shi

Re: good daytime whenever you are

2021-02-05 Thread Andrew Pitonyak
Of course, the medium shirts not matter ⁣Sent from BlueMail ​ On Feb 5, 2021, 6:23 AM, at 6:23 AM, Naturecheer Naturecheer wrote: >I mean if a saved open office file contains a literary work, can this >file >be protected with copyrights by an author of a file under his name? > >

Re: Writer and .docx

2020-10-17 Thread Andrew Pitonyak
natively support reading and writing DOCX format. When I ask people why they chose LibreOffice over Apache OpenOffice, DOCX support is the reason usuall listed.  Andrew Pitonyak  

Re: Cms webside

2020-08-04 Thread Andrew Wetmore
the CMS is twelve years old and we really need to move everybody onto more robust systems. Andrew <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free. www.avast.com <https://www.avast.com/sig-email?u

Re: Fonts list

2020-07-26 Thread Andrew Pitonyak
t steps in > this > subject > would be much more painful. :‑) > > Regards, > > Czesław Wolański > > пт, 24 июл. 2020 г. в 22:18, Andrew Pitonyak : > > > yes that sounds like a good place to look I would have checked > > there and > > then oome if I couldn't f

Re: Fonts list

2020-07-24 Thread Andrew Pitonyak
gt; >>I wrote a macro that creates a list in a document with the fonts >available. No idea where it is, but I can probably find it if you like. > >@andrew > >"Useful Macro Information For OpenOffice.org" >Chapter 5.4. List Fonts And Other Screen Information (mac

Re: Fonts list

2020-07-24 Thread Andrew Pitonyak
I wrote a macro that creates a list in a document with the fonts available. No idea where it is, but I can probably find it if you like. ⁣Sent from BlueMail ​ On Jul 24, 2020, 10:25 AM, at 10:25 AM, Bidouille wrote: >Hello devteam > >OpenOffice provide and install specific fonts >I'm looking fo

Re: Transfer of documents

2020-06-29 Thread Andrew Pitonyak
; Carol > > Sent from my iPhone > >> On Jun 29, 2020, at 4:40 PM, Andrew Pitonyak wrote:>> >>  >> You should be able to read them directly, are you not able to? >> >> Or, do you want to fully convert them to ODT files in some automated way? >>

Re: Transfer of documents

2020-06-29 Thread Andrew Pitonyak
You should be able to read them directly, are you not able to?  Or, do you want to fully convert them to ODT files in some automated way?  On Monday, June 29, 2020 14:57 EDT, CAROL L YORKIEVITZ wrote:  I currently use Word 7. Can I easily convert them to Openoffice? Thanks Sent from my iPhone

Re: Custom XML Part

2018-02-16 Thread Andrew Pitonyak
Meta data. It's easy to maintain in Ms Office there is Custom Xml Part method. I just want to know that how is it possible in OpenOffice. Regards, Rushna jabi On Fri, Feb 16, 2018 at 2:52 AM, Andrew Pitonyak wrote: I don't know what that means How do you add the XML,

Re: Custom XML Part

2018-02-15 Thread Andrew Pitonyak
find it... ⁣Sent from BlueMail ​ On Feb 15, 2018, 2:01 PM, at 2:01 PM, Rushna Jabi wrote: >Thanks for reply. > >Andrew, In Ms Office document we can add Custom Xml Part i.e. >information >related to current document. >we can access also that information. >please tell

Re: Custom XML Part

2018-02-15 Thread Andrew Pitonyak
I copied the sender, since I did respond, so he is probably not subscribed to the list I said about the same as you Peter but you said it better... So, Rushna, be sure to respond to the list and indicate exactly what it is you are trying to do since the people on this list are not likely

Re: Custom XML Part

2018-02-12 Thread Andrew Pitonyak
The people on this list are not likely to know about me office products. Consider describing the behavior. ⁣Sent from BlueMail ​ On Feb 12, 2018, 7:16 AM, at 7:16 AM, Rushna Jabi wrote: >Hi all, >I am working on OpenOffice plugin but I want to add Custom Xml Part in >OpenOffice like Ms-Office.

Re: Import & export Basic libraries ?

2017-10-05 Thread Andrew Pitonyak
Sadly, I do not have time to look into this right now, but, I believe that I may have some useful examples in one of my documents. I do not remember which one. The documents to check (and I do not have local copies where I am now) are either: I would check in this order: http://www.pitonyak

Re: future of OpenOffice

2017-01-13 Thread Andrew Pitonyak
open your project? That is closer to LO than AOO. Apart from that, you are left with questions such as, do I find a user interface more attractive, a particular feature better supported, or reliability on my specific platform. My parents use what I choose to install on their computers. Andrew

Re: openoffice programming

2016-10-15 Thread Andrew Douglas Pitonyak
in a modular way? Many thanks for answering. -- 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.or

Re: Question Regarding Limitations

2016-10-05 Thread Andrew Pitonyak
If you use the internal database, I believe that you are using HSQLDB. I expect that this stores the entire DB in memory (not sure about that), but if so, then you are memory limited. If you use some other DB as the back-end and only use Base as the front-end, then your limitations will be r

OpenOffice mention in the Media

2016-04-13 Thread Andrew Rist
http://xkcd.com/1667/ (be sure to mouse over the image to read the alt text) - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Document fonts appear a YYYYYYYYYY

2016-04-01 Thread Andrew Kominiak
.  Can you please help me? Andrew Kominiak    (komini...@mchsi.com) thank you(Please forward to the appropriate dept.) Sent from Mail for Windows 10

Re: [QUESTION] Getting to AOO for Java (AOO4J)?

2015-11-17 Thread Andrew Rist
Hope this is not off topic, but I think it should be a part of this conversation. If w are looking at moving AOO forward, then we should be looking forward and not just porting to another development platform. As such, the two most important destinations are a cloud implementation and collaboration

Re: [API] Priority Problem with AND and OR

2015-10-13 Thread Andrew Douglas Pitonyak
On 10/13/2015 06:25 AM, Regina Henschel wrote: Other example: Basic has no shortcut evaluation of boolean expressions. A major annoyance to me. It causes a bunch or nested if statements. -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http

Re: [API] Priority Problem with AND and OR

2015-10-12 Thread Andrew Douglas Pitonyak
And TRUE = (TRUE Or FALSE) And TRUE = TRUE TRUE Or TRUE And FALSE = (TRUE Or TRUE) And FALSE = FALSE Is there any explanation that AND and OR have (and should have) the same priority? It is as it is! You are correct in that! -- An

Re: [API] Priority Problem with AND and OR

2015-10-12 Thread Andrew Pitonyak
e is true for bitwise operations. On 12.10.2015 15:58, Rory O'Farrell wrote: On Mon, 12 Oct 2015 15:45:16 -0400 Andrew Pitonyak wrote: Yes, I note this travesty in OOME. There is also a difference in the way that it handles exponentiation. Standard rules indicate that 2^3^4 is evaluated

Re: [API] Priority Problem with AND and OR

2015-10-12 Thread Andrew Pitonyak
Yes, I note this travesty in OOME. There is also a difference in the way that it handles exponentiation. Standard rules indicate that 2^3^4 is evaluated as 2^(3^4) rather than (2^3)^4, wihch is what OOo does. On 12.10.2015 15:40, Mathias Röllig wrote: Hello! I stumbled into a priority proble

Re: [VOTE] Dennis Hamilton as new AOO Chair.

2015-08-18 Thread Andrew Rist
[X] +1, Dennis Hamilton as new Chair On 8/15/2015 11:57 PM, jan i wrote: > This is a call for a formal vote among the 1 candidate for the AOO Chair > role. > > Due to the fact that there are only 1 candidate we could use lazy > consensus, but since > some persons might be against that, we will

Re: macro equivalent of VBA Range()

2015-07-01 Thread Andrew Pitonyak
On 30.06.2015 14:54, Mark Polczynski wrote: I am an absolute beginner to OpenOffice macros, but have some knowledge of VBA. What is the OpenOffce macro equivalent of the VBA statement: x = Range("Y") Also, what is the equivalent of: x = Cells(1,1) Thanks! Mark Polczynski I assume that y

Re: Mac buildbot?

2015-04-01 Thread Andrew Rist
buildbots we got last year, can someone tell me what >>> hte status is? >>> >>> I need this info for our upcomming board report where I try to make a >>> project status as new chair. >> According to https://issues.apache.org/jira/browse/INFRA-4902 "Mac

Re: Summary

2015-03-14 Thread Andrew Pitonyak
You sent an email to a public email list. If you do not like what a recipient does with it then you need to figure out how to make that recipient stop. Off hand that sounds like an impossible task; ever heard of the Streisand effect? You may be able to do this one recipient at a time, but you ne

Re: Summary

2015-03-14 Thread Andrew Pitonyak
Take a look at what wikipedia has to say. It looks like in the EU email disclaimers are useless. No idea how accurate that is. On Mar 14, 2015 3:21 PM, "Grampa Renato, GB" wrote: > > Thank you Jan, > > European laws should protect me from the spread of my emails, differently > from US. > > C

Re: Need help on bookmark writter

2015-03-13 Thread Andrew Pitonyak
Of course you can do it... Start by finding each bookmark to see how that is done. I don't remember off hand if you can then insert the image at the anchor point. You may need to use a dispatch to do it. Check OOME.odt and AndrewMacro.odt for examples. I can't check either at the moment. On Ma

Possible broken link: from other.html

2015-02-20 Thread Andrew Myszkowski
ge is URL: http://www.openoffice.org/download/index.html Im just trying to use your software for the first time, ouch! painful. ___ Andrew Myszkowski Rutgers Business School Marketing & Entrepreneurship andrew.myszkow...@gmail.com (973) 771-8700 v

Re: Proposal to change or remove a web page that seems to cause unfruitful discussions.

2015-02-19 Thread Andrew Pitonyak
I saw no confusion in the article and I enjoyed it But it is odd that the page exists there of it is an unrelated opinion piece. That said, of it is indicating a reason the license fire AOO is desirable, that is different. On Feb 19, 2015 10:10 AM, jan i wrote: > > Hi. > > We have a page h

Re: [VOTE] New Apache OpenOffice PMC Chair

2015-02-03 Thread Andrew Rist
the Board in time for the February > meeting (18 February 2015). > > Regards, > Andrea. > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...

Re: [DISCUSS] Qt as a replacement for VCL

2015-01-18 Thread Andrew Douglas Pitonyak
http://doc.qt.io/qt-5/supported-platforms.html No comment on feasibility. -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org/oo.php - To unsubscribe, e-mail: dev-uns

Re: [VOTE] New Apache OpenOffice PMC Chair

2015-01-16 Thread Andrew Rist
laced by > Louis Suárez-Potts as the Apache OpenOffice PMC Chair? > [ ] +1 Yes > [ ] 0 Abstain > [ ] -1 No -- Andrew Rist | Interoperability Architect OracleCorporate Architecture Group Redwood Shores, CA | 650.506.9847

Re: [VOTE] New Apache OpenOffice PMC Chair

2015-01-16 Thread Andrew Douglas Pitonyak
e.org - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonya

Completed Module Level 2: Decision Making and Technical Infrastructure

2015-01-03 Thread Andrew
Hi, just to let you know I've completed this module level 2: Decision Making and Making sense of Project's Technical Infrastructure. Regards, Andrew. From: andchai...@hotmail.com To: dev@openoffice.apache.orgSubject: Working on Module Level 2: Decision Making and Technical Infrastr

Working on Module Level 2: Decision Making and Technical Infrastructure

2014-12-30 Thread Andrew
I'm currently working on the Level 2 module for: Level 2: Decision Making and Making sense of Project's Technical Infrastructure and sending an email as per the instructions in the Infrastructure component. Regards, Andrew.

Re: oooforum

2014-12-06 Thread Andrew Douglas Pitonyak
e.org For additional commands, e-mail: dev-h...@openoffice.apache.org -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org/oo.php - To unsubscribe,

Re: oooforum

2014-12-06 Thread Andrew Douglas Pitonyak
On 12/05/2014 08:34 PM, Louis Suárez-Potts wrote: On 05 Dec2014, at 19:41, Andreas Säger wrote: Am 05.12.2014 um 01:15 schrieb Andrew Douglas Pitonyak: I did a scrape of the pages, and it is about 8GB last time I did it. Off hand, I expect that a huge chunk of that is SPAM, especially since

Re: oooforum

2014-12-04 Thread Andrew Douglas Pitonyak
from his side for item #3. ​Agreed and maybe he is under a lot of work. My question here is if he ever got back, were there further outreach? And is it possible to share the admin credentials with an AOO contributor like Andrew P. I heard he already did an rsync of the site but was too large to

Re: http://ci.apache.org/projects/openoffice/ outdated?

2014-10-31 Thread Andrew Rist
--- > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > -- Andrew Rist | Interoperability Architect OracleCorporate Architecture Group Redwood Shores, CA | 650.506.9847

Re: oooforum status?

2014-10-28 Thread Andrew Douglas Pitonyak
to get the database from the server? On Mon, Oct 27, 2014 at 10:19 PM, Andrew Douglas Pitonyak mailto:and...@pitonyak.org>> wrote: 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 i

Re: oooforum status?

2014-10-27 Thread Andrew Douglas Pitonyak
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 wrote: On 10/27/2014 07:16 PM, Alexandro Colorado wrote: The conversation kinda went away and wonder what was the resolution about the

Re: oooforum status?

2014-10-27 Thread Andrew Douglas Pitonyak
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

Re: OpenOffice lost again 6000 users (was: Improved OOXML support?)

2014-10-24 Thread Andrew Douglas Pitonyak
The fact that this is possible is no blemish on either of the ODF and OOXML specifications. It is not something anyone makes ridiculous practice of. - Dennis -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org/o

Re: OpenOffice lost again 6000 users (was: Improved OOXML support?)

2014-10-24 Thread Andrew Douglas Pitonyak
On 10/24/2014 08:50 PM, Dennis E. Hamilton wrote: below. -Original Message- From: Andrew Douglas Pitonyak [mailto:and...@pitonyak.org] Sent: Friday, October 24, 2014 17:27 To: dev@openoffice.apache.org Subject: Spam (9.566):Re: OpenOffice lost again 6000 users (was: Improved OOXML

Re: Access to the list of Autofilter

2014-10-24 Thread Andrew Douglas Pitonyak
hen oSheet = ThisComponent.getSheets().getByIndex(0) oRange = oSheet.getCellRangeByName("A1:F10") oAddr = oRange.getRangeAddress() oDoc.DatabaseRanges.addNewByName("MyName", oAddr) End If oRange = oDoc.DatabaseRanges.getByName("MyName") oRange

Re: OpenOffice lost again 6000 users (was: Improved OOXML support?)

2014-10-24 Thread Andrew Douglas Pitonyak
On 10/24/2014 11:42 AM, Dennis E. Hamilton wrote: below. -Original Message- From: Andrew Douglas Pitonyak [mailto:and...@pitonyak.org] Sent: Friday, October 24, 2014 06:18 To: dev@openoffice.apache.org Subject: Re: OpenOffice lost again 6000 users (was: Improved OOXML support?) On

Re: OpenOffice lost again 6000 users (was: Improved OOXML support?)

2014-10-24 Thread Andrew Douglas Pitonyak
evelopment. I am not overly informed on this, but, I think that the primary complaint was that the OOXML ISO standard supports storing proprietary binary blobs that are not part of the standard as aprt of the document. -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacr

Re: release manager for the next release

2014-10-06 Thread Andrew Rist
my thoughts. > rgds > jan I > > Ps. it seems markmail does not support inline responses, or am I doing > something wrong ? > -- Andrew Rist | Interoperability Architect OracleCorporate Architecture Group Redwood Shores, CA | 650.506.9847

Re: Some nice things

2014-09-15 Thread Andrew Douglas Pitonyak
--- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://ww

Introduction for wanting to perform QA

2014-09-15 Thread Andrew
Hi there, My name is Andrew Chaikin. I'm in San Jose, California. I'm looking to eventually perform QA part-time for the open office project. I'm currently going through the Orientation modules. Regards, Andrew.

Re: Link to oooforum

2014-09-04 Thread Andrew Douglas Pitonyak
Wooohooo, we received a positive response from Ed! On 09/03/2014 05:56 PM, Andrew Douglas Pitonyak wrote: Oh, yes, sorry, I could test on the official forum, but, the forum itself is laid out very differently so I don't think that it would work very well. The big issue that I see a

Re: Link to oooforum

2014-09-03 Thread Andrew Douglas Pitonyak
ote: Sorry the way I understood you couldnt work confortable at oooforum because of its unresponsiveness. So I suggest using the official forums to test the iMacros until they are up there to perform all the tasks. But I most have missed something. Regards. On 9/3/14, Andrew Douglas Pitonyak w

Re: Link to oooforum

2014-09-03 Thread Andrew Douglas Pitonyak
/14, Alexandro Colorado wrote: I agree, sorry to see the sad state of the forum. Maybe all this should be let known to the owner so he can take measurses. I dont think anyone want to see oooforum go. On 9/3/14, Andrew Douglas Pitonyak wrote: Yeah, even when I build an iMacro to remove a single

Re: Link to oooforum

2014-09-03 Thread Andrew Douglas Pitonyak
sufficient. That said, when the forum is so slow, hardly seems worth the effort. On 09/03/2014 08:41 AM, Andrew Douglas Pitonyak wrote: Side note: It occurred to me that some of my "failures" may be attributed to the site simply not responding since it stopped responding last night.

Re: Link to oooforum

2014-09-03 Thread Andrew Douglas Pitonyak
Side note: It occurred to me that some of my "failures" may be attributed to the site simply not responding since it stopped responding last night. On 09/03/2014 01:17 AM, Andrew Douglas Pitonyak wrote: Well, I find the entire thing rather confusing. For example, I can extract

Re: Link to oooforum

2014-09-02 Thread Andrew Douglas Pitonyak
PE=EXTRACT FOLDER=* FILE=mytable_{{!NOW:yymmdd_hhnnss}}.csv If I loop 50 times, it exports everything from that one page into three files. It seems that it does not easily support doing the entire thing in one shot; at least while using a loop! At least by listing the extract command 50 times

Re: Link to oooforum

2014-09-02 Thread Andrew Douglas Pitonyak
ooforum.org/forum/templates/subSilver/images/icon_latest_reply.gif>"alt="View latest post"title="View latest post"border="0"/> ​I also looked at iMacros, and found a couple of tutorials about Data extraction for URLs: http://wiki.imacros.net/Data_Extract

Re: Link to oooforum

2014-09-01 Thread Andrew Douglas Pitonyak
references such as: "viewtopic.phtml?t=368050&highlight=" The problem is that the numbers are not sequential for finding the threads. It is even more difficult if I want to find all of the posts in one shot, which would mean that I would need to then grab 10 or 11 more pages of lists such as: "search.phtml?search_id=198406476&start=50" for page 2, so, I suppose that it shows around 50 at a time. It is just a question of how much time I have to figure out how to do this (meaning learn iMacros or similar). I spent a few hours worrying about this today and then I went with my family to an apple orchard for some family time. -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org/oo.php

Re: Link to oooforum

2014-09-01 Thread Andrew Douglas Pitonyak
ed to the handful of nicks. That way it could automated and ran all night. Another extension is iMacros https://addons.mozilla.org/en-US/firefox/addon/imacros-for-firefox/ Which I guess is near your field Mr Macros guy ;) On Sun, Aug 31, 2014 at 10:58 PM, Andrew Douglas Pitonyak < and...@pitonyak.o

Re: Link to oooforum

2014-08-31 Thread Andrew Douglas Pitonyak
Although I am able to remove the account, all that does is convert the posts to have a "guest" user. I wish it did remove the posts as well. On 08/31/2014 09:41 PM, Alexandro Colorado wrote: Can't you just remove the spamer account with all his posts? On 8/31/14, Andrew D

Re: Link to oooforum

2014-08-31 Thread Andrew Douglas Pitonyak
tional commands, e-mail: dev-h...@openoffice.apache.org -- 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.

Re: Link to oooforum

2014-08-23 Thread Andrew Douglas Pitonyak
r far, who knows). Regards, Andrea. So was there any traction on this? I was included on the initial email messages to Ed, but I have seen nothing since... -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.

Re: OOXML

2014-08-03 Thread Andrew Douglas Pitonyak
e biggest problem is that you lose table styles when you load, edit, then save. If Aoo does not support Table Styles, then obviously that feature will not properly "round trip" from file to memory to file. -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMa

Re: OOXML

2014-08-02 Thread Andrew Douglas Pitonyak
need to be in OOXML, until such time as everyone has upgraded to a fully-conformant version of MS Office, or switched to OpenOffice et al. -- Dr. Peter M. Kelly Founder, UX Productivity pe...@uxproductivity.com http://www.uxproductivity.com/ http://www.kellypmk.net/ PGP key: http://www.kellypmk.net/p

Re: Tutorial Book on Open Office

2014-07-25 Thread Andrew Douglas Pitonyak
ese may be useful (even if they are for LO) http://www.odfauthors.org/ You can download free versions as well as purchase printed copies. -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.

Re: Code snippets from oooforum in AOO website?

2014-07-14 Thread Andrew Douglas Pitonyak
On 07/14/2014 01:52 PM, Marcus (OOo) wrote: Am 07/14/2014 02:07 AM, schrieb Andrew Douglas Pitonyak: On 07/13/2014 07:02 PM, Marcus (OOo) wrote: I'm sure that someone will react. That's the goal. ;-) OK Marcus, I dropped an email to that list. If you have any pull over there, plea

Re: Code snippets from oooforum in AOO website?

2014-07-13 Thread Andrew Douglas Pitonyak
On 07/13/2014 07:02 PM, Marcus (OOo) wrote: I'm sure that someone will react. That's the goal. ;-) OK Marcus, I dropped an email to that list. If you have any pull over there, please do what you can to move this along. I really want this data to be made available again. -- Andre

Re: Code snippets from oooforum in AOO website?

2014-07-13 Thread Andrew Douglas Pitonyak
On 07/13/2014 04:58 AM, Marcus (OOo) wrote: Am 07/13/2014 03:04 AM, schrieb Andrew Douglas Pitonyak: OK, I finally got off my backside and called The OOoForum owner. Seems that he is alive, well, and very busy and was not even aware that the site was down. He said that he obviously has not

Re: Code snippets from oooforum in AOO website?

2014-07-12 Thread Andrew Douglas Pitonyak
know who should have his contact information and I will send it on. Obviously I don't want to post his phone number to this list. Sorry for the delay. -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org/o

Re: Code snippets from oooforum in AOO website?

2014-06-28 Thread Andrew Douglas Pitonyak
On 06/28/2014 10:21 AM, jan i wrote: On 28 June 2014 14:58, Andrea Pescetti wrote: On 15/06/2014 Andrew Douglas Pitonyak wrote: On 06/14/2014 05:39 PM, Andrea Pescetti wrote: It seems http://oooforum.org/ is still unresponsive. ... Why do you need to hear from Ed before you mirror the

Re: Code snippets from oooforum in AOO website?

2014-06-15 Thread Andrew Douglas Pitonyak
ditional commands, e-mail: dev-h...@openoffice.apache.org -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org/oo.php - To unsubscribe, e-mail: dev-unsubscr...@openo

Re: Code snippets from oooforum in AOO website?

2014-06-15 Thread Andrew Douglas Pitonyak
name and phone number, I found an obituary that matches the name, age, and location. Hoping it is not the same person. http://www.struveandlaporte.com/obituary/Edward-John-Buck/Paso-Robles-CA/1358607 -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pito

Re: Code snippets from oooforum in AOO website?

2014-06-06 Thread Andrew Douglas Pitonyak
e linked to the phpBB features. Target is to have one page per topic. Hagar If you think that there is some way I can help, let me know. I am pretty good with PERL and have written numerous programs to troll large data stores cleaning files with complex internal structure. -- Andrew Pitonyak My

Re: Code snippets from oooforum in AOO website?

2014-06-06 Thread Andrew Douglas Pitonyak
On 06/06/2014 03:01 AM, Andrea Pescetti wrote: Andrew Douglas Pitonyak wrote: I just dropped Ed another email, this time I copied the four known email addresses that I have for him. I made an attempt at contacting him too, to confirm that the project would like to save the forum, or at

Re: Code snippets from oooforum in AOO website?

2014-06-05 Thread Andrew Douglas Pitonyak
objections if the official Apache OpenOffice group mirrors the original content (they have a copy, I used to have a copy from August 2013, but, when I rebuilt my computer, but the drive it was on is gone; figures). -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt

Re: Code snippets from oooforum in AOO website?

2014-06-05 Thread Andrew Douglas Pitonyak
. My opinion is that if you have a copy, you should simply use it. -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org/oo.php - To unsubscribe, e-mail: dev-unsubscr

Re: Code snippets from oooforum in AOO website?

2014-06-02 Thread Andrew Douglas Pitonyak
lp somehow. Hagar - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacr

Re: Code snippets from oooforum in AOO website?

2014-06-02 Thread Andrew Douglas Pitonyak
. One person, and only one person, has the required admin rights for OOoForum. -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org/oo.php - To unsubscribe, e-mail: dev

Re: Improving OpenOffice's User Experience

2014-05-16 Thread Andrew Rist
-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org -- Andrew Rist | Interoperability Architect OracleCorporate Architecture Group Redwood Shores, CA | 650.506.9847

Re: [VOTE]: Release Apache OpenOffice 4.1.0 (RC4)

2014-04-28 Thread Andrew Rist
[ ] -1 Do not release this package because... - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org -- Andrew Rist | Interoperability Architect Orac

Re: Anything we can do about premature redistribution?

2014-03-07 Thread Andrew Rist
ng process. But maybe there is something we can do to discourage it? -Rob - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org -- Andrew Rist | Interoperability Architect OracleCorporate Architecture Group Redwood Shores, CA | 650.506.9847

Re: "is comprised of"

2014-02-04 Thread Andrew Douglas Pitonyak
(literally) Word user. Eager to exploit OO to its fullest, or would that be to my fullest? Thank you, EWard -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org/oo.php

Re: Are there any legal repercussions for banning users from mailing lists?

2014-01-21 Thread Andrew Douglas Pitonyak
But this has not helped. Any thoughts on this? Is there any risk to the ASF or our volunteers in moderating mailing lists or banning disruptive users? Regards, -Rob I certainly don't want to be bothered by her posts. -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMa

Re: Malware/ Adware masquerading as an Open Office extension

2014-01-20 Thread Andrew Douglas Pitonyak
On 01/19/2014 01:52 PM, Will Nettles wrote: The top website on Google for this seemed legit, but I wound up installing Genieo a mean little malware/adware bug. Do you remember what your Google search terms were? -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt

Re: [LAZY CONSENSUS] maintenance of ooo-wiki2-vm.a.o and ooo-forums.a.o

2014-01-02 Thread Andrew Rist
member that has given a +1 the other team members (jsc, imacat, arist) have not expressed any opinion yet. Wish you all a happy new year. rgds jan I. On 28 December 2013 17:39, Andrew Pitonyak wrote: I have been following as best I can while traveling, and it is not my place to say, but I agree

Re: [LAZY CONSENSUS] maintenance of ooo-wiki2-vm.a.o and ooo-forums.a.o

2013-12-28 Thread Andrew Pitonyak
I have been following as best I can while traveling, and it is not my place to say, but I agree jan i wrote: >On 28 December 2013 16:19, Andrea Pescetti wrote: > >> On 22/12/2013 jan i wrote: >> >>> based on a polite push from a good infra colleague, I have decided to >>> present yet anot

Re: OpenOffice development with Eclipse

2013-12-18 Thread Andrew Douglas Pitonyak
On 12/18/2013 09:40 AM, Andrew Douglas Pitonyak wrote: And I still think it is a good thing that LO builds under eclipse :-) Did i really write LO? Smack head! -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org/oo.php

Re: OpenOffice development with Eclipse

2013-12-18 Thread Andrew Douglas Pitonyak
Eclipse in the past and our Eclipse gurus was never able to understand if it was related to Eclipse bugs, plug-in bugs, environment bugs, project configuration, ... ). And I still think it is a good thing that LO builds under eclipse :-) -- Andrew Pitonyak My Macro Document: http

Re: 80 million downloads

2013-12-04 Thread Andrew Rist
On 12/4/2013 10:19 AM, Kay Schenk wrote: On Wed, Dec 4, 2013 at 2:02 AM, Jörg Schmidt wrote: From: Jürgen Schmidt [mailto:jogischm...@gmail.com] I have no problem to make this more public. If LO want to be independent they should not use our package names, binary names etc. in fact, so you'r

Re: Improvements of OUString

2013-12-03 Thread Andrew Douglas Pitonyak
t, ASCII values greater than 127 are a problem. I recently had a problem with that when a documented contained ASCII 160, a non-breaking space. I became aware of it when I was asked "hey, why does this file look different after it was converted to UTF-8?" -- Andrew Pitonya

Re: Improvements of OUString

2013-12-03 Thread Andrew Douglas Pitonyak
enter rather than worrying about the correct way to do it. I have seen empty strings checked by comparing the length to zero, and even using a string compare against an empty string. -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http

Re: Openoffice is being sold on ebay

2013-11-27 Thread Andrew Douglas Pitonyak
examples here: http://m.ebay.com/itm/251386841813?nav=SEARCH&sbk=1 http://m.ebay.com/itm/251388556478?nav=SEARCH&sbk=1 I will try to contact ebay to let them know about this issue. Regards luis e -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Inf

Re: [discussion] release mirror structure.

2013-11-22 Thread Andrew Rist
On 11/22/2013 1:52 AM, jan i wrote: On 22 November 2013 10:34, Jürgen Schmidt wrote: On 11/22/13 9:52 AM, jan i wrote: Hi. We have been discussion to reduce our footprint on the mirrors, see: https://issues.apache.org/jira/browse/INFRA-6654 It would be wise of us to have this solved before

Re: Hello

2013-11-21 Thread Andrew Douglas Pitonyak
website development experience. However, I'm mainly interested in writing at this moment. I look forward to helping. Thanks, David -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http:

Re: buildbots -- Linux and MacOSX

2013-11-15 Thread Andrew Rist
I wanted to give an update on the buildbots, as this is a question that keeps coming up. * We've received assurances that the Mac buildbot is coming. Long story short, the current mac hardware is a bit long in the tooth and we would kill everything on it if we added our builds to the curr

  1   2   3   >