Home
last modified time | relevance | path

Searched refs:pRetval (Results 1 – 25 of 43) sorted by relevance

12

/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpage.cxx91 return *pRetval; in CreateObjectSpecificViewObjectContact()
126 ViewObjectContact* pRetval = new ViewObjectContactOfPageShadow(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
129 return *pRetval; in CreateObjectSpecificViewObjectContact()
211 return *pRetval; in CreateObjectSpecificViewObjectContact()
290 return *pRetval; in CreateObjectSpecificViewObjectContact()
333 return *pRetval; in CreateObjectSpecificViewObjectContact()
402 return *pRetval; in CreateObjectSpecificViewObjectContact()
456 return *pRetval; in CreateObjectSpecificViewObjectContact()
511 return *pRetval; in CreateObjectSpecificViewObjectContact()
544 return *pRetval; in CreateObjectSpecificViewObjectContact()
[all …]
H A Dviewcontactofsdrobj.cxx53 ViewObjectContact* pRetval = new ViewObjectContactOfSdrObj(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
54 DBG_ASSERT(pRetval, "ViewContactOfSdrObj::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
56 return *pRetval; in CreateObjectSpecificViewObjectContact()
98 ViewContact* pRetval = 0L; in GetParentContact() local
106 pRetval = &(((SdrPage*)pObjList)->GetViewContact()); in GetParentContact()
113 pRetval = &(pObjList->GetOwnerObj()->GetViewContact()); in GetParentContact()
118 return pRetval; in GetParentContact()
H A Dviewcontact.cxx101 ViewObjectContact* pRetval = 0L; in GetViewObjectContact() local
105 for(sal_uInt32 a(0); !pRetval && a < nCount; a++) in GetViewObjectContact()
112 pRetval = pCandidate; in GetViewObjectContact()
116 if(!pRetval) in GetViewObjectContact()
120 pRetval = &CreateObjectSpecificViewObjectContact(rObjectContact); in GetViewObjectContact()
123 return *pRetval; in GetViewObjectContact()
H A Dviewcontactofgroup.cxx47 ViewObjectContact* pRetval = new ViewObjectContactOfGroup(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
48 DBG_ASSERT(pRetval, "ViewContactOfGroup::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
50 return *pRetval; in CreateObjectSpecificViewObjectContact()
H A Dviewobjectcontactofsdrmediaobj.cxx76 Window* pRetval = 0; in getWindow() local
97 pRetval = static_cast< Window* >(&rOutDev); in getWindow()
101 return pRetval; in getWindow()
H A Dviewcontactofsdrole2obj.cxx54 ViewObjectContact* pRetval = new ViewObjectContactOfSdrOle2Obj(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
55 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
57 return *pRetval; in CreateObjectSpecificViewObjectContact()
H A Dviewcontactofe3d.cxx200 ViewObjectContact* pRetval = new ViewObjectContactOfE3d(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
201 DBG_ASSERT(pRetval, "ViewContactOfE3d::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
203 return *pRetval; in CreateObjectSpecificViewObjectContact()
/trunk/main/svx/source/engine3d/
H A Dsvx3ditems.cxx89 pRetval->SetValue(aBoolItem.GetValue()); in Create()
92 return pRetval; in Create()
288 pRetval->SetValue(aBoolItem.GetValue()); in Create()
291 return pRetval; in Create()
313 pRetval->SetValue(aBoolItem.GetValue()); in Create()
316 return pRetval; in Create()
338 pRetval->SetValue(aBoolItem.GetValue()); in Create()
341 return pRetval; in Create()
363 pRetval->SetValue(aBoolItem.GetValue()); in Create()
366 return pRetval; in Create()
[all …]
H A Dobj3d.cxx156 SdrObject* pRetval = SdrObjList::NbcRemoveObject(nObjNum); in NbcRemoveObject() local
164 return pRetval; in NbcRemoveObject()
173 SdrObject* pRetval = SdrObjList::RemoveObject(nObjNum); in RemoveObject() local
181 return pRetval; in RemoveObject()
617 E3dObject* pRetval = NULL; in GetParentObj() local
622 pRetval = ((E3dObject*)GetObjList()->GetOwnerObj()); in GetParentObj()
623 return pRetval; in GetParentObj()
/trunk/main/basctl/source/dlged/
H A Ddlgedview.cxx148 SdrObject* impLocalHitCorrection(SdrObject* pRetval, const Point& rPnt, sal_uInt16 nTol) in impLocalHitCorrection() argument
150 DlgEdObj* pDlgEdObj = dynamic_cast< DlgEdObj* >(pRetval); in impLocalHitCorrection()
156 if(0 != dynamic_cast< DlgEdForm* >(pRetval)) in impLocalHitCorrection()
188 pRetval = 0; in impLocalHitCorrection()
194 return pRetval; in impLocalHitCorrection()
200 … SdrObject* pRetval = SdrView::CheckSingleSdrObjectHit(rPnt, nTol, pObj, pPV, nOptions, pMVisLay); in CheckSingleSdrObjectHit() local
202 if(pRetval) in CheckSingleSdrObjectHit()
205 pRetval = impLocalHitCorrection(pRetval, rPnt, nTol); in CheckSingleSdrObjectHit()
208 return pRetval; in CheckSingleSdrObjectHit()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx267 Gdiplus::Bitmap* pRetval(0); in ImplCreateGdiPlusBitmap() local
311 if(pRetval) in ImplCreateGdiPlusBitmap()
332 pRetval->UnlockBits(&aGdiPlusBitmapData); in ImplCreateGdiPlusBitmap()
336 delete pRetval; in ImplCreateGdiPlusBitmap()
337 pRetval = NULL; in ImplCreateGdiPlusBitmap()
359 return pRetval; in ImplCreateGdiPlusBitmap()
366 Gdiplus::Bitmap* pRetval(0); in ImplCreateGdiPlusBitmap() local
449 if(pRetval) in ImplCreateGdiPlusBitmap()
485 delete pRetval; in ImplCreateGdiPlusBitmap()
486 pRetval = NULL; in ImplCreateGdiPlusBitmap()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx957 if(pRetval && IsLinkedGraphic()) in getFullDragClone()
959 pRetval->ForceSwapIn(); in getFullDragClone()
963 return pRetval; in getFullDragClone()
1244 SdrObject* pRetval = NULL; in DoConvertToPolyObj() local
1291 pRetval = pGrp; in DoConvertToPolyObj()
1297 pRetval = ImpConvertAddText(pRetval, bBezier); in DoConvertToPolyObj()
1301 if( pRetval ) in DoConvertToPolyObj()
1307 if( pRetval ) in DoConvertToPolyObj()
1329 if(pRetval) in DoConvertToPolyObj()
1358 if(pRetval) in DoConvertToPolyObj()
[all …]
H A Dsdrhittesthelper.cxx108 SdrObject* pRetval = 0; in SdrObjListPrimitiveHit() local
110 while(!pRetval && nObjNum > 0) in SdrObjListPrimitiveHit()
115 pRetval = SdrObjectPrimitiveHit(*pObj, rPnt, nTol, rSdrPageView, pVisiLayer, bTextOnly); in SdrObjListPrimitiveHit()
118 return pRetval; in SdrObjListPrimitiveHit()
H A Dsvdhdl.cxx700 ::sdr::overlay::OverlayObject* pRetval = 0L; in CreateOverlayObject()
790 pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime); in CreateOverlayObject()
795 pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime, in CreateOverlayObject()
802 pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime, in CreateOverlayObject()
818 pRetval = new ::sdr::overlay::OverlayBitmapEx(rPos, aBmpEx); in CreateOverlayObject()
823 pRetval = new ::sdr::overlay::OverlayBitmapEx(rPos, aBmpEx, in CreateOverlayObject()
850 pRetval = new ::sdr::overlay::OverlayBitmapEx(rPos, aBmpEx, nCenX, nCenY); in CreateOverlayObject()
854 return pRetval; in CreateOverlayObject()
2196 SdrHdl* pRetval = (SdrHdl*)aList.Remove(nNum); in RemoveHdl() local
2198 return pRetval; in RemoveHdl()
H A Dsvdotxtr.cxx358 SdrObject* pRetval = 0; in ImpConvertContainedTextToSdrPathObjs() local
464 pRetval = pObjectList->RemoveObject(0); in ImpConvertContainedTextToSdrPathObjs()
469 pRetval = pGroup; in ImpConvertContainedTextToSdrPathObjs()
474 return pRetval; in ImpConvertContainedTextToSdrPathObjs()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx91 VirtualDevice* pRetval = 0; in alloc() local
148 pRetval = *aFound; in alloc()
155pRetval->Erase(Rectangle(0, 0, rSizePixel.getWidth(), rSizePixel.getHeight())); in alloc()
160 pRetval->SetOutputSizePixel(rSizePixel, bClear); in alloc()
166 if(!pRetval) in alloc()
168 pRetval = (bMono) ? new VirtualDevice(rOutDev, 1) : new VirtualDevice(rOutDev); in alloc()
169 pRetval->SetOutputSizePixel(rSizePixel, bClear); in alloc()
174 pRetval->SetMapMode(); in alloc()
178 maUsedBuffers.push_back(pRetval); in alloc()
180 return pRetval; in alloc()
/trunk/main/xmloff/source/core/
H A Dxmlmultiimagehelper.cxx99 SvXMLImportContext* pRetval = 0; in solveMultipleImages() local
129 pRetval = *maImplContextVector[nIndexOfPreferred]; in solveMultipleImages()
138 if(pRetval) in solveMultipleImages()
142 pRetval->onDemandRescueUsefulDataFromTemporary(rCandidate); in solveMultipleImages()
152 pRetval = *maImplContextVector[0]; in solveMultipleImages()
156 return pRetval; in solveMultipleImages()
/trunk/main/svx/source/xoutdev/
H A Dxtable.cxx259 XPropertyEntry* pRetval = 0; in Replace() local
267 pRetval = maContent[nIndex]; in Replace()
272 return pRetval; in Replace()
277 XPropertyEntry* pRetval = 0; in Remove() local
284 pRetval = maContent.back(); in Remove()
289 pRetval = maContent[nIndex]; in Remove()
294 return pRetval; in Remove()
/trunk/main/sd/source/core/
H A DPageListWatcher.cxx89 SdPage* pRetval(0L); in GetSdPage() local
101 pRetval = maPageVectorStandard[nPgNum]; in GetSdPage()
114 pRetval = maPageVectorNotes[nPgNum]; in GetSdPage()
131 pRetval = mpHandoutPage; in GetSdPage()
141 return pRetval; in GetSdPage()
/trunk/main/sw/source/core/draw/
H A Ddview.cxx141 SdrObject* impLocalHitCorrection(SdrObject* pRetval, const Point& rPnt, sal_uInt16 nTol, const SdrM… in impLocalHitCorrection() argument
156 SwVirtFlyDrawObj* pSwVirtFlyDrawObj = dynamic_cast< SwVirtFlyDrawObj* >(pRetval); in impLocalHitCorrection()
190 pRetval = 0; in impLocalHitCorrection()
197 return pRetval; in impLocalHitCorrection()
203 …SdrObject* pRetval = FmFormView::CheckSingleSdrObjectHit(rPnt, nTol, pObj, pPV, nOptions, pMVisLay… in CheckSingleSdrObjectHit() local
205 if(pRetval) in CheckSingleSdrObjectHit()
208 pRetval = impLocalHitCorrection(pRetval, rPnt, nTol, GetMarkedObjectList()); in CheckSingleSdrObjectHit()
211 return pRetval; in CheckSingleSdrObjectHit()
/trunk/main/svx/source/sdr/properties/
H A Dgroupproperties.cxx211 SfxStyleSheet* pRetval = 0L; in GetStyleSheet() local
220 if(pRetval) in GetStyleSheet()
222 if(pCandidate != pRetval) in GetStyleSheet()
230 pRetval = pCandidate; in GetStyleSheet()
234 return pRetval; in GetStyleSheet()
H A De3dsceneproperties.cxx258 SfxStyleSheet* pRetval = 0L; in GetStyleSheet() local
267 if(pRetval) in GetStyleSheet()
269 if(pCandidate != pRetval) in GetStyleSheet()
277 pRetval = pCandidate; in GetStyleSheet()
281 return pRetval; in GetStyleSheet()
/trunk/main/vcl/source/gdi/
H A Dregion.cxx251 RegionBand* pRetval = 0; in ImplCreateRegionBandFromPolyPolygon() local
270 pRetval = ImplRectilinearPolygonToBands(aPolyPolygon); in ImplCreateRegionBandFromPolyPolygon()
274 pRetval = ImplGeneralPolygonToBands(aPolyPolygon, aRect); in ImplCreateRegionBandFromPolyPolygon()
278 if(pRetval) in ImplCreateRegionBandFromPolyPolygon()
280 pRetval->processPoints(); in ImplCreateRegionBandFromPolyPolygon()
284 if(!pRetval->OptimizeBandList()) in ImplCreateRegionBandFromPolyPolygon()
286 delete pRetval; in ImplCreateRegionBandFromPolyPolygon()
287 pRetval = 0; in ImplCreateRegionBandFromPolyPolygon()
294 return pRetval; in ImplCreateRegionBandFromPolyPolygon()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawinglayeranimation.cxx555 ScrollTextAnimNode* pRetval = 0L; in ImpGetScrollTextAnimNode() local
562 for(sal_uInt32 a(0L); !pRetval && a < maVector.size(); a++) in ImpGetScrollTextAnimNode()
568 pRetval = &rNode; in ImpGetScrollTextAnimNode()
573 pRetval = &rNode; in ImpGetScrollTextAnimNode()
583 return pRetval; in ImpGetScrollTextAnimNode()
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx244 drawinglayer::primitive2d::TextSimplePortionPrimitive2D* pRetval = 0; in createSimpleTextPrimitive() local
467 pRetval = new drawinglayer::primitive2d::TextDecoratedPortionPrimitive2D( in createSimpleTextPrimitive()
494 pRetval = new drawinglayer::primitive2d::TextSimplePortionPrimitive2D( in createSimpleTextPrimitive()
509 return pRetval; in createSimpleTextPrimitive()

Completed in 117 milliseconds

12