Lines Matching refs:pCandidate
235 SdrPageWindow* pCandidate = FindPageWindow(rPaintWindow); in RemovePaintWindowFromPageView() local
237 if(pCandidate) in RemovePaintWindowFromPageView()
239 pCandidate = RemovePageWindow(*pCandidate); in RemovePaintWindowFromPageView()
241 if(pCandidate) in RemovePaintWindowFromPageView()
243 delete pCandidate; in RemovePaintWindowFromPageView()
251 const SdrPageWindow* pCandidate = FindPatchedPageWindow( _rDevice ); in GetControlContainer() local
253 if ( pCandidate ) in GetControlContainer()
254 xReturn = pCandidate->GetControlContainer( true ); in GetControlContainer()
330 SdrPageWindow* pCandidate = GetPageWindow(a); in PrePaint() local
332 if(pCandidate) in PrePaint()
334 pCandidate->PrePaint(); in PrePaint()
345 SdrPageWindow* pCandidate = GetPageWindow(a); in PostPaint() local
347 if(pCandidate) in PostPaint()
349 pCandidate->PostPaint(); in PostPaint()
765 SdrObject* pCandidate = pObjList->GetObj(a); in IsObjMarkable() local
768 if(IsObjMarkable(pCandidate)) in IsObjMarkable()
811 SdrPaintWindow* pCandidate = GetView().GetPaintWindow(a); in ImpInvalidateHelpLineArea() local
813 if(pCandidate->OutputToWindow()) in ImpInvalidateHelpLineArea()
815 OutputDevice& rOutDev = pCandidate->GetOutputDevice(); in ImpInvalidateHelpLineArea()