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


User ab changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|ab                        |mt
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue May 23 05:53:37 -0700 
2006 -------
I could reproduce this on a m167 pro, but I needed a lot of tries.

Stack:
>       svt680mi.dll!TextEngine::RecalcTextPortion(unsigned long nPara=1, 
> unsigned
short nStartPos=65535, short nNewChars=2)  Line 2013 + 0x1f     C++
        svt680mi.dll!TextEngine::CreateLines(unsigned long nPara=1)  Line 2379  
C++
        svt680mi.dll!TextEngine::FormatDoc()  Line 1716 + 0x8   C++
        svt680mi.dll!TextEngine::FormatAndUpdate(TextView * 
pCurView=0x07645a48) 
Line 1615       C++
        svt680mi.dll!TextView::KeyInput(const KeyEvent & rKeyEvent={...})  Line 
814     C++
        basctl680mi.dll!EditorWindow::KeyInput(const KeyEvent & rKEvt={...})  
Line 479  C++
        vcl680mi.dll!ImplHandleKey(Window * pWindow=0x076470e0, unsigned short
nSVEvent=4, unsigned short nKeyCode=1, unsigned short nCharCode=127, unsigned
short nRepeat=0, unsigned char bForward='')  Line 1195 C++
        vcl680mi.dll!ImplWindowFrameProc(void * pInst=0x076470e0, SalFrame *
pFrame=0x07647390, unsigned short nEvent=5, const void * pEvent=0x00eafb18) 
Line 2404 + 0x1e        C++
        vcl680mi.dll!SalFrame::CallCallback(unsigned short nEvent=5, const void 
*
pEvent=0x00eafb18)  Line 302 + 0x16     C++
        vcl680mi.dll!ImplHandleKeyMsg(HWND__ * hWnd=0x00290796, unsigned int 
nMsg=256,
unsigned int wParam=8, long lParam=65534, long & rResult=0)  Line 3812  C++
        vcl680mi.dll!SalFrameWndProc(HWND__ * hWnd=0x00290796, unsigned int 
nMsg=256,
unsigned int wParam=8, long lParam=917505, int & rDef=1)  Line 5904 + 0x17      
C++

Crash happens here:

                // Oder wenn ganz vorne ( StartPos 0 ) und dann ein Tab

                if ( ( pNode->GetCharAttribs().HasBoundingAttrib( nStartPos ) ) 
||
                         ( nStartPos && ( pNode->GetText().GetChar( nStartPos - 
1 ) == '\t' ) ) ||
==>              ( ( !nStartPos && ( nNewChars < pNode->GetText().Len() ) &&
pNode->GetText().GetChar( nNewChars ) == '\t' ) ) )
                {
                        USHORT nNewPortionPos = 0;


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