Lines Matching refs:pView

109 	if (pView->IsOrtho() != bOrtho)  in DoModifiers()
110 pView->SetOrtho(bOrtho); in DoModifiers()
111 if (pView->IsAngleSnapEnabled() != bAngleSnap) in DoModifiers()
112 pView->SetAngleSnapEnabled(bAngleSnap); in DoModifiers()
121 if (pView->IsCreate1stPointAsCenter() != bCenter) in DoModifiers()
122 pView->SetCreate1stPointAsCenter(bCenter); in DoModifiers()
123 if (pView->IsResizeAtCenter() != bCenter) in DoModifiers()
124 pView->SetResizeAtCenter(bCenter); in DoModifiers()
135 if (pView->IsOrtho()) in ResetModifiers()
136 pView->SetOrtho(sal_False); in ResetModifiers()
137 if (pView->IsAngleSnapEnabled()) in ResetModifiers()
138 pView->SetAngleSnapEnabled(sal_False); in ResetModifiers()
140 if (pView->IsGridSnap() != bGridOpt) in ResetModifiers()
141 pView->SetGridSnap(bGridOpt); in ResetModifiers()
142 if (pView->IsSnapEnabled() != bGridOpt) in ResetModifiers()
143 pView->SetSnapEnabled(bGridOpt); in ResetModifiers()
145 if (pView->IsCreate1stPointAsCenter()) in ResetModifiers()
146 pView->SetCreate1stPointAsCenter(sal_False); in ResetModifiers()
147 if (pView->IsResizeAtCenter()) in ResetModifiers()
148 pView->SetResizeAtCenter(sal_False); in ResetModifiers()
176 if (pView->IsAction()) in MouseMove()
274 pView->UnmarkAll(); in KeyInput()
278 else if ( pView->AreObjectsMarked() ) in KeyInput()
281 SdrHdlList& rHdlList = const_cast< SdrHdlList& >( pView->GetHdlList() ); in KeyInput()
285 pView->UnmarkAll(); in KeyInput()
288 if (!pView->AreObjectsMarked()) in KeyInput()
296 pView->DeleteMarked(); in KeyInput()
306 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in KeyInput()
307 if( !pView->IsTextEdit() && 1 == rMarkList.GetMarkCount() ) in KeyInput()
332 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in KeyInput()
333 if( !pView->IsTextEdit() && 1 == rMarkList.GetMarkCount() ) in KeyInput()
348 if(pView->AreObjectsMarked()) in KeyInput()
355 if(!pView->MarkNextObj( !aCode.IsShift() )) in KeyInput()
358 if ( pView->GetMarkableObjCount() > 1 && pView->HasMarkableObj() ) in KeyInput()
362 pView->UnmarkAllObj(); in KeyInput()
363 pView->MarkNextObj(!aCode.IsShift()); in KeyInput()
368 if(pView->AreObjectsMarked()) in KeyInput()
369 pView->MakeVisible(pView->GetAllMarkedRect(), *pWindow); in KeyInput()
378 const SdrHdlList& rHdlList = pView->GetHdlList(); in KeyInput()
390 pView->MakeVisible(aVisRect, *pWindow); in KeyInput()
405 if(pView->AreObjectsMarked()) in KeyInput()
412 pView->UnmarkAllObj(); in KeyInput()
413 pView->MarkNextObj(sal_False); in KeyInput()
416 if(pView->AreObjectsMarked()) in KeyInput()
417 pView->MakeVisible(pView->GetAllMarkedRect(), *pWindow); in KeyInput()
430 if(pView->AreObjectsMarked()) in KeyInput()
437 pView->UnmarkAllObj(); in KeyInput()
438 pView->MarkNextObj(sal_True); in KeyInput()
441 if(pView->AreObjectsMarked()) in KeyInput()
442 pView->MakeVisible(pView->GetAllMarkedRect(), *pWindow); in KeyInput()
458 if(pView->AreObjectsMarked()) in KeyInput()
461 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in KeyInput()
527 const SdrHdlList& rHdlList = pView->GetHdlList(); in KeyInput()
533 if(pView->IsMoveAllowed()) in KeyInput()
536 const Rectangle& rWorkArea = pView->GetWorkArea(); in KeyInput()
540 Rectangle aMarkRect(pView->GetMarkedObjRect()); in KeyInput()
568 pView->MoveAllMarked(Size(nX, nY)); in KeyInput()
571 pView->MakeVisible(pView->GetAllMarkedRect(), *pWindow); in KeyInput()
584 const SdrDragStat& rDragStat = pView->GetDragStat(); in KeyInput()
587 pView->BegDragObj(aStartPoint, 0, pHdl, 0); in KeyInput()
589 if(pView->IsDragObj()) in KeyInput()
592 sal_Bool bWasSnapEnabled = pView->IsSnapEnabled(); in KeyInput()
598 pView->SetSnapEnabled(sal_False); in KeyInput()
600 pView->MovAction(aEndPoint); in KeyInput()
601 pView->EndDragObj(); in KeyInput()
607 pView->SetSnapEnabled(bWasSnapEnabled); in KeyInput()
612 pView->MakeVisible(aVisRect, *pWindow); in KeyInput()
627 if(pView->AreObjectsMarked()) in KeyInput()
629 const SdrHdlList& rHdlList = pView->GetHdlList(); in KeyInput()
640 if(pView->IsPointMarked(pHdl)) in KeyInput()
644 pView->UnmarkPoint(*pHdl); in KeyInput()
651 pView->UnmarkAllPoints(); in KeyInput()
654 pView->MarkPoint(*pHdl); in KeyInput()
698 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in KeyInput()
699 …if( !pView->IsTextEdit() && 1 == rMarkList.GetMarkCount() && EditEngine::IsSimpleCharInput(rKEvt) ) in KeyInput()
715 const SdrHdlList& rHdlList = pView->GetHdlList(); in SelectionHasChanged()
769 sal_Bool lcl_UrlHit( SdrView* pView, const Point& rPosPixel, Window* pWindow ) in lcl_UrlHit() argument
773 SdrHitKind eHit = pView->PickAnything( aMEvt, SDRMOUSEBUTTONDOWN, aVEvt ); in lcl_UrlHit()
790 if ( !pView->IsAction() ) in ForcePointer()
795 SdrHdl* pHdl = pView->PickHandle(aPnt); in ForcePointer()
800 if ( pView->PickObj(aPnt, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER) ) in ForcePointer()
805 if ( pView->PickObj(aMDPos, pView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEEP ) ) in ForcePointer()
811 if ( pView->IsTextEdit() ) in ForcePointer()
818 pView->GetPreferedPointer( aPnt, pWindow ) ); in ForcePointer()
820 else if ( pView->IsMarkedHit(aPnt) ) in ForcePointer()
825 && lcl_UrlHit( pView, aPosPixel, pWindow ) ) in ForcePointer()
830 else if ( !bAlt && pView->PickObj(aPnt, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMACRO) ) in ForcePointer()
854 const SdrMarkList& rNoteMarkList = pView->GetMarkedObjectList(); in IsSizingOrMovingNote()
862 pView->PickHandle( aMPos ) || // handles to resize the note in IsSizingOrMovingNote()
863 pView->IsTextEditFrameHit( aMPos ); // frame for moving the note in IsSizingOrMovingNote()