| /AOO41X/main/svx/source/sdr/contact/ |
| H A D | viewcontactofsdrpage.cxx | 88 … ViewObjectContact* pRetval = new ViewObjectContactOfPageBackground(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local 89 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact() 91 return *pRetval; in CreateObjectSpecificViewObjectContact() 126 ViewObjectContact* pRetval = new ViewObjectContactOfPageShadow(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local 127 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact() 129 return *pRetval; in CreateObjectSpecificViewObjectContact() 208 ViewObjectContact* pRetval = new ViewObjectContactOfMasterPage(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local 209 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact() 211 return *pRetval; in CreateObjectSpecificViewObjectContact() 289 ViewObjectContact* pRetval = new ViewObjectContactOfPageFill(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local [all …]
|
| H A D | viewcontactofsdrobj.cxx | 53 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 D | viewcontact.cxx | 101 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 D | viewcontactofgroup.cxx | 47 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 D | viewobjectcontactofsdrmediaobj.cxx | 76 Window* pRetval = 0; in getWindow() local 97 pRetval = static_cast< Window* >(&rOutDev); in getWindow() 101 return pRetval; in getWindow()
|
| H A D | viewcontactofsdrole2obj.cxx | 54 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 D | viewcontactofe3d.cxx | 200 ViewObjectContact* pRetval = new ViewObjectContactOfE3d(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local 201 … DBG_ASSERT(pRetval, "ViewContactOfE3d::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact() 203 return *pRetval; in CreateObjectSpecificViewObjectContact()
|
| /AOO41X/main/svx/source/engine3d/ |
| H A D | svx3ditems.cxx | 84 SfxBoolItem* pRetval = new Svx3DReducedLineGeometryItem(); in Create() local 89 pRetval->SetValue(aBoolItem.GetValue()); in Create() 92 return pRetval; in Create() 283 SfxBoolItem* pRetval = new Svx3DSmoothNormalsItem(); in Create() local 288 pRetval->SetValue(aBoolItem.GetValue()); in Create() 291 return pRetval; in Create() 308 SfxBoolItem* pRetval = new Svx3DSmoothLidsItem(); in Create() local 313 pRetval->SetValue(aBoolItem.GetValue()); in Create() 316 return pRetval; in Create() 333 SfxBoolItem* pRetval = new Svx3DCharacterModeItem(); in Create() local [all …]
|
| H A D | obj3d.cxx | 156 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()
|
| /AOO41X/main/basctl/source/dlged/ |
| H A D | dlgedview.cxx | 148 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()
|
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | salbmp.cxx | 267 Gdiplus::Bitmap* pRetval(0); in ImplCreateGdiPlusBitmap() local 309 pRetval = new Gdiplus::Bitmap(nW, nH, PixelFormat24bppRGB); in ImplCreateGdiPlusBitmap() 311 if(pRetval) in ImplCreateGdiPlusBitmap() 313 if ( pRetval->GetLastStatus() == Gdiplus::Ok ) in ImplCreateGdiPlusBitmap() 320 …pRetval->LockBits(&aAllRect, Gdiplus::ImageLockModeWrite, PixelFormat24bppRGB, &aGdiPlusBitmapData… 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 [all …]
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdograf.cxx | 958 SdrGrafObj* pRetval = static_cast< SdrGrafObj* >(SdrRectObj::getFullDragClone()); in getFullDragClone() local 963 if(pRetval && IsLinkedGraphic()) in getFullDragClone() 965 pRetval->ForceSwapIn(); in getFullDragClone() 966 pRetval->ReleaseGraphicLink(); in getFullDragClone() 969 return pRetval; in getFullDragClone() 1250 SdrObject* pRetval = NULL; in DoConvertToPolyObj() local 1297 pRetval = pGrp; in DoConvertToPolyObj() 1303 pRetval = ImpConvertAddText(pRetval, bBezier); in DoConvertToPolyObj() 1307 if( pRetval ) in DoConvertToPolyObj() 1309 SdrObject* pHalfDone = pRetval; in DoConvertToPolyObj() [all …]
|
| H A D | sdrhittesthelper.cxx | 108 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 D | svdhdl.cxx | 703 ::sdr::overlay::OverlayObject* pRetval = 0L; in CreateOverlayObject() 793 … pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime); in CreateOverlayObject() 798 … pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime, in CreateOverlayObject() 805 … pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime, in CreateOverlayObject() 821 pRetval = new ::sdr::overlay::OverlayBitmapEx(rPos, aBmpEx); in CreateOverlayObject() 826 pRetval = new ::sdr::overlay::OverlayBitmapEx(rPos, aBmpEx, in CreateOverlayObject() 853 pRetval = new ::sdr::overlay::OverlayBitmapEx(rPos, aBmpEx, nCenX, nCenY); in CreateOverlayObject() 857 return pRetval; in CreateOverlayObject() 2207 SdrHdl* pRetval = (SdrHdl*)aList.Remove(nNum); in RemoveHdl() local 2209 return pRetval; in RemoveHdl()
|
| H A D | svdovirt.cxx | 304 SdrObject* pRetval = 0; in getFullDragClone() local 312 pRetval = new SdrGrafObj(SdrDragView::GetObjGraphic(GetModel(), this), GetLogicRect()); in getFullDragClone() 317 …pRetval = new SdrGrafObj(SdrDragView::GetObjGraphic(GetModel(), &rReferencedObject), GetLogicRect(… in getFullDragClone() 320 return pRetval; in getFullDragClone()
|
| H A D | svdouno.cxx | 397 SdrObject* pRetval = 0; in getFullDragClone() local 405 pRetval = new SdrGrafObj(SdrDragView::GetObjGraphic(GetModel(), this), GetLogicRect()); in getFullDragClone() 410 pRetval = SdrRectObj::getFullDragClone(); in getFullDragClone() 413 return pRetval; in getFullDragClone()
|
| /AOO41X/main/drawinglayer/source/processor2d/ |
| H A D | vclhelperbufferdevice.cxx | 91 VirtualDevice* pRetval = 0; in alloc() local 148 pRetval = *aFound; in alloc() 155 … pRetval->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()
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | xmlmultiimagehelper.cxx | 99 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()
|
| /AOO41X/main/svx/source/xoutdev/ |
| H A D | xtable.cxx | 259 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()
|
| /AOO41X/main/sd/source/core/ |
| H A D | PageListWatcher.cxx | 89 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()
|
| /AOO41X/main/sw/source/core/draw/ |
| H A D | dview.cxx | 141 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()
|
| /AOO41X/main/svx/source/sdr/properties/ |
| H A D | groupproperties.cxx | 211 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 D | e3dsceneproperties.cxx | 258 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()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | region.cxx | 249 RegionBand* pRetval = 0; in ImplCreateRegionBandFromPolyPolygon() local 268 pRetval = ImplRectilinearPolygonToBands(aPolyPolygon); in ImplCreateRegionBandFromPolyPolygon() 272 pRetval = ImplGeneralPolygonToBands(aPolyPolygon, aRect); in ImplCreateRegionBandFromPolyPolygon() 276 if(pRetval) in ImplCreateRegionBandFromPolyPolygon() 278 pRetval->processPoints(); in ImplCreateRegionBandFromPolyPolygon() 282 if(!pRetval->OptimizeBandList()) in ImplCreateRegionBandFromPolyPolygon() 284 delete pRetval; in ImplCreateRegionBandFromPolyPolygon() 285 pRetval = 0; in ImplCreateRegionBandFromPolyPolygon() 292 return pRetval; in ImplCreateRegionBandFromPolyPolygon()
|
| /AOO41X/main/slideshow/source/engine/shapes/ |
| H A D | drawinglayeranimation.cxx | 555 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()
|