Home
last modified time | relevance | path

Searched refs:pCandidate (Results 26 – 50 of 56) sorted by relevance

123

/trunk/main/svx/source/sdr/contact/
H A Dobjectcontact.cxx67 ViewObjectContact* pCandidate = aLocalVOCList.back(); in ~ObjectContact() local
69 DBG_ASSERT(pCandidate, "Corrupted ViewObjectContactList (!)"); in ~ObjectContact()
74 delete pCandidate; in ~ObjectContact()
H A Dobjectcontactofpageview.cxx112 ViewObjectContact* pCandidate = getViewObjectContact(a); in Timeout() local
113 pCandidate->triggerLazyInvalidate(); in Timeout()
/trunk/main/svgio/source/svguno/
H A Dxsvgparser.cxx154 SvgNode* pCandidate = rResults[a]; in getDecomposition() local
156 if(Display_none != pCandidate->getDisplay()) in getDecomposition()
158 pCandidate->decomposeSvgNode(aRetval, false); in getDecomposition()
/trunk/main/svgio/source/svgreader/
H A Dsvgnode.cxx562 SvgNode* pCandidate = rChildren[a]; in decomposeSvgNode() local
564 if(pCandidate && Display_none != pCandidate->getDisplay()) in decomposeSvgNode()
568 pCandidate->decomposeSvgNode(aNewTarget, bReferenced); in decomposeSvgNode()
H A Dsvgdocument.cxx45 SvgNode* pCandidate = maNodes[maNodes.size() - 1]; in ~SvgDocument() local
46 delete pCandidate; in ~SvgDocument()
H A Dsvgcharacternode.cxx531 const drawinglayer::primitive2d::TextSimplePortionPrimitive2D* pCandidate = in decomposeTextWithStyle() local
534 if(pCandidate) in decomposeTextWithStyle()
536 … const localTextBreakupHelper alocalTextBreakupHelper(*pCandidate, rSvgTextPosition); in decomposeTextWithStyle()
/trunk/main/drawinglayer/source/primitive3d/
H A Dbaseprimitive3d.cxx126 const BasePrimitive3D* pCandidate(dynamic_cast< BasePrimitive3D* >(rCandidate.get())); in getB3DRangeFromPrimitive3DReference() local
128 if(pCandidate) in getB3DRangeFromPrimitive3DReference()
131 aRetval.expand(pCandidate->getB3DRange(aViewInformation)); in getB3DRangeFromPrimitive3DReference()
/trunk/main/drawinglayer/source/primitive2d/
H A Dbaseprimitive2d.cxx147 const BasePrimitive2D* pCandidate(dynamic_cast< BasePrimitive2D* >(rCandidate.get())); in getB2DRangeFromPrimitive2DReference() local
149 if(pCandidate) in getB2DRangeFromPrimitive2DReference()
152 aRetval.expand(pCandidate->getB2DRange(aViewInformation)); in getB2DRangeFromPrimitive2DReference()
/trunk/main/svx/source/sdr/properties/
H A Dgroupproperties.cxx218 SfxStyleSheet* pCandidate = pSub->GetObj(a)->GetStyleSheet(); in GetStyleSheet() local
222 if(pCandidate != pRetval) in GetStyleSheet()
230 pRetval = pCandidate; in GetStyleSheet()
H A De3dsceneproperties.cxx265 SfxStyleSheet* pCandidate = pSub->GetObj(a)->GetStyleSheet(); in GetStyleSheet() local
269 if(pCandidate != pRetval) in GetStyleSheet()
277 pRetval = pCandidate; in GetStyleSheet()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx178 SdrTextObj* pCandidate = 0L; in KeyInput() local
194 while(aIter.IsMore() && !pCandidate) in KeyInput()
207 pCandidate = (SdrTextObj*)pObj; in KeyInput()
218 if(pCandidate) in KeyInput()
222 GetView()->MarkObj(pCandidate, GetView()->GetSdrPageView()); in KeyInput()
/trunk/main/svx/source/svdraw/
H A Dsvdovirt.cxx275 SdrHdl* pCandidate = aLocalList.GetHdl(a); in AddToHdlList() local
276 pCandidate->SetPos(pCandidate->GetPos() + aOffset); in AddToHdlList()
277 rHdlList.AddHdl(pCandidate); in AddToHdlList()
H A Dsvdmrkv.cxx94 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImplMarkingOverlay() local
95 ::sdr::overlay::OverlayManager* pTargetOverlay = pCandidate->GetOverlayManager(); in ImplMarkingOverlay()
912 SdrHdl* pCandidate = aHdl.GetHdl(a); in SetMarkHandles() local
914 if(pCandidate->GetObj() in SetMarkHandles()
915 && pCandidate->GetObj() == pSaveObj in SetMarkHandles()
916 && pCandidate->GetKind() == eSaveKind in SetMarkHandles()
917 && pCandidate->GetPolyNum() == nSavePolyNum in SetMarkHandles()
918 && pCandidate->GetPointNum() == nSavePointNum) in SetMarkHandles()
920 aHdl.SetFocusHdl(pCandidate); in SetMarkHandles()
H A Dsvddrgmt.cxx411 SdrObject* pCandidate = aIter.Next(); in createSdrDragEntries_SolidDrag() local
413 if(pCandidate) in createSdrDragEntries_SolidDrag()
415 const bool bSuppressFullDrag(!pCandidate->supportsFullDrag()); in createSdrDragEntries_SolidDrag()
418 if(!bAddWireframe && !pCandidate->HasLineStyle()) in createSdrDragEntries_SolidDrag()
427 createSdrDragEntryForSdrObject(*pCandidate, rOC, true); in createSdrDragEntries_SolidDrag()
435 addSdrDragEntry(new SdrDragEntryPolyPolygon(pCandidate->TakeXorPoly())); in createSdrDragEntries_SolidDrag()
797 SdrDragEntry* pCandidate = maSdrDragEntries[a]; in CreateOverlayGeometry() local
799 if(pCandidate) in CreateOverlayGeometry()
801 …const drawinglayer::primitive2d::Primitive2DSequence aCandidateResult(pCandidate->createPrimitive2… in CreateOverlayGeometry()
805 if(pCandidate->getAddToTransparent()) in CreateOverlayGeometry()
H A Dsvdfmtf.cxx536 SdrObject* pCandidate = aIter.Next(); in InsertObj() local
537 …OSL_ENSURE(pCandidate && 0 == dynamic_cast< SdrObjGroup* >(pCandidate), "SdrObjListIter with IM_DE… in InsertObj()
538 SdrObject* pNewClone = pCandidate->Clone(); in InsertObj()
H A Dsvdoashp.cxx1665 SdrObject* pCandidate = aIterator.Next(); in TakeObjInfo() local
1667 pCandidate->TakeObjInfo(aInfo); in TakeObjInfo()
3177 SdrObject* pCandidate = pRenderedCustomShape->Clone(); in DoConvertToPolyObj() local
3178 DBG_ASSERT(pCandidate, "SdrObjCustomShape::DoConvertToPolyObj: Could not clone SdrObject (!)"); in DoConvertToPolyObj()
3179 pCandidate->SetModel(GetModel()); in DoConvertToPolyObj()
3180 pRetval = pCandidate->DoConvertToPolyObj(bBezier, bAddText); in DoConvertToPolyObj()
3181 SdrObject::Free( pCandidate ); in DoConvertToPolyObj()
H A Dsvddrgv.cxx839 SdrPaintWindow* pCandidate = GetPaintWindow(a); in ShowDragObj() local
840 sdr::overlay::OverlayManager* pOverlayManager = pCandidate->GetOverlayManager(); in ShowDragObj()
H A Dsvdibrow.cxx1113 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImpGetViewWin() local
1115 if(OUTDEV_WINDOW == pCandidate->GetOutputDevice().GetOutDevType()) in ImpGetViewWin()
1117 return (Window*)(&pCandidate->GetOutputDevice()); in ImpGetViewWin()
/trunk/main/svx/source/engine3d/
H A Dscene3d.cxx144 SdrObject* pCandidate = pList->GetObj(a); in Imp3DDepthRemapper() local
146 if(pCandidate) in Imp3DDepthRemapper()
148 if(pCandidate->ISA(E3dCompoundObject)) in Imp3DDepthRemapper()
151 …nimalDepth(getMinimalDepthInViewCoordinates(static_cast< const E3dCompoundObject& >(*pCandidate))); in Imp3DDepthRemapper()
/trunk/main/sw/source/core/crsr/
H A Dviscrs.cxx609 SdrPaintWindow* pCandidate = pView->GetPaintWindow(0); in Show() local
610 sdr::overlay::OverlayManager* pTargetOverlay = pCandidate->GetOverlayManager(); in Show()
674 SdrPaintWindow* pCandidate = pView->GetPaintWindow(0); in HighlightInputFld() local
675 sdr::overlay::OverlayManager* pTargetOverlay = pCandidate->GetOverlayManager(); in HighlightInputFld()
/trunk/main/sw/source/ui/docvw/
H A DOverlayRanges.cxx125 SdrPaintWindow* pCandidate = pView->GetPaintWindow(0); in CreateOverlayRange() local
126 sdr::overlay::OverlayManager* pTargetOverlay = pCandidate->GetOverlayManager(); in CreateOverlayRange()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx355 Window* pCandidate = rWindow.GetChild(a); in ImplEndAction() local
357 if ( pCandidate && pCandidate->IsPaintTransparent() ) in ImplEndAction()
360 pCandidate->GetPosPixel(), in ImplEndAction()
361 pCandidate->GetSizePixel()); in ImplEndAction()
365pCandidate->Invalidate( INVALIDATE_NOTRANSPARENT|INVALIDATE_CHILDREN ); in ImplEndAction()
366 pCandidate->Update(); in ImplEndAction()
/trunk/main/sd/source/core/
H A DEffectMigration.cxx1463 SdrObject* pCandidate = aIter.Next(); in CreateAnimatedGroup() local
1464 rGroupObj.GetSubList()->NbcRemoveObject(pCandidate->GetOrdNum()); in CreateAnimatedGroup()
1465 rPage.NbcInsertObject(pCandidate); in CreateAnimatedGroup()
1466 aObjects.push_back(pCandidate); in CreateAnimatedGroup()
/trunk/main/tools/source/generic/
H A Dpoly2.cxx861 Polygon* pCandidate = mpImplPolyPolygon->mpPolyAry[a]; in getB2DPolyPolygon() local
862 aRetval.append(pCandidate->getB2DPolygon()); in getB2DPolyPolygon()
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx240 XMLAttribute *pCandidate = in GetChildElement() local
243 if ( !pCandidate || !pAttribute->IsEqual( *pCandidate )) in GetChildElement()

Completed in 161 milliseconds

123