Home
last modified time | relevance | path

Searched refs:pSdrPageView (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrpage.cxx232 if(!pSdrPageView) in isPrimitiveVisible()
237 if(!pSdrPageView->GetView().IsPageVisible()) in isPrimitiveVisible()
303 if(!pSdrPageView) in isPrimitiveVisible()
308 if(!pSdrPageView->GetView().IsPageVisible()) in isPrimitiveVisible()
354 if(!pSdrPageView) in isPrimitiveVisible()
395 if(!pSdrPageView) in isPrimitiveVisible()
400 if(!pSdrPageView->GetView().IsBordVisible()) in isPrimitiveVisible()
494 if(!pSdrPageView) in isPrimitiveVisible()
499 const SdrView& rView = pSdrPageView->GetView(); in isPrimitiveVisible()
580 if(!pSdrPageView) in isPrimitiveVisible()
[all …]
H A Dviewobjectcontactofsdrobj.cxx87 const SdrPageView* pSdrPageView = GetObjectContact().TryToGetSdrPageView(); in isPrimitiveVisible() local
89 if(pSdrPageView) in isPrimitiveVisible()
91 const SdrView& rSdrView = pSdrPageView->GetView(); in isPrimitiveVisible()
H A Dviewobjectcontactofunocontrol.cxx1874 const SdrPageView* pSdrPageView = GetObjectContact().TryToGetSdrPageView(); in ActionChanged() local
1876 if(pSdrPageView) in ActionChanged()
1879 …const bool bIsLayerVisible( rObject.IsVisible() && pSdrPageView->GetVisibleLayers().IsSet(rObject.… in ActionChanged()
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx220 SdrPageView* pSdrPageView = this->GetSdrPageView(); in GetPageView() local
221 return pSdrPageView; in GetPageView()
239 SdrPageView* pSdrPageView = this->GetPageView(); in getHitObject() local
240 …::PickObj(rPnt, lcl_getHitTolerance( this->GetFirstOutputDevice() ), pRet, pSdrPageView, nOptions); in getHitObject()
358 SdrPageView* pSdrPageView = this->GetPageView(); in getNamedSdrObject() local
359 if( pSdrPageView ) in getNamedSdrObject()
361 return DrawModelWrapper::getNamedSdrObject( rName, pSdrPageView->GetObjList() ); in getNamedSdrObject()
386 SdrPageView* pSdrPageView = this->GetPageView(); in Notify() local
387 if( pSdrHint && pSdrPageView ) in Notify()
389 if( pSdrPageView->GetPage() != pSdrHint->GetPage() ) in Notify()
/trunk/main/sd/source/ui/unoidl/
H A Dunolayer.cxx329 SdrPageView* pSdrPageView = NULL; in get() local
331 pSdrPageView = pView->GetSdrPageView(); in get()
333 if(pSdrPageView) in get()
338 case VISIBLE: return pSdrPageView->IsLayerVisible(aLayerName); in get()
340 case LOCKED: return pSdrPageView->IsLayerLocked(aLayerName); in get()
368 SdrPageView* pSdrPageView = NULL; in set() local
370 pSdrPageView = pView->GetSdrPageView(); in set()
372 if(pSdrPageView) in set()
377 case VISIBLE: pSdrPageView->SetLayerVisible(aLayerName,flag); in set()
379 case PRINTABLE: pSdrPageView->SetLayerPrintable(aLayerName,flag); in set()
[all …]
H A Dunomodel.cxx1536 SdrPageView* pSdrPageView; member in ImplRenderPaintProc
1558 pSdrPageView ( pView ), in ImplRenderPaintProc()
1828 if( pSdrPageView ) in IsVisible()
1834 bVisible = pSdrPageView->IsLayerVisible( aLayerName ); in IsVisible()
1843 if( pSdrPageView ) in IsPrintable()
1849 bPrintable = pSdrPageView->IsLayerPrintable( aLayerName ); in IsPrintable()
/trunk/main/sw/source/core/view/
H A Dviewimp.cxx64 if ( !pSdrPageView ) in Init()
73 pSdrPageView = pDrawView->ShowSdrPage( pRoot->GetDrawPage()); in Init()
76 pIDDMA->NotifyInvisibleLayers( *pSdrPageView ); in Init()
114 pSdrPageView( 0 ), in SwViewImp()
/trunk/main/sw/source/core/inc/
H A Dviewimp.hxx79 SdrPageView *pSdrPageView; //Genau eine Seite fuer unsere DrawView member in SwViewImp
206 SdrPageView*GetPageView() { return pSdrPageView; } in GetPageView()
207 const SdrPageView*GetPageView() const { return pSdrPageView; } in GetPageView()

Completed in 67 milliseconds