Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrpage.cxx230 SdrPageView* pSdrPageView = GetObjectContact().TryToGetSdrPageView(); in isPrimitiveVisible() local
232 if(!pSdrPageView) in isPrimitiveVisible()
237 if(!pSdrPageView->GetView().IsPageVisible()) in isPrimitiveVisible()
301 SdrPageView* pSdrPageView = GetObjectContact().TryToGetSdrPageView(); in isPrimitiveVisible() local
303 if(!pSdrPageView) in isPrimitiveVisible()
308 if(!pSdrPageView->GetView().IsPageVisible()) in isPrimitiveVisible()
352 SdrPageView* pSdrPageView = GetObjectContact().TryToGetSdrPageView(); in isPrimitiveVisible() local
354 if(!pSdrPageView) in isPrimitiveVisible()
359 const SdrView& rView = pSdrPageView->GetView(); in isPrimitiveVisible()
393 SdrPageView* pSdrPageView = GetObjectContact().TryToGetSdrPageView(); in isPrimitiveVisible() local
[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()
/AOO41X/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()
/AOO41X/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()
339 case PRINTABLE: return pSdrPageView->IsLayerPrintable(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()
[all …]
H A Dunomodel.cxx1566 SdrPageView* pSdrPageView; member in ImplRenderPaintProc
1588 pSdrPageView ( pView ), in ImplRenderPaintProc()
1858 if( pSdrPageView ) in IsVisible()
1864 bVisible = pSdrPageView->IsLayerVisible( aLayerName ); in IsVisible()
1873 if( pSdrPageView ) in IsPrintable()
1879 bPrintable = pSdrPageView->IsLayerPrintable( aLayerName ); in IsPrintable()
/AOO41X/main/sw/source/core/view/
H A Dviewimp.cxx69 if ( !pSdrPageView ) in Init()
78 pSdrPageView = pDrawView->ShowSdrPage( pRoot->GetDrawPage()); in Init()
81 pIDDMA->NotifyInvisibleLayers( *pSdrPageView ); in Init()
121 pSdrPageView( 0 ), in SwViewImp()
/AOO41X/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()