Home
last modified time | relevance | path

Searched refs:pPV (Results 1 – 25 of 110) sorted by path

12345

/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx505 SdrPageView* pPV; in MouseButtonDown() local
519 if( pView->PickObj( aMDPos, nHitLog, pObj, pPV ) ) in MouseButtonDown()
H A Ddlgedview.cxx197 …bjectHit(const Point& rPnt, sal_uInt16 nTol, SdrObject* pObj, SdrPageView* pPV, sal_uLong nOptions… in CheckSingleSdrObjectHit() argument
200 … SdrObject* pRetval = SdrView::CheckSingleSdrObjectHit(rPnt, nTol, pObj, pPV, nOptions, pMVisLay); in CheckSingleSdrObjectHit()
/trunk/main/basctl/source/inc/
H A Ddlgedview.hxx53 …bjectHit(const Point& rPnt, sal_uInt16 nTol, SdrObject* pObj, SdrPageView* pPV, sal_uLong nOptions…
/trunk/main/chart2/source/controller/main/
H A DDragMethod_PieSegment.cxx149 SdrPageView* pPV = m_rDrawViewWrapper.GetPageView(); in createSdrDragEntries() local
151 if( pObj && pPV ) in createSdrDragEntries()
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx229 SdrPageView* pPV = m_rView.GetSdrPageView(); in MouseButtonDown() local
234 m_rView.MarkObj(aVEvt.pRootObj, pPV); in MouseButtonDown()
473 SdrPageView* pPV = m_rView.GetSdrPageView(); in deactivateOle() local
474 m_rView.MarkObj(pObj, pPV); in deactivateOle()
791 SdrPageView* pPV = m_rView.GetSdrPageView(); in MouseButtonUp() local
794 m_rView.MarkObj(aVEvt.pRootObj, pPV); in MouseButtonUp()
/trunk/main/sc/source/ui/app/
H A Ddrwtrans.cxx698 SdrPageView* pPV = pDragSourceView->GetSdrPageView(); in SetDragSourceObj() local
699 pDragSourceView->MarkObj(pObj, pPV); in SetDragSourceObj()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh.cxx238 SdrPageView* pPV = 0; in ExecDrawAttr() local
240 …PixelToLogic( pViewData->GetMousePosPixel() ), pView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEEP ) ) in ExecDrawAttr()
H A Ddrawsh2.cxx318 SdrPageView* pPV = pDrView->GetSdrPageView(); in GetDrawAttrState() local
319 if ( pPV ) in GetDrawAttrState()
336 pPV->LogicToPagePos(aRect); in GetDrawAttrState()
348 pPV->LogicToPagePos(aRect); in GetDrawAttrState()
356 pPV->LogicToPagePos(aPos); in GetDrawAttrState()
H A Dfudraw.cxx797 SdrPageView* pPV; in ForcePointer() local
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()
830 else if ( !bAlt && pView->PickObj(aPnt, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMACRO) ) in ForcePointer()
H A Dfuins1.cxx200 SdrPageView* pPV = pView->GetSdrPageView(); in lcl_InsertGraphic() local
201 SdrPage* pPage = pPV->GetPage(); in lcl_InsertGraphic()
224 pView->InsertObjectAtView( pObj, *pPV, nInsOptions ); in lcl_InsertGraphic()
239 SdrPageView* pPV = pView->GetSdrPageView(); in lcl_InsertMedia() local
240 SdrPage* pPage = pPV->GetPage(); in lcl_InsertMedia()
263 pView->InsertObjectAtView( pObj, *pPV, bApi ? SDRINSERT_DONTMARK : 0 ); in lcl_InsertMedia()
H A Dfuins2.cxx387 SdrPageView* pPV = pView->GetSdrPageView(); in FuInsertOLE() local
388 pView->InsertObjectAtView(pObj, *pPV); in FuInsertOLE()
667 SdrPageView* pPV = pView->GetSdrPageView(); in FuInsertChart() local
676 SdrPage* pInsPage = pPV->GetPage(); in FuInsertChart()
679 pView->MarkObj( pObj, pPV ); in FuInsertChart()
765 pPV = pView->GetSdrPageView(); in FuInsertChart()
768 OSL_ASSERT( pPV ); in FuInsertChart()
769 SdrPage * pPage( pPV->GetPage()); in FuInsertChart()
H A Dfupoor.cxx317 SdrPageView* pPV = pView->GetSdrPageView(); in IsDetectiveHit() local
318 if (!pPV) in IsDetectiveHit()
322 SdrObjListIter aIter( *pPV->GetObjList(), IM_FLAT ); in IsDetectiveHit()
330 if(SdrObjectPrimitiveHit(*pObject, rLogicPos, nHitLog, *pPV, 0, false)) in IsDetectiveHit()
H A Dfusel.cxx133 SdrPageView* pPV; in MouseButtonDown() local
171 if ( !bAlt && pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMACRO) ) in MouseButtonDown()
173 pView->BegMacroObj(aMDPos, pObj, pPV, pWindow); in MouseButtonDown()
179 … if ( !bAlt && pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER)) in MouseButtonDown()
200 … if ( pView->PickObj(aMDPos, pView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEEP ) ) in MouseButtonDown()
H A Dfusel2.cxx62 sal_Bool FuSelection::TestDetective( SdrPageView* pPV, const Point& rPos ) in TestDetective() argument
64 if (!pPV) in TestDetective()
68 SdrObjListIter aIter( *pPV->GetObjList(), IM_FLAT ); in TestDetective()
76 if (SdrObjectPrimitiveHit(*pObject, rPos, nHitLog, *pPV, 0, false)) in TestDetective()
H A Dfutext.cxx192 SdrPageView* pPV; in MouseButtonDown() local
198 pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKTEXTEDIT) ) in MouseButtonDown()
214 if ( pView->SdrBeginTextEdit(pObj, pPV, pWindow, sal_True, pO) ) in MouseButtonDown()
255 if (bMacro && pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMACRO) ) in MouseButtonDown()
258 pView->BegMacroObj(aMDPos,pObj,pPV,pWindow); in MouseButtonDown()
766 SdrPageView* pPV = pView->GetSdrPageView(); in SetInEditMode() local
786 if ( pView->SdrBeginTextEdit(pObj, pPV, pWindow, sal_True, pO) ) in SetInEditMode()
/trunk/main/sc/source/ui/inc/
H A Ddrawview.hxx80 SdrPageView* pPV = 0L,
H A Dfusel.hxx68 sal_Bool TestDetective( SdrPageView* pPV, const Point& rPos ); // -> fusel2
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1297 SdrPageView* pPV = aEditView.GetSdrPageView(); in lcl_DoDragObject() local
1298 aEditView.MarkObj(pObject, pPV); in lcl_DoDragObject()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx829 SdrPageView* pPV = pDrawView->GetSdrPageView(); in select() local
830 if ( pPV && pObj->GetPage() == pPV->GetPage() ) in select()
832 pDrawView->MarkObj( pObj, pPV ); in select()
843 SdrPageView* pPV = NULL; in select() local
865 if (!pPV) // erstes Objekt in select()
868 pPV = pDrawView->GetSdrPageView(); in select()
870 if ( pPV && pObj->GetPage() == pPV->GetPage() ) in select()
872 if (pDrawView->IsObjMarkable( pObj, pPV )) in select()
873 pDrawView->MarkObj( pObj, pPV ); in select()
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx593 SdrPageView* pPV, in SdrBeginTextEdit() argument
603 pObj, pPV, pWinL, bIsNewObj, in SdrBeginTextEdit()
769 SdrPageView* pPV = GetSdrPageView(); in SelectCurrentViewObject() local
771 MarkObj( pFound, pPV, bUnMark); in SelectCurrentViewObject()
829 SdrPageView* pPV = GetSdrPageView(); in SelectObject() local
830 MarkObj( pFound, pPV ); in SelectObject()
H A Dgridwin.cxx351 void lcl_UnLockComment( ScDrawView* pView, SdrPageView* pPV, SdrModel* pDrDoc, const Point& rPos, S… in lcl_UnLockComment() argument
353 if (!pView && !pPV && !pDrDoc && !pViewData) in lcl_UnLockComment()
5784 SdrPageView* pPV = pViewData->GetView()->GetScDrawView()->GetSdrPageView(); in getOverlayManager() local
5786 if(pPV) in getOverlayManager()
5788 SdrPageWindow* pPageWin = pPV->FindPageWindow( *this ); in getOverlayManager()
H A Dgridwin3.cxx234 SdrPageView* pPV = pDrView->GetSdrPageView(); in DrawSdrGrid() local
235 DBG_ASSERT(pPV, "keine PageView"); in DrawSdrGrid()
236 if (pPV) in DrawSdrGrid()
240 pPV->DrawPageViewGrid( *pContentDev, rDrawingRect ); in DrawSdrGrid()
364 SdrPageView* pPV = pDrView->GetSdrPageView(); in UpdateStatusPosSize() local
365 if (!pPV) in UpdateStatusPosSize()
382 pPV->LogicToPagePos(aRect); in UpdateStatusPosSize()
394 pPV->LogicToPagePos(aRect); in UpdateStatusPosSize()
402 pPV->LogicToPagePos(aPos); in UpdateStatusPosSize()
H A Dgridwin5.cxx332 SdrPageView* pPV = 0; in RequestHelp() local
334 if ( pDrView->PickObj(aMDPos, pDrView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER) ) in RequestHelp()
339 if ( pDrView->PickObj(aMDPos, pDrView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEEP ) ) in RequestHelp()
396 SdrPageView* pPV = pDrView->GetSdrPageView(); in RequestHelp() local
397 DBG_ASSERT( pPV, "SdrPageView* ist NULL" ); in RequestHelp()
398 if (pPV) in RequestHelp()
399 bDone = ((ScDrawPage*)pPV->GetPage())->RequestHelp( this, pDrView, rHEvt ); in RequestHelp()
H A Dviewfun7.cxx364 SdrPageView* pPV = pDrView->GetSdrPageView(); in PasteObject() local
365 pDrView->InsertObjectSafe( pSdrObj, *pPV ); // nicht markieren wenn Ole in PasteObject()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1034 SdrPageView* pPV; in InsertBookmarkAsObject() local
1066 pPV = pBMView->ShowSdrPage(pBMView->GetModel()->GetMasterPage(pPage->GetPageNum())); in InsertBookmarkAsObject()
1070 pPV = pBMView->GetSdrPageView(); in InsertBookmarkAsObject()
1071 if( !pPV || (pPV->GetPage() != pPage)) in InsertBookmarkAsObject()
1072 pPV = pBMView->ShowSdrPage(pPage); in InsertBookmarkAsObject()
1075 pBMView->MarkObj(pObj, pPV, sal_False); in InsertBookmarkAsObject()
1098 SdrPageView* pPV = pViewSh->GetView()->GetSdrPageView(); in InsertBookmarkAsObject() local
1100 if (pPV) in InsertBookmarkAsObject()
1102 pPage = pPV->GetPage(); in InsertBookmarkAsObject()

Completed in 123 milliseconds

12345