Lines Matching refs:m_pView

88 ,m_pView(NULL)  in DBG_NAME()
133 ::std::auto_ptr<OSectionView> aTemp( m_pView); in ~OReportSection()
134 if ( m_pView ) in ~OReportSection()
135 m_pView->EndListening( *m_pModel ); in ~OReportSection()
136 m_pView = NULL; in ~OReportSection()
145 if ( m_pView && m_nPaintEntranceCount == 0) in Paint()
149 SdrPageView* pPgView = m_pView->GetSdrPageView(); in Paint()
172 m_pView->CompleteRedraw(this,aPaintRectRegion); in Paint()
195 m_pView = new OSectionView( m_pModel.get(), this, m_pParent->getViewsWindow()->getView() ); in fill()
202 m_pView->ShowSdrPage( m_pPage ); in fill()
204 m_pView->SetMoveSnapOnlyTopLeft( sal_True ); in fill()
211 m_pView->SetGridCoarse(aGridSizeCoarse); in fill()
212 m_pView->SetGridFine(aGridSizeFine); in fill()
217 m_pView->SetSnapGridWidth(aX, aY); in fill()
219 m_pView->SetGridSnap( pDesignView->isGridSnap() ); in fill()
220 m_pView->SetGridFront( sal_False ); in fill()
221 m_pView->SetDragStripes( sal_True ); in fill()
222 m_pView->SetPageVisible(); in fill()
226 m_pView->SetApplicationDocumentColor(nColor); in fill()
237 m_pView->SetDesignMode( sal_True ); in fill()
239 m_pView->StartListening( *m_pModel ); in fill()
243m_pView->SetWorkArea( Rectangle( Point( nLeftMargin, 0), Size(aPageSize.Width() - nLeftMargin - nR… in fill()
254 m_pView->BrkAction(); in Paste()
257 m_pView->UnmarkAll(); in Paste()
291 bOverlapping = isOver(aRet,*m_pPage,*m_pView,true,pNeuObj) != NULL; in Paste()
299 m_pView->AddUndo( m_pView->GetModel()->GetSdrUndoFactory().CreateUndoNewObject( *pNeuObj ) ); in Paste()
300 m_pView->MarkObj( pNeuObj, m_pView->GetSdrPageView() ); in Paste()
319 if( !m_pView->AreObjectsMarked() ) in Delete()
322 m_pView->BrkAction(); in Delete()
323 m_pView->DeleteMarked(); in Delete()
352 if( !m_pView->AreObjectsMarked() || !m_xSection.is() ) in Copy()
359 const SdrMarkList& rMarkedList = m_pView->GetMarkedObjectList(); in Copy()
365 SdrUndoFactory& rUndo = m_pView->GetModel()->GetSdrUndoFactory(); in Copy()
380 m_pView->AddUndo( rUndo.CreateUndoDeleteObject( *pSdrObject ) ); in Copy()
405 …m_pParent->getViewsWindow()->getView()->setMarked(m_pView,sal_True); // mark the section in which … in MouseButtonDown()
426 m_pView->SetGridVisible( _bVisible ); in SetGridVisible()
431 if ( m_pView ) in SelectAll()
434 m_pView->MarkAllObj(); in SelectAll()
437 m_pView->UnmarkAll(); in SelectAll()
443 m_pView->MarkObj( pObjIter, m_pView->GetSdrPageView() ); in SelectAll()
499 m_pView->EndAction(); in Command()
526 m_pView->SetApplicationDocumentColor(nColor); in _propertyChanged()
550m_pView->SetWorkArea( Rectangle( Point( nLeftMargin, 0), Size(aPageSize.Width() - nLeftMargin - nR… in _propertyChanged()
631 SdrObject* pObj = m_pView->GetCreateObj();//rMarkList.GetMark(0)->GetObj(); in createDefault()
704 if ( m_pView ) in getCurrentControlModel()
706 const SdrMarkList& rMarkList = m_pView->GetMarkedObjectList(); in getCurrentControlModel()
722 if ( m_pView ) in fillControlModelSelection()
724 const SdrMarkList& rMarkList = m_pView->GetMarkedObjectList(); in fillControlModelSelection()
805 m_pParent->getViewsWindow()->unmarkAllObjects(m_pView); in ExecuteDrop()
811 m_pParent->getViewsWindow()->getView()->setMarked(m_pView,sal_True); in ExecuteDrop()
812 m_pView->UnmarkAll(); in ExecuteDrop()
813 const Rectangle& rRect = m_pView->GetWorkArea(); in ExecuteDrop()