A search engine of libreoffice code would be useful.

2023-04-25 Thread nicholas ferguson
Hi, I did a project over six years ago, writing C++ code on a Windows platform to access libreoffice calc spreadsheets. This code extracted, indexed and catalogued info on entries in very complex spreadsheets. These spreadsheets had embedded Reuters market data macros. Market data macros had

RE: calc: jumbo sheets on windows (never gonna happen)

2020-10-06 Thread nicholas ferguson
Can I ask what kind of platform would you use for 16 million rows that involve calculations? From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of Dan Lewis Sent: Tuesday, October 06, 2020 2:59 PM To: libreoffice@lists.freedesktop.org Subject: Re: calc: jumbo sheets

RE: trying to prove out negbinomdist

2020-06-03 Thread Nicholas Ferguson
Hi Eike, Thank you for taking time to give me answer. Much appreciated. Regards Nick -Original Message- From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of Eike Rathke Sent: Wednesday, June 03, 2020 3:15 PM To: Nicholas Ferguson Cc: LibreOffice

trying to prove out negbinomdist

2020-06-03 Thread Nicholas Ferguson
Hi, This might be an unusual question for this site. But I cannot prove out the negative binomial distribution, by so called hard coding the function per LibreOffice docs….a jpg of that function is attached. Does anyone have a clue. Though I will add…Microsoft Excel has the same problem. I

RE: Build problems for Libreoffice on Windows 7

2016-04-06 Thread nicholas ferguson
If your analysis of your build system doesn't yield a clue,… and you are running Norton AntiVirus. Remove Norton and try a rebuild. Norton AntiVius will delete temp files and executables, on Windows 7, during a build of LibreOffice. From: LibreOffice

RE: mdds code examples

2016-02-03 Thread nicholas ferguson
>FYI, I've added some code examples for mdds::multi_type_vector > >http://kohei.us/files/mdds/doc/multi_type_vector.html#example > >which hopefully some people find useful. I'm planning to add more code >examples for multi_type_vector as well as other data >structures in mdds, but >I'd like to

RE: Anyone have a contact name number at thompson Reuters/Reuters for porting their market data code (C/C++) to LibreOffice?

2015-08-22 Thread nicholas ferguson
. Not sure if I will hear anything positive from them.. [nicholas ferguson] I see that github has an open source of Elektron,SDK via ThomsonReuters. Haven't check it out. This is their newest market data infrastructure. From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf

RE: Anyone have a contact name number at thompson Reuters/Reuters for porting their market data code (C/C++) to LibreOffice?

2015-08-12 Thread nicholas ferguson
if I will hear anything positive from them.. From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Tuesday, August 11, 2015 9:07 AM To: libreoffice@lists.freedesktop.org Subject: Anyone have a contact name number at thompson Reuters/Reuters

Anyone have a contact name number at thompson Reuters/Reuters for porting their market data code (C/C++) to LibreOffice?

2015-08-11 Thread nicholas ferguson
___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

RE: svdata.hxx extern VCL_PLUGIN_PUBLIC ImplSVData* pImplSVData

2014-12-17 Thread nicholas ferguson
tor replies Don't feed the anonymous troll please. --tml [nicholas ferguson] Since I live and work in New York City…I don't understand your reference to 'troll'. Are you using Russian slang, Tor? Any who. This is a bug someone needs to address. In certain situations, on windows

RE: guidance to write a unit test for SetMacroSecurityLevel()

2014-11-28 Thread nicholas ferguson
[nicholas ferguson] in sc/qa/.../qahelper.cxx line 544 SfxItemSet* pSet = pSrcMed-GetItemSet(); pSet-Put(SfxUInt16Item(SID_MACROEXECMODE,::com::sun::star::document::MacroExecMode::ALWAYS_EXECUTE_NO_WARN)); and add include #include com/sun/star/document/MacroExecMode.hdl This does work

RE: guidance to write a unit test for SetMacroSecurityLevel()

2014-11-26 Thread nicholas ferguson
] the MacroSecurityLevel is just a configuration entry, see officecfg/registry/schema/org/openoffice/Office/Common.xcs. ] there is already one unit test that sets the MacroSecurityLevel: ] dbaccess/qa/complex/dbaccess/DatabaseDocument.java (from JunitTest_dbaccess_complex) [nicholas

RE: guidance to write a unit test for SetMacroSecurityLevel()

2014-11-26 Thread nicholas ferguson
I can do Line 544 SfxItemSet* pSet = pSrcMed-GetItemSet(); pSet-Put(SfxUInt16Item(SID_MACROEXECMODE,::com::sun::star::document::MacroExecMode::ALWAYS_EXECUTE_NO_WARN)); and add include #include com/sun/star/document/MacroExecMode.hdl [nicholas ferguson] This does work. But someone needs

RE: Who knows of a free UML tool to work with libreoffice?

2014-11-26 Thread nicholas ferguson
UML Modeller, from the KDE stable, says that's what it does. [nicholas ferguson] I tried doxygen. Along with dot. And selected a subset of directories from LibreOffice. I got 64GB of files. It took nearly 1.5 days. ___ LibreOffice mailing

Who knows of a free UML tool to work with libreoffice?

2014-11-21 Thread nicholas ferguson
___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

RE: Who knows of a free UML tool to work with libreoffice?

2014-11-21 Thread nicholas ferguson
At times it can help track down the 'has a and is a relationships. Anyone used a free UML with libreoffice..that proved a good tool? From: nicholas ferguson [mailto:nicholasfergu...@wingarch.com] Sent: Friday, November 21, 2014 8:13 AM To: 'libreoffice@lists.freedesktop.org' Subject: Who

Calc Sheet Cell Reference Vs Excel Sheet Cell Reference

2014-11-09 Thread nicholas ferguson
In excel, we have Sheet!$A$3while in Calc, we have Sheet.$A$3 Is there a flag in CALC to make it work with Excel's Sheet Cell Reference of '!'. I see that CALC is using the same constant Column Row reference of '$' ___ LibreOffice mailing list

RE: Calc Sheet Cell Reference Vs Excel Sheet Cell Reference

2014-11-09 Thread nicholas ferguson
Subject: Calc Sheet Cell Reference Vs Excel Sheet Cell Reference In excel, we have Sheet!$A$3while in Calc, we have Sheet.$A$3 Is there a flag in CALC to make it work with Excel's Sheet Cell Reference of '!'. I see that CALC is using the same constant Column Row reference of '$' [nicholas

formula qa tests where are they?

2014-11-05 Thread nicholas ferguson
Where do I find qa tests for formula? Can someone upload them? Or point me to a site that has qa tests for 'formula' /include/formula /formula ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

RE: tracking down reference counting memory leaks

2014-10-24 Thread nicholas ferguson
Michael wrote but the advantage is that searching for hack_acquire in valgrind's output very quickly finds the actual leak. what is your analysis of why there is a leak in uno::Reference, and where did you find it. Was your correction a small bit of?

RE: tracking down reference counting memory leaks

2014-10-21 Thread nicholas ferguson
... but enough with the jocularities: there was this ChartModel that was leaked due to a uno::Reference cycle, which means that the usual tools like valgrind and address sanitizer aren't very useful as such. I would expect valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all

Re: [Libreoffice-qa] Minutes of ESC call: 2014-10-16

2014-10-21 Thread nicholas ferguson
(1) A LibreOffice is not sanely built from Visual Studio. just too big. It overloads eclipse. A python + MSBuild, as an initial build, download of tar files...anything divorced from cygwin is a better idea. 1.1 It's present build system, after study and understanding of what build path

Re: [Libreoffice-qa] Minutes of ESC call: 2014-10-16

2014-10-21 Thread nicholas ferguson
I will also add...that LibreOffice's approach to a complicated build... has legs and could be marketed as a buid system for complicated apps, that are cross platform. Especially if it removes cygwin from its equation. -Original Message- From: LibreOffice

Re: [Libreoffice-qa] Minutes of ESC call: 2014-10-16

2014-10-21 Thread nicholas ferguson
...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Friday, October 17, 2014 9:39 PM To: 'Bjoern Michaelsen'; 'Jan Holesovsky' Cc: 'Libreoffice-qa'; 'libreoffice-dev' Subject: RE: [Libreoffice-qa] Minutes of ESC call: 2014-10-16 (1) A LibreOffice is not sanely built from Visual Studio. just

RE: [Libreoffice-qa] Minutes of ESC call: 2014-10-16

2014-10-20 Thread nicholas ferguson
...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Friday, October 17, 2014 9:39 PM To: 'Bjoern Michaelsen'; 'Jan Holesovsky' Cc: 'Libreoffice-qa'; 'libreoffice-dev' Subject: RE: [Libreoffice-qa] Minutes of ESC call: 2014-10-16 (1) A LibreOffice is not sanely built from Visual Studio. just

RE: [Libreoffice-qa] Minutes of ESC call: 2014-10-16

2014-10-17 Thread nicholas ferguson
(1) A LibreOffice is not sanely built from Visual Studio. just too big. It overloads eclipse. A python + MSBuild, as an initial build, download of tar files...anything divorced from cygwin is a better idea. 1.1 It's present build system, after study and understanding of what build path

RE: [Libreoffice-qa] Minutes of ESC call: 2014-10-16

2014-10-17 Thread nicholas ferguson
I will also add...that LibreOffice's approach to a complicated build... has legs and could be marketed as a buid system for complicated apps, that are cross platform. Especially if it removes cygwin from its equation. -Original Message- From: LibreOffice

allow ASSERT_ALWAYS_ABORT for debug builds on windows to be true or false

2014-10-13 Thread nicholas ferguson
For the --enable-debug in autogen.input ( configure.ac) can you review to make ASSERT_ALWAYS_ABORT available also for debug builds . to be either true or false. currently in configure.ac --enable-assert-always-abortmake assert() abort even in release mode Suggest adding

RE: Anti-Virus vendors warnings

2014-10-02 Thread nicholas ferguson
/questions/1331887/detect-antivirus-on-windows-using -c-sharp - [nicholas ferguson] That is not a solution for 2014. In the news you can read about groups of people grabbing a ton of info from governments, companies...illegally through some transport/internet protocols. So major companies have

RE: examples to manage docs using LibreOffice as a major component

2014-10-02 Thread nicholas ferguson
. g -Original Message- From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of Michael Meeks Sent: Wednesday, October 01, 2014 9:41 AM To: nicholas ferguson Cc: 'libreoffice-dev'; 'jonathon' Subject: Re: examples to manage docs using LibreOffice as a major

RE: Anti-Virus vendors warnings

2014-10-02 Thread nicholas ferguson
On Thu, 2014-10-02 at 08:38 -0400, nicholas ferguson wrote: [nicholas ferguson] I was able to reproduce Norton killing of genrb.exe ... This will give you an example to consider a proper solution. And this highlights the gravity. genrb.exe is a major player in building even a release mode

RE: Anti-Virus vendors warnings

2014-10-01 Thread nicholas ferguson
- and with debug symbols it takes forages to link. Often it's more feasible to re-build just a single module with debuginfo. [nicholas ferguson] [nicholas ferguson] I guess its english. Recommending a debug build...is saying on wiki how to put --enable-dbgutil into the autogen.input ... and then solving

RE: examples to manage docs using LibreOffice as a major component

2014-10-01 Thread nicholas ferguson
[nicholas ferguson] What I do understand is that Libreoffice had an internal architecture change after 4.0 To prove this worked, there must have been a ton of samples coded up? Otherwise your clients would have complained and dropped it. where are those samples? They should be loaded up

RE: examples to manage docs using LibreOffice as a major component

2014-10-01 Thread nicholas ferguson
On Wed, Oct 01, 2014 at 09:00:44AM -0400, nicholas ferguson wrote: [nicholas ferguson] What I do understand is that Libreoffice had an internal architecture change after 4.0 No, it had not. Where did you find that information? [nicholas ferguson] I have to go someplace for a meeting. I

RE: examples to manage docs using LibreOffice as a major component

2014-10-01 Thread nicholas ferguson
but what are you referring to in your post? I don't see top post or bottom post for your rant. So I guess you did 'heresy' post. -Original Message- From: Christian Lohmaier [mailto:lohma...@googlemail.com] Sent: Wednesday, October 01, 2014 7:28 AM To: nicholas ferguson Cc: Robinson

RE: Anti-Virus vendors warnings

2014-10-01 Thread nicholas ferguson
http://stackoverflow.com/questions/1331887/detect-antivirus-on-windows-using-c-sharp At the end of the Windows configure; and warning hard may have helped people like Nicholas save quite a chunk of time. [nicholas ferguson] This is an example of the high cost of doing a build and development

RE: Anti-Virus vendors warnings

2014-10-01 Thread nicholas ferguson
The high cost of entry only comes because you just didn't follow the instructions on setting up a windows build system. https://wiki.documentfoundation.org/Development/Windows_Build_Dependencies So you are the one responsible for not putting up on that wiki how to build a debug version. You

RE: LibreOfficeKit bits ...

2014-09-30 Thread nicholas ferguson
Sure sure - so; that's not -so- hard. You basically want the equivalent of liblibreoffice I think - which currently works on Linux only but is easy enough to tweak for Windows with a bit of work / thought I think. [nicholas ferguson] I found a sample of working an excel sh in sc

RE: examples to manage docs using LibreOffice as a major component

2014-09-30 Thread nicholas ferguson
On Tue, 2014-09-30 at 09:02 -0400, nicholas ferguson wrote: My question... How do I turn these files into a console app, where filters_test.cxx would have a point of entry, a main function. I would be surprised if people are going to invest lots of time in remote debugging your

RE: examples to manage docs using LibreOffice as a major component

2014-09-30 Thread nicholas ferguson
On Tue, 2014-09-30 at 09:31 -0400, nicholas ferguson wrote: On Tue, 2014-09-30 at 09:02 -0400, nicholas ferguson wrote: My question... How do I transform these unit test files into a console app, where for example filters_test.cxx would have a point of entry, a main function. Has someone

RE: examples to manage docs using LibreOffice as a major component

2014-09-30 Thread nicholas ferguson
To: nicholas ferguson Cc: 'libreoffice-dev'; 'Tor Lillqvist' Subject: Re: examples to manage docs using LibreOffice as a major component Hi Nicholas, On Tue, 2014-09-30 at 13:43 -0400, nicholas ferguson wrote: you will need to solve a truck-load of bootstrapping issues Wow. So in the past

RE: examples to manage docs using LibreOffice as a major component

2014-09-30 Thread nicholas ferguson
, nicholas ferguson wrote: I didn't understand your answer. I think you said you would not give me the samples of turning a cppunit test into a standalone executable ..because you find me unskilled and I would then ask too many questions Is it your english? No. It's the way we do

RE: examples to manage docs using LibreOffice as a major component

2014-09-30 Thread nicholas ferguson
...@collabora.com] Sent: Tuesday, September 30, 2014 4:24 PM To: nicholas ferguson Cc: 'libreoffice-dev'; 'Tor Lillqvist' Subject: Re: examples to manage docs using LibreOffice as a major component On Tue, 2014-09-30 at 14:57 -0400, nicholas ferguson wrote: I didn't understand your answer. I think

RE: examples to manage docs using LibreOffice as a major component

2014-09-30 Thread nicholas ferguson
: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of jonathon Sent: Tuesday, September 30, 2014 4:33 PM To: libreoffice@lists.freedesktop.org Subject: Re: examples to manage docs using LibreOffice as a major component On 9/30/2014 12:47 PM, nicholas ferguson wrote: You

RE: examples to manage docs using LibreOffice as a major component

2014-09-30 Thread nicholas ferguson
Though, I did see that OpenOffice had an even more terrible cost of entry. Unbelievable... -Original Message- From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Tuesday, September 30, 2014 4:50 PM To: 'jonathon'; libreoffice

RE: examples to manage docs using LibreOffice as a major component

2014-09-30 Thread nicholas ferguson
Of Michael Meeks Sent: Tuesday, September 30, 2014 4:55 PM To: nicholas ferguson Cc: libreoffice@lists.freedesktop.org; 'jonathon' Subject: Re: examples to manage docs using LibreOffice as a major component On Tue, 2014-09-30 at 16:50 -0400, nicholas ferguson wrote: LibreOffice has a terrible high cost

RE: examples to manage docs using LibreOffice as a major component

2014-09-30 Thread nicholas ferguson
-Original Message- From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Tuesday, September 30, 2014 5:20 PM To: 'Michael Meeks' Cc: libreoffice@lists.freedesktop.org; 'jonathon' Subject: RE: examples to manage docs using LibreOffice as a major

RE: examples to manage docs using LibreOffice as a major component

2014-09-30 Thread nicholas ferguson
30, 2014 5:48 PM To: nicholas ferguson Cc: Michael Meeks; libreoffice-dev; jonathon Subject: Re: examples to manage docs using LibreOffice as a major component On Tue, Sep 30, 2014 at 5:19 PM, nicholas ferguson nicholasfergu...@wingarch.com wrote: Wow. So I did a forensic on the env. And I

c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
I'm working up an independent c++ app (win32 console application) that talks to Libreoffice, preferably via pipes... and will open, close and manage a Calc spreadsheet. This is a proof of concept..to see if LibreOffice can add value. Can anyone send me a sample. sample can be for a linux or

RE: which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-29 Thread nicholas ferguson
You can always ask me questionlike what am I trying to do.. I didn't understand your response. -Original Message- From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of Stephan Bergmann Sent: Monday, September 29, 2014 3:38 AM To: nicholas ferguson

c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
+ query the XComponentLoader interface + Open a spreadsheet document, with a handle to doc -Original Message- From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Monday, September 29, 2014 8:26 AM To: 'libreoffice' Subject: c++ app samples

c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
+ query for the XComponentLoader interface + Open a spreadsheet document, with a handle to doc -Original Message- From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Monday, September 29, 2014 8:26 AM To: 'libreoffice' Subject: c++ app

RE: c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
On 09/29/2014 02:26 PM, nicholas ferguson wrote: Can anyone send me a sample. sample can be for a linux or windows platform. Stephan replied: ProfUNO/SimpleBootstrap_cpp/ For this example to qualify as a sample for an external C++ console application, I have to build this code

RE: c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
On 09/29/2014 02:26 PM, nicholas ferguson wrote: Can anyone send me a sample. sample can be for a linux or windows platform. Stephan replied: ProfUNO/SimpleBootstrap_cpp/ On 09/29/2014 03:08 PM, nicholas ferguson wrote: then it builds but it crashes at ( it also crashes there...even if I

RE: c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
On 09/29/2014 02:26 PM, nicholas ferguson wrote: Can anyone send me a sample. sample can be for a linux or windows platform. Stephan replied: ProfUNO/SimpleBootstrap_cpp/ On 09/29/2014 03:08 PM, nicholas ferguson wrote: then it builds but it crashes at ( it also crashes there...even if I

C++ code question. Open a s/h document.

2014-09-28 Thread nicholas ferguson
For the code, below, when it calls line numbered “//D”, below…. “ ReferenceXInterface xInterface( xServiceManager-createInstanceWithContext(service, xContext)); “ error msg is –abort() is returned. I see that when interfaces or code is deprecated, its function returns “abort()” . Error

which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-28 Thread nicholas ferguson
My env. Cygwin + Visual Studio. Windows 7 (1)IsA in ErrorInfo comes from a macro in rtti.hxx a. /include/tools/errinfo.hxx i. class ErrorInfo has as member, macro TYPEINFO() to include 5 methods, including IsA

RE: which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-28 Thread nicholas ferguson
Not a library...probably a preprocessor directive? From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Sunday, September 28, 2014 7:19 PM To: 'libreoffice' Subject: which library needs to be linked to, that has implementation code

which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-28 Thread nicholas ferguson
[mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Sunday, September 28, 2014 9:23 PM To: 'libreoffice' Subject: RE: which library needs to be linked to, that has implementation code for ErrorInfo::IsA Not a library...probably a preprocessor directive? From

RE: which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-28 Thread nicholas ferguson
-boun...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Sunday, September 28, 2014 9:23 PM To: 'libreoffice' Subject: RE: which library needs to be linked to, that has implementation code for ErrorInfo::IsA Not a library...probably a preprocessor directive? From: LibreOffice

which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-28 Thread nicholas ferguson
; sal_uIntPtr lUserId = 4; sal_uInt16 nMask = 4; DynamicErrorInfo err(lUserId,nMask); return 0; } // libs itl.lib ( tools ) From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent

Top posting vs posting styles

2014-09-24 Thread nicholas ferguson
posting at businesses ( think office email ) bottom posting is now rarely seen. -Original Message- From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of Norbert Thiebaud Sent: Tuesday, September 23, 2014 7:23 PM To: nicholas ferguson Cc: libreoffice Subject: Re: #4

RE: #4 can someone spot problem with simplebootstrap_cpp.cxx

2014-09-23 Thread nicholas ferguson
I know you mean well. But what is top posting? Even googling doesn't return a definition. -Original Message- From: Norbert Thiebaud [mailto:nthieb...@gmail.com] Sent: Tuesday, September 23, 2014 7:23 PM To: nicholas ferguson Cc: libreoffice Subject: Re: #4 can someone spot problem

RE: #4 can someone spot problem with simplebootstrap_cpp.cxx

2014-09-23 Thread nicholas ferguson
] On Behalf Of Norbert Thiebaud Sent: Tuesday, September 23, 2014 7:23 PM To: nicholas ferguson Cc: libreoffice Subject: Re: #4 can someone spot problem with simplebootstrap_cpp.cxx On Tue, Sep 23, 2014 at 3:25 PM, nicholas ferguson nicholasfergu...@wingarch.com wrote: (2) Just tell someone they need

RE: #4 can someone spot problem with simplebootstrap_cpp.cxx

2014-09-23 Thread nicholas ferguson
of course if you think Michael (or I) does not know what he is talking about, maybe you'll give more weight to a IETF RFC: https://www.ietf.org/rfc/rfc1855.txt So I am getting a vehement response from community regulars as per this Wikipedia warning. So your community of regulars want bottom

RE: #4 can someone spot problem with simplebootstrap_cpp.cxx

2014-09-23 Thread nicholas ferguson
: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Tuesday, September 23, 2014 8:23 PM To: 'Norbert Thiebaud' Cc: 'libreoffice' Subject: RE: #4 can someone spot problem with simplebootstrap_cpp.cxx of course if you think Michael (or I) does not know what he

Simple Visual Studio Project (console application) with example of opening/closing scalc doc and printing out formulas in a worksheet, to stdout?

2014-09-22 Thread nicholas ferguson
Hi Can anyone send me that kind of example? I have libreoffice built in debug mode (--enable-dbgutil), on a windows platform. You copy paste it. If you email it. zip or tar has to be renamed to *.txt Otherwise Norton eats it. ___

can someone spot problem with simplebootstrap_cpp.cxx

2014-09-22 Thread nicholas ferguson
. this file does exist: C:/cygwin64/home/lo/master/instdir/URE/misc/services.rdb Question: Can someone tell me what needs to be corrected? Do I add an env variable? From: nicholas ferguson [mailto:nicholasfergu...@wingarch.com] Sent: Monday, September 22, 2014 8:51 AM

RE: #2 can someone spot problem with simplebootstrap_cpp.cxx

2014-09-22 Thread nicholas ferguson
: nicholas ferguson [mailto:nicholasfergu...@wingarch.com] Sent: Monday, September 22, 2014 3:54 PM To: 'libreoffice' Subject: can someone spot problem with simplebootstrap_cpp.cxx In odk sample file, SimpleBootstrap_cpp.cxx Reference XComponentContext xContext( ::cppu::bootstrap() ); CALLS

RE: #3 can someone spot problem with simplebootstrap_cpp.cxx

2014-09-22 Thread nicholas ferguson
: nicholas ferguson [mailto:nicholasfergu...@wingarch.com] Sent: Monday, September 22, 2014 4:18 PM To: 'libreoffice' Subject: RE: #2 can someone spot problem with simplebootstrap_cpp.cxx I tried the following: I uninstalled LibreOffice in c:\Program Files (x86) Then added this code

RE: #4 can someone spot problem with simplebootstrap_cpp.cxx

2014-09-22 Thread nicholas ferguson
complain again that it needs cppuhellper::ServiceManager::Data? From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Monday, September 22, 2014 4:28 PM To: 'libreoffice' Subject: RE: #3 can someone spot problem with simplebootstrap_cpp.cxx I

RE: #5 can someone spot problem with simplebootstrap_cpp.cxx

2014-09-22 Thread nicholas ferguson
Here's my dev/debug env. First I built a debug version for windows. autogen.input #--enable-symbols #--enable-pch --enable-vlc --enable-odk --enable-orcus --with-ant-home=/opt/apache-ant-1.9.2 --with-junit=/opt/junit/share/java/junit-4.4.jar --with-visual-studio=2010

vs2012-ide-integration

2014-09-18 Thread nicholas ferguson
boost, independently and gave a path to its libs, using the -with-boost-libdir If I send you my notes, could you tweak your vs2012-ide-integration, to a vs2012native-ide-integration ( or any name you choose) so that we could generate those projects? From: nicholas ferguson

vs2012-ide-integration ( with examples)

2014-09-18 Thread nicholas ferguson
Hi, I built in Visual Studio, using native compilers.modules sc and cui and all of their dependencies. This build is separate from libreoffice make files and cygwin. It doesn't require references to make files or cygwin. I used in autogen.input (1)-enable-dbgutil, (2)compiled

vs2012-ide-integration ( with better examples)

2014-09-18 Thread nicholas ferguson
Hi, I built in Visual Studio, using native compilers.modules sc and cui and all of their dependencies. This build is separate from libreoffice make files and cygwin. It doesn't require references to make files or cygwin. I also was able to build a debug mode in cygwin using this in

I am new employee, with VS problem

2014-09-18 Thread nicholas ferguson
I documented what steps I took to build libreoffice on windows https://github.com/nicholasferguson/LibreOffice-Inx-for-VS2010-VS2012-dev-en v ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

RE: vs2012-ide-integration

2014-09-18 Thread nicholas ferguson
I don't understand. -Original Message- From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of Michael Meeks Sent: Thursday, September 18, 2014 4:36 PM To: nicholas ferguson Cc: 'libreoffice'; havlicek.ho...@gmail.com Subject: Re: vs2012-ide-integration Hi

using eclipse c++ with libreoffice on windows

2014-09-17 Thread nicholas ferguson
Hi, Is anyone using eclipse c++ on windows for Libreoffice development? My first attempt, eclipse was overloaded with too many projects and died. Eclipse c++ is used as an IDE for linux development. ___ LibreOffice mailing list

Correction == Building a debug version of calc to be used in Visual Studio 2010

2014-09-17 Thread nicholas ferguson
Goal: Visual Studio 2010, where I can fully debug calc with an ability to compile individual files from library sc, and all of the libraries that are linked to sc. State of affairs: via cygwin64, I can build Libreoffice, in a release mode, with symbols, and open a LibreOffice.sln with 338

RE: enable-dbgutil

2014-09-17 Thread nicholas ferguson
...@redhat.com] Sent: Wednesday, September 17, 2014 7:19 AM To: nicholas ferguson Cc: libreoffice@lists.freedesktop.org Subject: Re: enable-dbgutil Hi nicholas, On Tuesday, 2014-09-16 09:29:01 -0400, nicholas ferguson wrote: I am trying to escape having to untar all of the 3rd parties and see which

RE: enable-dbgutil

2014-09-17 Thread nicholas ferguson
developer, world experts in Linux...not to have me chase their rabbits. nick -Original Message- From: Eike Rathke [mailto:er...@redhat.com] Sent: Wednesday, September 17, 2014 8:04 AM To: nicholas ferguson Cc: libreoffice@lists.freedesktop.org Subject: Re: enable-dbgutil Hi nicholas

RE: enable-dbgutil

2014-09-17 Thread nicholas ferguson
with actual experience can tell me do a,b,c and problem solved. As a redhat developer, you should understand that. -Original Message- From: Noel Grandin [mailto:noelgran...@gmail.com] Sent: Wednesday, September 17, 2014 8:14 AM To: nicholas ferguson Subject: Re: enable-dbgutil We're generally

RE: enable-dbgutil

2014-09-17 Thread nicholas ferguson
8:19 AM To: nicholas ferguson Cc: Eike Rathke; libreoffice Subject: Re: enable-dbgutil On Wed, Sep 17, 2014 at 7:13 AM, nicholas ferguson nicholasfergu...@wingarch.com wrote: You obviously have never built Libreoffice under a window, using --enable-dbgutil. So to tell me to do extra work

RE: enable-dbgutil

2014-09-17 Thread nicholas ferguson
-Original Message- From: Jan Holesovsky [mailto:ke...@collabora.com] Sent: Wednesday, September 17, 2014 8:40 AM To: nicholas ferguson Cc: 'Norbert Thiebaud'; 'Eike Rathke'; 'libreoffice' Subject: Re: enable-dbgutil Hi Nicholas, I suggest we stop with thread and start anew

RE: enable-dbgutil

2014-09-17 Thread nicholas ferguson
Thanks. There is an English language issue. Your points #1 and #2... I don't understand what you are referring to -Original Message- From: Bjoern Michaelsen [mailto:bjoern.michael...@canonical.com] Sent: Wednesday, September 17, 2014 9:00 AM To: nicholas ferguson Cc: 'Norbert Thiebaud

issue with --enable-dbg-util under Windows 7, cygwin64

2014-09-16 Thread nicholas ferguson
Goal: Visual Studio 2010, where I can fully debug calc with an ability to compile individual files from library sc, and all of the libraries that are linked to sc. State of affairs: via cygwin64, I can build Libreoffice, in a release mode, with symbols, and open a LibreOffice.sln with 338

RE: issue with --enable-dbg-util under Windows 7, cygwin64

2014-09-16 Thread nicholas ferguson
Error msg: ExternalPackage_icu.mk:24 ...file icudtd53.dll does not exist in the tarball. Stop And build stops. -Original Message- From: Noel Grandin [mailto:noelgran...@gmail.com] Sent: Tuesday, September 16, 2014 7:49 AM To: nicholas ferguson Cc: libreoffice-dev Subject: Re: issue

RE: issue with --enable-dbg-util under Windows 7, cygwin64

2014-09-16 Thread nicholas ferguson
-Original Message- From: Stephan Bergmann [mailto:sberg...@redhat.com] Sent: Tuesday, September 16, 2014 8:34 AM To: nicholas ferguson; libreoffice@lists.freedesktop.org Subject: Re: issue with --enable-dbg-util under Windows 7, cygwin64 On 09/16/2014 01:41 PM, nicholas ferguson wrote: Goal

Is there a version of Libreoffice where its tar files for 3rd party products include win32 debug libs and dlls?

2014-09-16 Thread nicholas ferguson
: Tuesday, September 16, 2014 8:34 AM To: nicholas ferguson; libreoffice@lists.freedesktop.org Subject: Re: issue with --enable-dbg-util under Windows 7, cygwin64 On 09/16/2014 01:41 PM, nicholas ferguson wrote: Goal: Visual Studio 2010, where I can fully debug calc with an ability to compile

enable-dbgutil

2014-09-16 Thread nicholas ferguson
I am trying to escape having to untar all of the 3rd parties and see which ones are missing win32 debug libs and dlls. On first pass of building Libreoffice with: --enable-dbgutil. build complained that ExternalPackage_icu.mk:24 ...file icudtd53.dll does not exist in the tarball. So

issue with --enable-dbgutil for Visual Studio on Windows 7 ( solution to this mess)

2014-09-16 Thread nicholas ferguson
-Inx-for-VS2010-VS2012-dev-en v Regards Nicholas From: nicholas ferguson [mailto:nicholasfergu...@wingarch.com] Sent: Tuesday, September 16, 2014 9:29 AM To: 'libreoffice@lists.freedesktop.org' Subject: enable-dbgutil I am trying to escape having to untar all of the 3rd parties

issue solved with --enable-dbgutil for Visual Studio on Windows 7 ( solution to this mess)

2014-09-16 Thread nicholas ferguson
/LibreOffice-Inx-for-VS2010-VS2012-dev-en v Regards Nicholas From: nicholas ferguson [mailto:nicholasfergu...@wingarch.com] Sent: Tuesday, September 16, 2014 9:29 AM To: 'libreoffice@lists.freedesktop.org' Subject: enable-dbgutil I am trying to escape having to untar all of the 3rd parties