Kaydet (Commit) 6539dff2 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS aw024 (1.3.94); FILE MERGED

2006/09/22 02:05:07 aw 1.3.94.7: RESYNC: (1.7-1.9); FILE MERGED
2006/09/08 20:44:24 aw 1.3.94.6: RESYNC: (1.6-1.7); FILE MERGED
2006/08/03 17:05:33 aw 1.3.94.5: RESYNC: (1.5-1.6); FILE MERGED
2005/11/18 15:41:35 aw 1.3.94.4: RESYNC: (1.4-1.5); FILE MERGED
2005/09/17 21:07:27 aw 1.3.94.3: RESYNC: (1.3-1.4); FILE MERGED
2005/05/26 11:30:38 aw 1.3.94.2: #i39531#
2005/05/19 12:15:21 aw 1.3.94.1: #i39529#
üst a8caa173
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: SwSpellDialogChildWindow.cxx,v $ * $RCSfile: SwSpellDialogChildWindow.cxx,v $
* *
* $Revision: 1.9 $ * $Revision: 1.10 $
* *
* last change: $Author: obo $ $Date: 2006-09-16 22:48:03 $ * last change: $Author: ihi $ $Date: 2006-11-14 15:15:33 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -205,7 +205,7 @@ void lcl_LeaveDrawText(SwWrtShell& rSh) ...@@ -205,7 +205,7 @@ void lcl_LeaveDrawText(SwWrtShell& rSh)
{ {
if(rSh.GetDrawView()) if(rSh.GetDrawView())
{ {
rSh.GetDrawView()->EndTextEdit( TRUE ); rSh.GetDrawView()->SdrEndTextEdit( TRUE );
Point aPt(LONG_MIN, LONG_MIN); Point aPt(LONG_MIN, LONG_MIN);
//go out of the frame //go out of the frame
rSh.SelectObj(aPt, SW_LEAVE_FRAME); rSh.SelectObj(aPt, SW_LEAVE_FRAME);
...@@ -835,12 +835,12 @@ bool SwSpellDialogChildWindow::FindNextDrawTextError_Impl(SwWrtShell& rSh) ...@@ -835,12 +835,12 @@ bool SwSpellDialogChildWindow::FindNextDrawTextError_Impl(SwWrtShell& rSh)
{ {
//now the current one has to be deselected //now the current one has to be deselected
if(pCurrentTextObj) if(pCurrentTextObj)
pDrView->EndTextEdit( TRUE ); pDrView->SdrEndTextEdit( TRUE );
//and the found one should be activated //and the found one should be activated
rSh.MakeVisible(pTextObj->GetLogicRect()); rSh.MakeVisible(pTextObj->GetLogicRect());
Point aTmp( 0,0 ); Point aTmp( 0,0 );
rSh.SelectObj( aTmp, 0, pTextObj ); rSh.SelectObj( aTmp, 0, pTextObj );
SdrPageView* pPV = pDrView->GetPageViewPvNum(0); SdrPageView* pPV = pDrView->GetSdrPageView();
rView.BeginTextEdit( pTextObj, pPV, &rView.GetEditWin(), FALSE ); rView.BeginTextEdit( pTextObj, pPV, &rView.GetEditWin(), FALSE );
rView.AttrChangedNotify(&rSh); rView.AttrChangedNotify(&rSh);
bNextDoc = true; bNextDoc = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment