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: 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
ro ListFonts) > >Could it perhaps be that the macro you refer to is mentioned in "Useful >Macro Information For OpenOffice.org"? >Section 5.4.1. "Display supported fonts" provides the following link: > >http://www.pitonyak.org/AndrewFontMacro.odt > > >Re

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
me , Is it possible in OpenOffice and how? > > > >Regards, >Rushna jabi > >On Mon, Feb 12, 2018 at 7:17 PM, Andrew Pitonyak >wrote: > >> The people on this list are not likely to know about me office >products. >> Consider describing the behavior. >> &g

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: 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

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: 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: 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

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: [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: Codesnippets: What is it? Who is hosting it? Do we still want it?

2013-01-15 Thread Andrew Pitonyak
On 15.01.2013 14:19, Rob Weir wrote: On Tue, Jan 15, 2013 at 2:06 PM, Rony G. Flatscher wrote: Rob, Am 15.01.2013 um 19:54 schrieb Rob Weir : http://codesnippets.services.openoffice.org/index.xml I noticed this linked to from another page. It looks a mess. But the source does not appear

Re: Incompatible changes in AOO 4.0 ?

2012-12-31 Thread Andrew Pitonyak
Thanks, will take a look when iI am near a real computer... Sent from my Samsung Epic™ 4G Pedro Giffuni wrote: Hi Andrew; - Messaggio originale - > Da: Andrew Pitonyak  > > If the change is made, a good first step is a spread sheet with test cases. > > So you have

Re: Incompatible changes in AOO 4.0 ?

2012-12-30 Thread Andrew Pitonyak
If the change is made, a good first step is a spread sheet with test cases. So you have a proposed list of functions that would be changed? Would want too compare expected group actual and old to new. Would want to devise test cases against both common and edge cases.  Also curios about time im

Re: Incompatible changes in AOO 4.0 ?

2012-12-30 Thread Andrew Pitonyak
Improved accuracy its usually a good thing. I have considered that boost was a good choice so that our will not be system dependent. in other words, i think it is a good idea. Sent from my Samsung Epic™ 4G Pedro Giffuni wrote: - Messaggio originale - > Da: Rob Weir  ... >> >>  BTW,

Re: FYI: Wiki performance.

2012-12-27 Thread Andrew Pitonyak
Thanks for the work... With iI had the backgroundto do it... Sent from my Samsung Epic™ 4G janI wrote: Thx for your ideas, that is always welcome ! daniel and gavin are also helping... thx for your kinds words, it is quite a tough start for me as infra volunteer :-) have a nice day Jan I.

Re: [mwiki] Spammers are baaack ...

2012-12-26 Thread Andrew Pitonyak
On 26.12.2012 05:17, TJ Frazier wrote: From my moderator work, I think certain ISPs should be blocked entirely, because they are non-responsive to spam complaints; the Burkina-Faso government ISP comes to mind, but there are a few others. Most of the big U.S. ISPs have been very cooperative. S

Re: [mwiki] Spammers are baaack ...

2012-12-26 Thread Andrew Pitonyak
On 26.12.2012 05:17, TJ Frazier wrote: On 12/25/2012 21:51, RGB ES wrote: 2012/12/26 TJ Frazier I thought that anyone on a dial-up connection got a dynamic IP, but anyone on a broadband line got a permanent IP. Is this wrong? Not exactly. I would say "semi-permanent" With my cable mode

Re: Starting Introduction to Contributing to Apache OpenOffice Module

2012-12-25 Thread Andrew Pitonyak
Welcome... Any particular rule of interest for you? For example, documentation, quality assurance, development, Sent from my Samsung Epic™ 4G SCARLET WILSON wrote: *hi how is everyone...i would like to be a part of  the open office project...i know my contribution will one day be benefic

Re: Announce

2012-12-24 Thread Andrew Pitonyak
Although it is true, there are good people in both camps.  And some people are active in both campus. I expect you will find things to dislike And like where you end up if you jump. ent from my Samsung Epic™ 4G rogadele wrote: Tks Andrea, just replied to Jani voucing my exact sentiments...w

Re: Fwd: wiki.open office Volunteer Application

2012-12-24 Thread Andrew Pitonyak
Doreen, Your email message indicates that you have an account. Is your account name "Doreen"? I thought that having an account allowed you to edit existing pages, but you may not be able to create new pages (Unsure about that). Please fully logout, restart your web browser, and login. Then

Re: AOO questions on Google

2012-12-23 Thread Andrew Pitonyak
No save as for docx is why libre is installed on a few machines i sometimes deal with. Sent from my Samsung Epic™ 4G "F C. Costero" wrote: Since there is some interest in this particular topic, here are the 9 questions I categorized as MS Interoperability with the number of positive votes app