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

INTEGRATION: CWS aw024 (1.3.196); FILE MERGED

2006/09/22 02:19:08 aw 1.3.196.6: RESYNC: (1.6-1.7); FILE MERGED
2006/09/08 20:51:31 aw 1.3.196.5: RESYNC: (1.5-1.6); FILE MERGED
2005/11/18 15:55:06 aw 1.3.196.4: RESYNC: (1.4-1.5); FILE MERGED
2005/09/17 22:32:12 aw 1.3.196.3: RESYNC: (1.3-1.4); FILE MERGED
2005/05/26 11:30:39 aw 1.3.196.2: #i39531#
2005/05/19 12:15:24 aw 1.3.196.1: #i39529#
üst f2b85632
......@@ -4,9 +4,9 @@
*
* $RCSfile: sdrhhcwrap.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: obo $ $Date: 2006-09-16 23:05:40 $
* last change: $Author: ihi $ $Date: 2006-11-14 15:17:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -170,7 +170,7 @@ SdrHHCWrapper::~SdrHHCWrapper()
{
SdrView *pSdrView = pView->GetWrtShell().GetDrawView();
ASSERT( pSdrView, "SdrHHCWrapper without DrawView?" );
pSdrView->EndTextEdit( sal_True );
pSdrView->SdrEndTextEdit( sal_True );
SetUpdateMode(sal_False);
pOutlView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) );
// SetPaperSize( Size(1, 1) );
......@@ -196,7 +196,7 @@ sal_Bool SdrHHCWrapper::ConvertNextDocument()
{
SdrView *pSdrView = pView->GetWrtShell().GetDrawView();
ASSERT( pSdrView, "SdrHHCWrapper without DrawView?" );
pSdrView->EndTextEdit( sal_True );
pSdrView->SdrEndTextEdit( sal_True );
SetUpdateMode(sal_False);
pOutlView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) );
SetPaperSize( Size(1, 1) );
......@@ -268,15 +268,15 @@ sal_Bool SdrHHCWrapper::ConvertNextDocument()
{
SdrView *pSdrView = pView->GetWrtShell().GetDrawView();
ASSERT( pSdrView, "SdrHHCWrapper without DrawView?" );
SdrPageView* pPV = pSdrView->GetPageViewPvNum(0);
SdrPageView* pPV = pSdrView->GetSdrPageView();
nDocIndex = n;
bNextDoc = sal_True;
pOutlView->SetOutputArea( Rectangle( Point(), Size(1,1)));
SetPaperSize( pTextObj->GetLogicRect().GetSize() );
SetUpdateMode(sal_True);
pView->GetWrtShell().MakeVisible(pTextObj->GetLogicRect());
pSdrView->BegTextEdit( pTextObj, pPV, &pView->GetEditWin(),
sal_False, this, pOutlView, sal_True, sal_True);
pSdrView->SdrBeginTextEdit(pTextObj, pPV, &pView->GetEditWin(), sal_False, this, pOutlView, sal_True, sal_True);
}
else
SetUpdateMode(sal_False);
......
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