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 'Rt

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 d

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 [mailto:libreoffice-boun...@lists.fr

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 s

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] O

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 for

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

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 > This does work.

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. ___ LibreOff

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 [nicholas ferguson] 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)

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.free

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

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 Lib

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 http://lists.freedesktop.org/mailman/listin

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-

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

2014-10-20 Thread nicholas ferguson
-boun...@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

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 [mailto:libreoffice-boun...@list

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 t

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 --enable-asse

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 ev

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 Li

RE: Anti-Virus vendors & warnings

2014-10-02 Thread nicholas ferguson
oing something like this: http://stackoverflow.com/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

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

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 fergus

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 me

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 into

RE: Anti-Virus vendors & warnings

2014-10-01 Thread nicholas ferguson
; with debuginfo is 30Gb small - 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

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

2014-09-30 Thread nicholas ferguson
ember 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 wrote: > Wow. So I did a forensic on the env. And I discovered tha

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 Li

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

2014-09-30 Thread nicholas ferguson
Behalf 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 h

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'; l

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

2014-09-30 Thread nicholas ferguson
- From: 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 wr

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

2014-09-30 Thread nicholas ferguson
ilto:michael.me...@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 d

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

2014-09-30 Thread nicholas ferguson
t On 30/09/14 19:57, 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 e

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

2014-09-30 Thread nicholas ferguson
54 PM 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 bootst

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 fu

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 debug

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

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 (

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 (

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

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

2014-09-29 Thread nicholas ferguson
rvice + 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' S

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

2014-09-29 Thread nicholas ferguson
rvice + 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:

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 fer

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 win

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: Sunday, Sept

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

2014-09-28 Thread nicholas ferguson
...@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

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

2014-09-28 Thread nicholas ferguson
...@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 [mai

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 implementatio

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

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…. “ Reference 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 code also

Top posting vs posting styles

2014-09-24 Thread nicholas ferguson
of widespread use of top 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

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 (o

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
op.org] 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 wrote: > (2) Just tell someone they need to make

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 pr

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 #-disable-cve-

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.cx

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

2014-09-22 Thread nicholas ferguson
From: 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:\

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

2014-09-22 Thread nicholas ferguson
db" From: 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 > xC

can someone spot problem with simplebootstrap_cpp.cxx

2014-09-22 Thread nicholas ferguson
;cannot open C:/cygwin64/home/lo/master/instdir/URE/misc/services.rdb" 1. 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:nicholas

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. ___ L

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-

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 http://lists.freedesktop.org/mailman/listinfo

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 autogen.in

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 boost

vs2012-ide-integration

2014-09-18 Thread nicholas ferguson
piled 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: ni

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

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 t

RE: enable-dbgutil

2014-09-17 Thread nicholas ferguson
esday, September 17, 2014 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 wrote: > You obviously have never built Libreoffice under a window, using > --enable-dbgutil. So to tell me to do extra wor

RE: enable-dbgutil

2014-09-17 Thread nicholas ferguson
wer me. Expert 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-dbgu

RE: enable-dbgutil

2014-09-17 Thread nicholas ferguson
edhat 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
...@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 >

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 pro

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 LibreOffice@list

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

2014-09-16 Thread nicholas ferguson
feature: --enable-dbgutil I will post instructions at https://github.com/nicholasferguson/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.freedes

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

2014-09-16 Thread nicholas ferguson
le-dbgutil I will post instructions at https://github.com/nicholasferguson/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

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

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 c

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

2014-09-16 Thread nicholas ferguson
v110 is vs 2012 -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 ferguso

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

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 pro