Re: About tdf#75171 (Was: Re: Tutorial for debugging LO with Visual Studio)

2015-08-09 Thread Regina Henschel
Hi Takeshi Abe, Takeshi Abe schrieb: Hi Regina, I found the commit 4f294a90877d2f91bb88c7d6cd5b74e8e546a025 is the origin of the difference, which makes SmParser::Parse() avoid wrapping a node of type NTEXT within another node of type NEXPRESSION in simple cases. It affects SmTextNode::CreateTe

About tdf#75171 (Was: Re: Tutorial for debugging LO with Visual Studio)

2015-08-09 Thread Takeshi Abe
Hi Regina, I found the commit 4f294a90877d2f91bb88c7d6cd5b74e8e546a025 is the origin of the difference, which makes SmParser::Parse() avoid wrapping a node of type NTEXT within another node of type NEXPRESSION in simple cases. It affects SmTextNode::CreateTextFromNode() checking whether each of id

Re: Tutorial for debugging LO with Visual Studio

2015-08-03 Thread Takeshi Abe
Hi Regina, On Thu, 30 Jul 2015 23:24:43 +0200, Regina Henschel wrote: > I want to look why the MathML import has become so bad in LO (tdf#75171). I am also curious about tdf#75171. It is SmTextNode::CreateTextFromNode() that contains the code putting strange "italic" on single-letter identifiers

Re: Tutorial for debugging LO with Visual Studio

2015-08-01 Thread Takeshi Abe
Hi Regina, On Sat, 01 Aug 2015 19:24:16 +0200, Regina Henschel wrote: > Unfortunately the problem is deeper. There should not be any quotes, because > the > element from MathML should be mapped to a variable in starmath, but > actually it is mapped to a text. Removing the italic style cured on

Re: Tutorial for debugging LO with Visual Studio

2015-08-01 Thread Regina Henschel
Hi Takeshi Abe, Takeshi Abe schrieb: Hi Regina, On Thu, 30 Jul 2015 23:24:43 +0200, Regina Henschel wrote: I want to look why the MathML import has become so bad in LO (tdf#75171). I am also curious about tdf#75171. It is SmTextNode::CreateTextFromNode() that contains the code putting stra

Re: Tutorial for debugging LO with Visual Studio

2015-07-31 Thread Christian Lohmaier
Hi Regina, *, On Fri, Jul 31, 2015 at 3:48 PM, Regina Henschel wrote: > Hi Ashod, > > Ashod Nakashian schrieb: >> >> > does there exists a written step-by-step tutorial, how to debug LO >> using Visual Studio, which is suitable for beginners? >> >> 1) Build with --enable-dbgutil --enable-debug o

Re: Tutorial for debugging LO with Visual Studio

2015-07-31 Thread Regina Henschel
Hi Ashod, Ashod Nakashian schrieb: > does there exists a written step-by-step tutorial, how to debug LO using Visual Studio, which is suitable for beginners? 1) Build with --enable-dbgutil --enable-debug on Windows. it seems, that I need to make a new build first, before I can test the rest

Re: Tutorial for debugging LO with Visual Studio

2015-07-30 Thread Ashod Nakashian
> does there exists a written step-by-step tutorial, how to debug LO using Visual Studio, which is suitable for beginners? 1) Build with --enable-dbgutil --enable-debug on Windows. 2) Run the application in question from instdir/program. 3) Run VS and from Debug menu, click Attach to Process... 4)

Tutorial for debugging LO with Visual Studio

2015-07-30 Thread Regina Henschel
Hi all, does there exists a written step-by-step tutorial, how to debug LO using Visual Studio, which is suitable for beginners? Or can someone guide me? I have never used Visual Studio up to now. I want to look why the MathML import has become so bad in LO (tdf#75171). Kind regards Regina _