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

INTEGRATION: CWS aw024 (1.20.186); FILE MERGED

2006/09/22 00:47:12 aw 1.20.186.7: RESYNC: (1.23-1.24); FILE MERGED
2006/09/08 19:29:34 aw 1.20.186.6: RESYNC: (1.22-1.23); FILE MERGED
2006/08/14 17:35:40 aw 1.20.186.5: #i68597# prepare SW for fully buffered Overlay
2006/08/03 16:53:54 aw 1.20.186.4: RESYNC: (1.21-1.22); FILE MERGED
2005/09/17 18:24:36 aw 1.20.186.3: RESYNC: (1.20-1.21); FILE MERGED
2005/05/26 11:30:35 aw 1.20.186.2: #i39531#
2005/05/19 12:15:14 aw 1.20.186.1: #i39529#
üst 97347b5e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dview.cxx,v $ * $RCSfile: dview.cxx,v $
* *
* $Revision: 1.24 $ * $Revision: 1.25 $
* *
* last change: $Author: obo $ $Date: 2006-09-16 21:03:48 $ * last change: $Author: ihi $ $Date: 2006-11-14 15:09:09 $
* *
* 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.
...@@ -82,9 +82,9 @@ ...@@ -82,9 +82,9 @@
using namespace com::sun::star; using namespace com::sun::star;
// OD 18.06.2003 #108784# // OD 18.06.2003 #108784#
#ifndef _SVDVMARK_HXX //autogen //#ifndef _SVDVMARK_HXX //autogen
#include <svx/svdvmark.hxx> //#include <svx/svdvmark.hxx>
#endif //#endif
#include <vector> #include <vector>
// --> OD 2004-06-24 #i28701# // --> OD 2004-06-24 #i28701#
#ifndef _SORTEDOBJS_HXX #ifndef _SORTEDOBJS_HXX
...@@ -159,6 +159,9 @@ SwDrawView::SwDrawView( SwViewImp &rI, SdrModel *pMd, OutputDevice *pOutDev) : ...@@ -159,6 +159,9 @@ SwDrawView::SwDrawView( SwViewImp &rI, SdrModel *pMd, OutputDevice *pOutDev) :
SetHitTolerancePixel( GetMarkHdlSizePixel()/2 ); SetHitTolerancePixel( GetMarkHdlSizePixel()/2 );
SetPrintPreview( rI.GetShell()->IsPreView() ); SetPrintPreview( rI.GetShell()->IsPreView() );
// #i68597# allow sw to use fully buffered overlay from Drawinglayer
SetBufferedOverlayAllowed(true);
} }
/************************************************************************* /*************************************************************************
...@@ -819,7 +822,7 @@ void SwDrawView::ShowDragAnchor() ...@@ -819,7 +822,7 @@ void SwDrawView::ShowDragAnchor()
{ {
CalcAnchor(); CalcAnchor();
pHdl->SetPos(aAnchorPoint); pHdl->SetPos(aAnchorPoint);
RefreshAllIAOManagers(); //OLMRefreshAllIAOManagers();
} }
} }
...@@ -948,7 +951,7 @@ void SwDrawView::CheckPossibilities() ...@@ -948,7 +951,7 @@ void SwDrawView::CheckPossibilities()
*/ */
void SwDrawView::ReplaceMarkedDrawVirtObjs( SdrMarkView& _rMarkView ) void SwDrawView::ReplaceMarkedDrawVirtObjs( SdrMarkView& _rMarkView )
{ {
SdrPageView* pDrawPageView = _rMarkView.GetPageViewPgNum(0); SdrPageView* pDrawPageView = _rMarkView.GetSdrPageView();
const SdrMarkList& rMarkList = _rMarkView.GetMarkedObjectList(); const SdrMarkList& rMarkList = _rMarkView.GetMarkedObjectList();
if( rMarkList.GetMarkCount() ) if( rMarkList.GetMarkCount() )
......
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