Home
last modified time | relevance | path

Searched refs:pPV (Results 51 – 75 of 110) sorted by relevance

12345

/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/sd/source/ui/view/
H A Dsdview2.cxx500 SdrPageView* pPV = GetSdrPageView(); in AcceptDrop() local
510 if( mbIsDropAllowed && !pPV->IsLayerLocked( aLayerName ) && pPV->IsLayerVisible( aLayerName ) ) in AcceptDrop()
680 SdrPageView* pPV = GetSdrPageView(); in ExecuteDrop() local
692 if( !pPV->IsLayerLocked( aActiveLayer ) ) in ExecuteDrop()
H A Ddrviews4.cxx581 SdrPageView* pPV; in Command() local
597 if ( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in Command()
600 ShowSnapLineContextMenu(*pPV, nHelpLine, rCEvt.GetMousePosPixel()); in Command()
604 else if( mpDrawView->PickGluePoint( aMPos, pObj, nPickId, pPV ) && in Command()
H A Dviewoverlaymanager.cxx343 SdrPageView* pPV = mrView.GetSdrPageView(); in MouseButtonDown() local
344 mrView.UnmarkAllObj(pPV ); in MouseButtonDown()
345 mrView.MarkObj(mxPlaceholderObj.get(), pPV, sal_False); in MouseButtonDown()
H A Ddrviews9.cxx193 SdrPageView* pPV = mpDrawView->GetSdrPageView(); in SO2_DECL_REF() local
194 mpDrawView->ReplaceObjectAtView(pGrafObj, *pPV, pNewGrafObj); in SO2_DECL_REF()
205 SdrPageView* pPV = mpDrawView->GetSdrPageView(); in SO2_DECL_REF() local
206 mpDrawView->InsertObjectAtView(pGrafObj, *pPV, SDRINSERT_SETDEFLAYER); in SO2_DECL_REF()
H A Ddrviews5.cxx527 SdrPageView* pPV = mpDrawView->GetSdrPageView(); in GetOptimalSizePixel() local
528 if (pPV) in GetOptimalSizePixel()
530 SdPage* pPage = (SdPage*) pPV->GetPage(); in GetOptimalSizePixel()
H A DOutliner.cxx1372 SdrPageView* pPV = mpView->GetSdrPageView(); in EnterEditMode() local
1386 mpView->UnmarkAllObj (pPV); in EnterEditMode()
1387 mpView->MarkObj (mpTextObj, pPV); in EnterEditMode()
1393 …mpView->SdrBeginTextEdit(mpTextObj, pPV, mpWindow, sal_True, this, pOutlinerView, sal_True, sal_Tr… in EnterEditMode()
/trunk/main/svx/inc/svx/
H A Dsvdhdl.hxx163 SdrPageView* pPV; // Gehoert das Handle zu einem Objekt in einer bestimmten PageView? member in SdrHdl
214 SdrPageView* GetPageView() const { return pPV; } in GetPageView()
215 void SetPageView(SdrPageView* pNewPV) { pPV=pNewPV; } in SetPageView()
H A Dsvddrag.hxx107 void SetPageView(SdrPageView* pPV) { pPageView=pPV; } in SetPageView() argument
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx1403 SdrPageView* pPV = pDrawView->/*GetPageViewPvNum*/GetSdrPageView(/*0*/); in RequestingChilds() local
1404 if( pPV ) in RequestingChilds()
2726 SdrPageView* pPV = pDrawView->GetSdrPageView/*GetPageViewPvNum*/(/*0*/); in KeyInput() local
2727 if( pPV ) in KeyInput()
2730 pDrawView->MarkObj( pObject, pPV, bUnMark); in KeyInput()
2769 SdrPageView* pPV = pDrawView->GetSdrPageView/*GetPageViewPvNum*/(/*0*/); in KeyInput() local
2770 if (pPV) in KeyInput()
2772 pDrawView->MarkObj(pTemp, pPV, sal_True); in KeyInput()
3443 SdrPageView* pPV = pDrawView->GetSdrPageView(); in GotoContent() local
3444 if( pPV ) in GotoContent()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfuconrec.cxx131 SdrPageView *pPV = mpView->GetSdrPageView(); in DoExecute() local
133 mpView->InsertObjectAtView(pNewCircle, *pPV, SDRINSERT_SETDEFLAYER | SDRINSERT_SETDEFATTR); in DoExecute()
149 SdrPageView *pPV = mpView->GetSdrPageView(); in DoExecute() local
151 mpView->InsertObjectAtView(pNewRect, *pPV, SDRINSERT_SETDEFLAYER | SDRINSERT_SETDEFATTR); in DoExecute()
H A Dfuconarc.cxx112 SdrPageView *pPV = mpView->GetSdrPageView(); in DoExecute() local
114 mpView->InsertObjectAtView(pNewCircle, *pPV, SDRINSERT_SETDEFLAYER); in DoExecute()
H A Dfupoor.cxx1119 SdrPageView* pPV = mpView->GetSdrPageView(); in RequestHelp() local
1121 if (pPV) in RequestHelp()
1123 SdPage* pPage = (SdPage*) pPV->GetPage(); in RequestHelp()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx125 SdrPageView* pPV = pSdrView->GetSdrPageView(); in RequestHelp() local
126 SwDPage* pPage = pPV ? ((SwDPage*)pPV->GetPage()) : 0; in RequestHelp()
/trunk/main/svx/source/form/
H A Dfmview.cxx335 SdrPageView* pPV = E3dView::ShowSdrPage(pPage); in ShowSdrPage() local
342 ActivateControls(pPV); in ShowSdrPage()
365 return pPV; in ShowSdrPage()
H A Dfmpage.cxx216 SdrPageView* pPV = NULL; in RequestHelp() local
217 if ( !pView->PickObj( aPos, 0, pObj, pPV, SDRSEARCH_DEEP ) ) in RequestHelp()
/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/sw/source/ui/lingu/
H A Dsdrhhcwrap.cxx165 SdrPageView* pPV = pSdrView->GetSdrPageView(); in ConvertNextDocument() local
173 …pSdrView->SdrBeginTextEdit(pTextObj, pPV, &pView->GetEditWin(), sal_False, this, pOutlView, sal_Tr… in ConvertNextDocument()
/trunk/main/sw/source/ui/ribbar/
H A Dconrect.cxx134 SdrPageView* pPV = pSdrView->GetSdrPageView(); in MouseButtonUp() local
135 m_pView->BeginTextEdit( pObj, pPV, m_pWin, sal_True ); in MouseButtonUp()
/trunk/main/basctl/source/dlged/
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/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx551 SdrPageView* pPV = NULL; in getGroupPosition() local
556 pPV = pSdView->GetSdrPageView(); in getGroupPosition()
565 if ( pObj && pPV && pSdView && pSdView->IsObjMarkable( pObj, pPV ) ) in getGroupPosition()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1137 SdrPageView* pPV; in IsObjSelectable() local
1141 … bRet = 0 != pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMARKABLE ); in IsObjSelectable()
1159 SdrPageView* pPV; in ShouldObjectBeSelected() local
1163 bRet = pDrawView->PickObj(rPt, pDrawView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMARKABLE); in ShouldObjectBeSelected()
1318 SdrPageView* pPV = Imp()->GetDrawView()->GetSdrPageView(); in GetBestObject() local
1320 MarkableObjectsOnly aDefaultFilter( pPV ); in GetBestObject()
1346 const SdrObject* pStartObj = pPV ? pPV->GetAktGroup() : 0; in GetBestObject()
/trunk/main/svx/source/engine3d/
H A Ddragmt3d.cxx276 SdrPageView* pPV = getSdrDragView().GetSdrPageView(); in CreateOverlayGeometry() local
278 if(pPV && pPV->HasMarkedObjPageView()) in CreateOverlayGeometry()
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx270 SdrPageView* pPV = mpSdrView->GetSdrPageView(); in insertSelectedFontwork() local
278 else if( pPV ) in insertSelectedFontwork()
280 mpSdrView->InsertObjectAtView( pNewObject, *pPV ); in insertSelectedFontwork()
/trunk/main/svx/source/accessibility/
H A DGraphCtlAccessibleContext.cxx726 SdrPageView* pPV = mpView->GetSdrPageView(); in deselectAccessibleChild() local
727 mpView->UnmarkAllObj( pPV ); in deselectAccessibleChild()
734 mpView->MarkObj( aRefList.GetMark(nMark)->GetMarkedSdrObj(), pPV ); in deselectAccessibleChild()

Completed in 147 milliseconds

12345