Re: [libreoffice-users] Predefinied constants (Macro, Basic)

2018-07-23 Thread Andrew Pitonyak
Been there, done that. I noticed just as I was hitting send, or I would have redirected back to the list so that others could see the conversation. On 2018-07-23 16:52, Johnny Rosenberg wrote: Thank you, I'll have a look at it. Also sorry for accidentally mailing you directly, instead

Re: [libreoffice-users] Predefinied constants (Macro, Basic)

2018-07-23 Thread Johnny Rosenberg
Thank you, I'll have a look at it. Also sorry for accidentally mailing you directly, instead of the list. Kind regards Johnny Rosenberg 2018-07-23 19:15 GMT+02:00 Andrew Pitonyak : > > > You can enumerate those with: > > theTypeDescriptionManager > > > > There is a method EnumerateTypesTest.

Re: [libreoffice-users] Predefinied constants (Macro, Basic)

2018-07-23 Thread Andrew Pitonyak
I have not looked at the predefined constants in a while, and I do not remember how I got my list, but it was probably by reading the code. WARNING: I am about to tell you to download a document containing macros. The document looks just fine if you tell it to disable macros, but, it is a

Re: [libreoffice-users] Predefinied constants (Macro, Basic)

2018-07-22 Thread Drew Jensen
Howdy, To the best of my knowledge those are it. You would need to recreate those once and then include them in later projects. It's a common thing for folks to do, make their own include library with such. In fact you might want to look at the Access2Base library in the libreoffice

[libreoffice-users] Predefinied constants (Macro, Basic)

2018-07-22 Thread Johnny Rosenberg
Hi! I have done some searching and finally I found this at https://wiki.openoffice.org/wiki/Documentation/BASIC_Guide/Constants: ā€¯OpenOffice.org Basic predefines several constants. Among the most useful are: - True and False, for Boolean assignment statements - PI as a type Double numeric