To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67073


User tl changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|tl                        |hdu
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Jul 17 05:25:56 -0700 
2006 -------
TL->HDU:

When Editing the stack looks like this:
        vcl680mi.dll!OutputDevice::DrawTextArray(const Point & rStartPt={...}, 
const
String & rStr={...}, const long * pDXAry=0x0fe9c838, unsigned short nIndex=0,
unsigned short nLen=8)  Line 5719       C++
        svx680mi.dll!SvxFont::
        QuickDrawText()  Line 571       
        svx680mi.dll!ImpEditEngine::Paint(OutputDevice * pOutDev=0x0be03668, 
Rectangle
aClipRec={...}, Point aStartPos={...}, unsigned char bStripOnly=0, short
nOrientation=0)  Line 3287      C++
        svx680mi.dll!ImpEditEngine::Paint(ImpEditView * pView=0x11302980, const
Rectangle & rRec={...}, unsigned char bUseVirtDev=0)  Line 3666 C++
        svx680mi.dll!EditView::Paint(const Rectangle & rRect={...})  Line 280   
C++
        svx680mi.dll!OutlinerView::Paint()  Line 106 + 0xb      
        svx680mi.dll!SdrObjEditView::ImpPaintOutlinerView()  Line 371   

When not editing it is like this:
        vcl680mi.dll!OutputDevice::DrawTextArray(const Point & rStartPt={...}, 
const
String & rStr={...}, const long * pDXAry=0x0fe76d64, unsigned short nIndex=0,
unsigned short nLen=8)  Line 5719       C++
        svx680mi.dll!SvxFont::QuickDrawText()  Line 571 
        svx680mi.dll!ImpEditEngine::Paint(OutputDevice * pOutDev=0x112bbbb4, 
Rectangle
aClipRec={...}, Point aStartPos={...}, unsigned char bStripOnly=0, short
nOrientation=0)  Line 3287      C++
        svx680mi.dll!EditEngine::Draw(OutputDevice * pOutDev=0x112bbbb4, const
Rectangle & rOutRect={...}, const Point & rStartDocPos={...}, unsigned char
bClip=0)  Line 387      C++
        svx680mi.dll!EditEngine::Draw(OutputDevice * pOutDev=0x112bbbb4, const
Rectangle & rOutRect={...}, const Point & rStartDocPos={...})  Line 306 C++
        svx680mi.dll!EditEngine::Draw(OutputDevice * pOutDev=0x112bbbb4, const
Rectangle & rOutRect={...})  Line 282   C++
        svx680mi.dll!SdrTextObj::DoPaintObject()  Line 1423     

The values for
  mnDPIX                96
  mnDPIY                96
  maScaleX      1 / 1
  maScaleY      1 / 1
  maFont.maSize 0, 847
are the same for both cases.

The difference is that one call uses a window and the second call a virtual 
device.
Debugging 
  OutputDevice::DrawTextArray(const Point & rStartPt={...}, const String &
rStr={...}, const long * pDXAry=0x0fe9c838, unsigned short nIndex=0, unsigned
short nLen=8)  Line 5719        C++

it shows that pDXAry has different values (not always but most often) which I
was told should not have happened. 

Please take over. Thanks!


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to