Home
last modified time | relevance | path

Searched refs:pPageView (Results 26 – 50 of 71) sorted by relevance

123

/trunk/main/sc/source/ui/view/
H A Doutput3.cxx220 SdrPageView* pPageView = pLocalDrawView->GetSdrPageView(); in DrawSelectiveObjects() local
222 if(pPageView) in DrawSelectiveObjects()
224 pPageView->DrawLayer(sal::static_int_cast<SdrLayerID>(nLayer), pDev); in DrawSelectiveObjects()
H A Dtabvwsh2.cxx380 SdrPageView* pPageView = pDrView->GetSdrPageView(); in ExecDraw() local
382 if(pPageView) in ExecDraw()
390 pView->InsertObjectAtView(pObj, *pPageView); in ExecDraw()
H A Dviewfun7.cxx399 SdrPageView* pPageView = pScDrawView->GetSdrPageView(); in PasteGraphic() local
401 if(pPageView) in PasteGraphic()
403 pScDrawView->PickObj(rPos, pScDrawView->getHitTolLog(), pPickObj, pPageView); in PasteGraphic()
H A Dtabvwshb.cxx395 SdrPageView* pPageView = pDrView ? pDrView->GetSdrPageView() : NULL; in ExecDrawIns() local
396 if(pPageView) in ExecDrawIns()
431 pView->InsertObjectAtView(pNewDBField, *pPageView); in ExecDrawIns()
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx269 SdrPageView* pPageView = pView->GetSdrPageView(); in CreateB2dIAObject() local
271 if(pPageView) in CreateB2dIAObject()
273 for(sal_uInt32 b = 0; b < pPageView->PageWindowCount(); b++) in CreateB2dIAObject()
275 const SdrPageWindow& rPageWindow = *pPageView->GetPageWindow(b); in CreateB2dIAObject()
H A Ddrviews2.cxx671 SdrPageView* pPageView = mpDrawView->GetSdrPageView(); in FuTemporary() local
673 …OSL_ENSURE(pPageView, "DrawViewShell::FuTemporary: SID_CONVERT_TO_BITMAP without SdrPageView (!)"); in FuTemporary()
677 rMarkList.TakeBoundRect(pPageView, aAllMarkedRect); in FuTemporary()
689 mpDrawView->MarkObj(pReplacementCandidate, pPageView, true, true); in FuTemporary()
699 mpDrawView->ReplaceObjectAtView(pReplacementCandidate, *pPageView, pGraphicObj); in FuTemporary()
H A Dsdview4.cxx106 SdrPageView* pPageView = pPV; in InsertGraphic() local
107 PickObj(rPos, getHitTolLog(), pPickObj, pPageView); in InsertGraphic()
305 SdrPageView* pPageView = pPV; in InsertMediaURL() local
306 PickObj(rPos, getHitTolLog(), pPickObj, pPageView); in InsertMediaURL()
H A Dsdview2.cxx596 SdrPageView* pPageView = NULL; in AcceptDrop() local
599 const sal_Bool bHasPickObj = PickObj( aPos, getHitTolLog(), pPickObj, pPageView ); in AcceptDrop()
782 SdrPageView* pPageView = NULL; in ExecuteDrop() local
784 if( PickObj( aPos, getHitTolLog(), pPickObj, pPageView ) ) in ExecuteDrop()
H A DOutliner.cxx789 SdrPageView* pPageView = mpView->GetSdrPageView(); in DetectChange() local
790 if (pPageView != NULL) in DetectChange()
791 mpView->UnmarkAllObj (pPageView); in DetectChange()
/trunk/main/svx/inc/svx/
H A Dsvdmrkv.hxx277 …tFromMarkedObjects(SdrPageView* pPageView, Rectangle& rRect) const { return GetMarkedObjectList().… in GetBoundRectFromMarkedObjects() argument
278 …tFromMarkedObjects(SdrPageView* pPageView, Rectangle& rRect) const { return GetMarkedObjectList().… in GetSnapRectFromMarkedObjects() argument
H A Dunopage.hxx86 …:uno::Reference< ::com::sun::star::drawing::XShapes >& aShapes, SdrPageView* pPageView ) throw ();
87 …ar::uno::Reference< ::com::sun::star::drawing::XShape >& xShape, SdrPageView* pPageView ) throw();
H A Dsvdmark.hxx359 sal_Bool TakeBoundRect(SdrPageView* pPageView, Rectangle& rRect) const;
360 sal_Bool TakeSnapRect(SdrPageView* pPageView, Rectangle& rRect) const;
H A Dsvdundo.hxx276 SdrPageView* pPageView; // Selektion widerherstellen zu koennen member in SdrUndoObjList
285 void SetView(SdrView* pView1, SdrPageView* pPageView1) { pView=pView1; pPageView=pPageView1; } in SetView()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx228 SdrPageView* pPageView = pView->GetSdrPageView(); in CreateB2dIAObject() local
230 if(pPageView) in CreateB2dIAObject()
232 for(sal_uInt32 b = 0; b < pPageView->PageWindowCount(); b++) in CreateB2dIAObject()
235 const SdrPageWindow& rPageWindow = *pPageView->GetPageWindow(b); in CreateB2dIAObject()
/trunk/main/svx/source/svdraw/
H A Dsvdmrkv.cxx1399 SdrPageView* pPageView = GetSdrPageView(); in MarkNextObj() local
1401 if(!pPageView) in MarkNextObj()
1419 SdrObjList* pSearchObjList=pPageView->GetObjList(); in MarkNextObj()
1428 if (IsObjMarkable(pSearchObj,pPageView)) in MarkNextObj()
1448 MarkObj(pMarkObj,pPageView); // ruft auch MarkListHasChanged(), AdjustMarkHdl() in MarkNextObj()
1874 aHitRec.pPageView=pPV; in PickObj()
2184 SdrPageView* pPageView = GetSdrPageView(); in SetDesignMode() local
2185 if ( pPageView ) in SetDesignMode()
2186 pPageView->SetDesignMode( _bOn ); in SetDesignMode()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx1225 SdrPageView* pPageView = m_pView->GetSdrPageView(); in implCreateFieldControl() local
1226 if( pPageView && !pOutDev ) in implCreateFieldControl()
1231 for( sal_uInt32 i = 0L; i < pPageView->PageWindowCount(); i++ ) in implCreateFieldControl()
1233 const SdrPageWindow& rPageWindow = *pPageView->GetPageWindow(i); in implCreateFieldControl()
1378 SdrPageView* pPageView = m_pView->GetSdrPageView(); in implCreateXFormsControl() local
1379 if( pPageView && !pOutDev ) in implCreateXFormsControl()
1384 for( sal_uInt32 i = 0L; i < pPageView->PageWindowCount(); i++ ) in implCreateXFormsControl()
1386 const SdrPageWindow& rPageWindow = *pPageView->GetPageWindow(i); in implCreateXFormsControl()
H A DfmPropBrw.cxx555 SdrPageView* pPageView = _pFormShell->GetFormView()->GetSdrPageView(); in impl_createPropertyBrowser_throw() local
557 if(pPageView) in impl_createPropertyBrowser_throw()
559 SdrPageWindow* pPageWindow = pPageView->GetPageWindow(0L); in impl_createPropertyBrowser_throw()
H A Dfmshell.cxx1445 SdrPageView* pPageView = _rView.GetSdrPageView(); in GetFormControl() local
1446 SdrPage* pPage = pPageView ? pPageView->GetPage() : NULL; in GetFormControl()
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel.cxx405 SdrPageView* pPageView = ( pView ? pView->GetSdrPageView() : NULL ); in MouseButtonUp() local
406 SdrPage* pPage = ( pPageView ? pPageView->GetPage() : NULL ); in MouseButtonUp()
/trunk/main/chart2/source/controller/drawinglayer/
H A DViewElementListProvider.cxx185 SdrPageView* pPageView = pView->ShowSdrPage(pPage); in GetSymbolGraphic() local
189 pView->MarkObj(pObj,pPageView); in GetSymbolGraphic()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx339 SdrPageView* pPageView = mpView->GetSdrPageView(); in ImpInsertPolygons() local
386 if ( pPageView ) in ImpInsertPolygons()
436 mpView->InsertObjectAtView( pObjGroup, *pPageView, SDRINSERT_SETDEFLAYER ); in ImpInsertPolygons()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx302 SdrPageView* pPageView = pView->GetSdrPageView(); in CreateB2dIAObject() local
304 if(pPageView) in CreateB2dIAObject()
306 for(sal_uInt32 b(0L); b < pPageView->PageWindowCount(); b++) in CreateB2dIAObject()
308 const SdrPageWindow& rPageWindow = *pPageView->GetPageWindow(b); in CreateB2dIAObject()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx1595 SdrPageView* pPageView = mpView->ShowSdrPage( GetPage() ); in combine() local
1597 _SelectObjectsInView( xShapes, pPageView ); in combine()
1628 SdrPageView* pPageView = mpView->ShowSdrPage( GetPage() ); in split() local
1629 _SelectObjectInView( xGroup, pPageView ); in split()
1648 SdrPageView* pPageView = mpView->ShowSdrPage( GetPage() ); in bind() local
1650 _SelectObjectsInView( xShapes, pPageView ); in bind()
1681 SdrPageView* pPageView = mpView->ShowSdrPage( GetPage() ); in unbind() local
1682 _SelectObjectInView( xShape, pPageView ); in unbind()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx278 SvxFmDrawPage( pPage ), pPageView(0) in SwFmDrawPage()
302 if(!pPageView) in GetPageView()
303 pPageView = mpView->ShowSdrPage( mpPage ); in GetPageView()
304 return pPageView; in GetPageView()
309 if(pPageView && mpView) in RemovePageView()
311 pPageView = 0; in RemovePageView()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx1295 SdrPageView* pPageView( NULL ); in impl_adjustControlVisibilityToLayerVisibility_throw() local
1296 if ( !impl_getPageView_nothrow( pPageView ) ) in impl_adjustControlVisibilityToLayerVisibility_throw()
1303 SdrPageViewAccess aPVAccess( *pPageView ); in impl_adjustControlVisibilityToLayerVisibility_throw()

Completed in 150 milliseconds

123