INTEGRATION: CWS aw053 (1.34.100); FILE MERGED

2007/11/01 18:21:44 aw 1.34.100.2: RESYNC: (1.34-1.35); FILE MERGED
2007/09/14 10:58:24 aw 1.34.100.1: #i80528# Removal of draft paint modes
This commit is contained in:
Ivo Hinkelmann 2007-11-26 13:37:39 +00:00
parent 6ea737a63f
commit c989bbb6f0

View file

@ -4,9 +4,9 @@
*
* $RCSfile: frmview.cxx,v $
*
* $Revision: 1.35 $
* $Revision: 1.36 $
*
* last change: $Author: vg $ $Date: 2007-08-28 13:39:32 $
* last change: $Author: ihi $ $Date: 2007-11-26 14:37:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -221,10 +221,6 @@ FrameView::FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView /* = NULK *
// SetMasterPagePaintCaching( pFrameView->IsMasterPagePaintCaching() );
SetDesignMode( pFrameView->IsDesignMode() );
SetLineDraft( pFrameView->IsLineDraft() );
SetFillDraft( pFrameView->IsFillDraft() );
SetTextDraft( pFrameView->IsTextDraft() );
SetGrafDraft( pFrameView->IsGrafDraft() );
SetSolidMarkHdl( pFrameView->IsSolidMarkHdl() );
SetSolidDragging( pFrameView->IsSolidDragging() );
@ -394,10 +390,6 @@ void FrameView::Update(SdOptions* pOptions)
// SetMasterPagePaintCaching( pOptions->IsMasterPagePaintCaching() );
GetModel()->SetPickThroughTransparentTextFrames( pOptions->IsPickThrough() );
SetLineDraft( pOptions->IsHairlineMode() );
SetFillDraft( pOptions->IsOutlineMode() );
SetTextDraft( pOptions->IsNoText() );
SetGrafDraft( pOptions->IsExternGraphic() );
SetSolidMarkHdl( pOptions->IsSolidMarkHdl() );
SetSolidDragging( pOptions->IsSolidDragging() );