/aoo42x/main/basctl/source/dlged/ |
H A D | dlgedfac.cxx | 78 …pObjFactory->pNewObj = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControl… in IMPL_LINK() 84 …pObjFactory->pNewObj = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControl… in IMPL_LINK() 87 …pObjFactory->pNewObj = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControl… in IMPL_LINK() 92 pObjFactory->pNewObj = pNew; in IMPL_LINK() 107 …pObjFactory->pNewObj = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControl… in IMPL_LINK() 110 …pObjFactory->pNewObj = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControl… in IMPL_LINK() 113 …pObjFactory->pNewObj = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControl… in IMPL_LINK() 122 …pObjFactory->pNewObj = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControl… in IMPL_LINK() 127 pObjFactory->pNewObj = pNew; in IMPL_LINK() 149 pObjFactory->pNewObj = pNew; in IMPL_LINK() [all …]
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | SelectionHelper.cxx | 192 SdrObject* pNewObj = 0; in adaptSelectionToNewPos() local 204 pNewObj->SetMarkProtect(true); in adaptSelectionToNewPos() 240 pNewObj = pLastChild; in adaptSelectionToNewPos() 255 if ( pNewObj ) in adaptSelectionToNewPos() 287 pNewObj = pDiagram; in adaptSelectionToNewPos() 301 pNewObj = pLegend; in adaptSelectionToNewPos() 424 while( pNewObj && aRet.match(C2U("HandlesOnly")) ) in getHitObjectCID() 426 pNewObj->SetMarkProtect(true); in getHitObjectCID() 428 aRet = lcl_getObjectName( pNewObj ); in getHitObjectCID() 432 if( !findNamedParent( pNewObj, aRet, true ) ) in getHitObjectCID() [all …]
|
H A D | ChartController_Tools.cxx | 443 SdrObject* pNewObj = ( pObj ? pObj->Clone() : NULL ); in impl_PasteShapes() local 444 if ( pNewObj ) in impl_PasteShapes() 446 pNewObj->SetModel( &pDrawModelWrapper->getSdrModel() ); in impl_PasteShapes() 447 pNewObj->SetPage( pDestPage ); in impl_PasteShapes() 450 … Reference< drawing::XShape > xShape( pNewObj->getUnoShape(), uno::UNO_QUERY ); in impl_PasteShapes() 456 pDestPage->InsertObject( pNewObj ); in impl_PasteShapes() 457 m_pDrawViewWrapper->AddUndo( new SdrUndoInsertObj( *pNewObj ) ); in impl_PasteShapes()
|
/aoo42x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 681 SdrObject* pNewObj = aIter.Next(); in ImpIsConvertTo3DPossible() local 1758 if(pNewObj) in BreakSingle3DObj() 1761 pNewObj->SetChanged(); in BreakSingle3DObj() 1762 pNewObj->BroadcastObjectChange(); in BreakSingle3DObj() 1809 pNewObj = new E3dCubeObj; in MergeScenes() 1814 pNewObj = new E3dSphereObj; in MergeScenes() 1819 pNewObj = new E3dExtrudeObj; in MergeScenes() 1824 pNewObj = new E3dLatheObj; in MergeScenes() 1838 pNewObj->SetTransform(aMatrix * pNewObj->GetTransform()); // #112587# in MergeScenes() 1840 if (pNewObj) aBoundVol.expand(pNewObj->GetBoundVolume()); in MergeScenes() [all …]
|
H A D | objfac3d.cxx | 77 pObjFactory->pNewObj = new E3dPolyScene(); in IMPL_LINK() 80 pObjFactory->pNewObj = new E3dPolygonObj(); in IMPL_LINK() 83 pObjFactory->pNewObj = new E3dCubeObj(); in IMPL_LINK() 90 pObjFactory->pNewObj = new E3dSphereObj(123); in IMPL_LINK() 93 pObjFactory->pNewObj = new E3dExtrudeObj(); in IMPL_LINK() 96 pObjFactory->pNewObj = new E3dLatheObj(); in IMPL_LINK() 99 pObjFactory->pNewObj = new E3dCompoundObject(); in IMPL_LINK()
|
H A D | view3d1.cxx | 59 SdrObject* pNewObj = NULL; in ConvertMarkedToPolyObj() local 68 pNewObj = ((E3dPolyScene*) pObj)->ConvertToPolyObj(bBezier, bLineToArea); in ConvertMarkedToPolyObj() 70 if (pNewObj) in ConvertMarkedToPolyObj() 73 ReplaceObjectAtView(pObj, *GetSdrPageView(), pNewObj); in ConvertMarkedToPolyObj() 79 if (!pNewObj) in ConvertMarkedToPolyObj()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 1134 pNewObj->SetSaveData( aData ); in DateGroupDataPilot() 1136 delete pNewObj; in DateGroupDataPilot() 1178 pNewObj->SetSaveData( aData ); in NumGroupDataPilot() 1180 delete pNewObj; in NumGroupDataPilot() 1324 delete pNewObj; in GroupDataPilot() 1407 delete pNewObj; in UngroupDataPilot() 1724 pNewObj->SetSaveData( aData ); in DataPilotInput() 1726 delete pNewObj; in DataPilotInput() 1898 pNewObj->SetSaveData(aNewSaveData); in DataPilotSort() 1988 delete pNewObj; in DataPilotMove() [all …]
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | dlgedfac.cxx | 63 pObjFactory->pNewObj = new OUnoObject( SERVICE_FIXEDTEXT in IMPL_LINK() 68 pObjFactory->pNewObj = new OUnoObject( SERVICE_IMAGECONTROL in IMPL_LINK() 73 pObjFactory->pNewObj = new OUnoObject( SERVICE_FORMATTEDFIELD in IMPL_LINK() 83 pObjFactory->pNewObj = pObj; in IMPL_LINK() 92 pObjFactory->pNewObj = new OCustomShape(SERVICE_SHAPE); in IMPL_LINK() 95 pObjFactory->pNewObj = new OOle2Obj(SERVICE_REPORTDEFINITION,OBJ_DLG_SUBREPORT); in IMPL_LINK() 98 …pObjFactory->pNewObj = new OOle2Obj(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.char… in IMPL_LINK()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unopage.cxx | 554 SdrObject* pNewObj = 0; in _CreateSdrObject() local 585 if( pNewObj == NULL ) in _CreateSdrObject() 588 if(pNewObj) in _CreateSdrObject() 590 pNewObj->SetSnapRect(aRect); in _CreateSdrObject() 592 if( pNewObj->ISA(E3dPolyScene)) in _CreateSdrObject() 595 E3dScene* pScene = (E3dScene*)pNewObj; in _CreateSdrObject() 612 else if(pNewObj->ISA(E3dExtrudeObj)) in _CreateSdrObject() 614 E3dExtrudeObj* pObj = (E3dExtrudeObj*)pNewObj; in _CreateSdrObject() 625 else if(pNewObj->ISA(E3dLatheObj)) in _CreateSdrObject() 627 E3dLatheObj* pObj = (E3dLatheObj*)pNewObj; in _CreateSdrObject() [all …]
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdpage.cxx | 526 pNewObj->SetOrdNum(nObjNum); in NbcReplaceObject() 527 pNewObj->SetObjList(this); in NbcReplaceObject() 528 pNewObj->SetPage(pPage); in NbcReplaceObject() 532 impChildInserted(*pNewObj); in NbcReplaceObject() 534 pNewObj->SetInserted(sal_True); in NbcReplaceObject() 547 if (pNewObj == NULL) in ReplaceObject() 573 pNewObj->SetOrdNum(nObjNum); in ReplaceObject() 574 pNewObj->SetObjList(this); in ReplaceObject() 575 pNewObj->SetPage(pPage); in ReplaceObject() 579 impChildInserted(*pNewObj); in ReplaceObject() [all …]
|
H A D | svdedtv.cxx | 1024 void SdrEditView::ReplaceObjectAtView(SdrObject* pOldObj, SdrPageView& rPV, SdrObject* pNewObj, sal… in ReplaceObjectAtView() argument 1034 …if(pNewObj && dynamic_cast< SdrTextObj* >(pNewObj) && static_cast< SdrTextObj* >(pNewObj)->IsTextE… in ReplaceObjectAtView() 1049 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoReplaceObject(*pOldObj,*pNewObj)); in ReplaceObjectAtView() 1054 pOL->ReplaceObject(pNewObj,pOldObj->GetOrdNum()); in ReplaceObjectAtView() 1059 if (bMark) MarkObj(pNewObj,&rPV); in ReplaceObjectAtView()
|
H A D | svdundo.cxx | 997 pNewObj(&rNewObj1) in SdrUndoReplaceObj() 1019 if (pNewObj!=NULL && IsNewOwner()) in ~SdrUndoReplaceObj() 1025 SdrObject::Free( pNewObj ); in ~SdrUndoReplaceObj() 1037 DBG_ASSERT(pNewObj->IsInserted(),"SdrUndoReplaceObj::Undo(): Neues Objekt ist nicht inserted!"); in Undo() 1041 ImplUnmarkObject( pNewObj ); in Undo() 1054 …DBG_ASSERT(!pNewObj->IsInserted(),"SdrUndoReplaceObj::Redo(): Neues Objekt ist bereits inserted!"); in Redo() 1060 pObjList->ReplaceObject(pNewObj,nOrdNum); in Redo()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | tplneend.cxx | 161 SdrObject* pNewObj = 0; in Construct() local 163 pNewObj = pPolyObj->ConvertToPolyObj( sal_True, sal_False ); in Construct() 165 bCreateArrowPossible = pNewObj && pNewObj->ISA( SdrPathObj ); in Construct() 166 SdrObject::Free( pNewObj ); in Construct() 438 const SdrObject* pNewObj; in IMPL_LINK() local 443 pNewObj = pPolyObj; in IMPL_LINK() 452 pNewObj = pConvPolyObj = pPolyObj->ConvertToPolyObj( sal_True, sal_False ); in IMPL_LINK() 454 if( !pNewObj || !pNewObj->ISA( SdrPathObj ) ) in IMPL_LINK() 461 basegfx::B2DPolyPolygon aNewPolyPolygon(((SdrPathObj*)pNewObj)->GetPathPoly()); in IMPL_LINK()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fulinend.cxx | 79 const SdrObject* pNewObj; in DoExecute() local 84 pNewObj = pObj; in DoExecute() 97 pNewObj = pConvPolyObj = pObj->ConvertToPolyObj( sal_True, sal_False ); in DoExecute() 99 if( !pNewObj || !pNewObj->ISA( SdrPathObj ) ) in DoExecute() 106 const ::basegfx::B2DPolyPolygon aPolyPolygon = ( (SdrPathObj*) pNewObj )->GetPathPoly(); in DoExecute()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviews6.cxx | 360 SdrGrafObj* pNewObj = (SdrGrafObj*) pObj->Clone(); in ExecBmpMask() local 363 if( pNewObj->IsLinkedGraphic() ) in ExecBmpMask() 369 pNewObj->ReleaseGraphicLink(); in ExecBmpMask() 372 delete pNewObj; in ExecBmpMask() 379 const Graphic& rOldGraphic = pNewObj->GetGraphic(); in ExecBmpMask() 388 pNewObj->SetEmptyPresObj( sal_False ); in ExecBmpMask() 389 pNewObj->SetGraphic( ( (SvxBmpMask*) GetViewFrame()->GetChildWindow( in ExecBmpMask() 391 Mask( pNewObj->GetGraphic() ) ); in ExecBmpMask() 397 mpDrawView->ReplaceObjectAtView( pObj, *pPV, pNewObj ); in ExecBmpMask()
|
H A D | drawview.cxx | 624 SdrObject* pNewObj = pPage->InsertAutoLayoutShape( 0, ePresObjKind, bVertical, aRect, true ); in DeleteMarked() local 630 *pNewObj, in DeleteMarked() 631 pNewObj->GetOrdNum(), in DeleteMarked() 633 pPage->SetObjectOrdNum( pNewObj->GetOrdNum(), pObj->GetOrdNum() ); in DeleteMarked()
|
/aoo42x/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 616 SgaObject* pNewObj; in Actualize() local 623 pNewObj = (SgaObject*) new SgaObjectBmp( aGraphic, aURL, aFormat ); in Actualize() 625 if( !InsertObject( *pNewObj ) ) in Actualize() 628 delete pNewObj; in Actualize() 1192 SgaObject* pNewObj = NULL; in InsertURL() local 1199 pNewObj = (SgaObject*) new SgaObjectINet( aGraphic, rURL, aFormat ); in InsertURL() 1201 pNewObj = (SgaObject*) new SgaObjectAnim( aGraphic, rURL, aFormat ); in InsertURL() 1203 pNewObj = (SgaObject*) new SgaObjectBmp( aGraphic, rURL, aFormat ); in InsertURL() 1206 pNewObj = (SgaObject*) new SgaObjectSound( rURL ); in InsertURL() 1208 if( pNewObj && InsertObject( *pNewObj, nInsertPos ) ) in InsertURL() [all …]
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 1406 SdrObject* pNewObj = pClpObj->Clone(); in Paste() local 1409 Rectangle aNewRect( pNewObj->GetCurrentBoundRect() ); in Paste() 1414 pNewObj->NbcResize( aNewRect.TopLeft(), aScaleWidth, aScaleHeight); in Paste() 1417 pNewObj->NbcMove(Size(aVec.X(), aVec.Y())); in Paste() 1419 if( pNewObj->ISA( SdrUnoObj ) ) in Paste() 1420 pNewObj->SetLayer( GetDoc()->GetControlsId() ); in Paste() 1422 pNewObj->SetLayer( GetDoc()->GetHeavenId() ); in Paste() 1424 pNewObj->SetLayer( pOldObj->GetLayer() ); in Paste() 1451 pNewObj->NbcSetRelativePos( aNullPt - aNewAnchor ); in Paste() 1452 pNewObj->NbcSetAnchorPos( aNewAnchor ); in Paste() [all …]
|
/aoo42x/main/sd/source/core/ |
H A D | sdpage.cxx | 2084 SdrObject* pNewObj = pSourceObj; in convertPresentationObjectImpl() local 2099 pNewObj->SetOutlinerParaObject( pOutlParaObj ); in convertPresentationObjectImpl() 2101 pNewObj->SetEmptyPresObj(sal_False); in convertPresentationObjectImpl() 2121 pNewObj->StartListening(*pSheet); in convertPresentationObjectImpl() 2128 aSet.Put(pNewObj->GetMergedItemSet()); in convertPresentationObjectImpl() 2132 pNewObj->SetMergedItemSet(aSet); in convertPresentationObjectImpl() 2161 pNewObj->SetEmptyPresObj(sal_False); in convertPresentationObjectImpl() 2166 aSet.Put(pNewObj->GetMergedItemSet()); in convertPresentationObjectImpl() 2173 pNewObj->SetMergedItemSet(aSet); in convertPresentationObjectImpl() 2177 pNewObj->SetStyleSheet(pSheet, sal_True); in convertPresentationObjectImpl() [all …]
|
/aoo42x/main/reportdesign/source/core/sdr/ |
H A D | RptObject.cxx | 120 SdrObject* pNewObj = NULL; in createObject() local 129 pNewObj = pUnoObj; in createObject() 137 pNewObj = new OUnoObject(_xComponent in createObject() 142 pNewObj = new OUnoObject( _xComponent in createObject() 148 pNewObj = new OUnoObject( _xComponent in createObject() 153 pNewObj = OCustomShape::Create( _xComponent ); in createObject() 158 pNewObj->SetLayer(bOpaque ? RPT_LAYER_FRONT : RPT_LAYER_BACK); in createObject() 167 pNewObj = OOle2Obj::Create( _xComponent,nType ); in createObject() 176 return pNewObj; in createObject()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 1168 sal_Bool ScDBDocFunc::DataPilotUpdate( ScDPObject* pOldObj, const ScDPObject* pNewObj, in DataPilotUpdate() argument 1201 if ( pNewObj && !nErrId ) in DataPilotUpdate() 1207 ScRange aNewStart( pNewObj->GetOutRange().aStart ); in DataPilotUpdate() 1216 if ( pOldObj && !pNewObj ) in DataPilotUpdate() 1245 else if ( pNewObj ) in DataPilotUpdate() 1258 if ( pNewObj == pOldObj ) in DataPilotUpdate() 1264 pNewObj->WriteSourceDataTo( *pOldObj ); // copy source data in DataPilotUpdate() 1266 ScDPSaveData* pData = pNewObj->GetSaveData(); in DataPilotUpdate() 1279 pDestObj = new ScDPObject( *pNewObj ); in DataPilotUpdate() 1299 if ( pNewObj == pOldObj && pDestObj->IsImportData() ) in DataPilotUpdate()
|
/aoo42x/main/svx/source/form/ |
H A D | fmobjfac.cxx | 252 pObjFactory->pNewObj = new FmFormObj( sServiceSpecifier, pObjFactory->nIdentifier ); in IMPL_LINK() 254 pObjFactory->pNewObj = new FmFormObj( pObjFactory->nIdentifier ); in IMPL_LINK() 263 static_cast< FmFormObj* >( pObjFactory->pNewObj ), in IMPL_LINK()
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeEngine.cxx | 424 SdrObject* pNewObj = NULL; in getLineGeometry() local 434 pNewObj = pNext->ConvertToPolyObj( sal_False, sal_False ); in getLineGeometry() 435 SdrPathObj* pPath = PTR_CAST( SdrPathObj, pNewObj ); in getLineGeometry() 443 SdrObject::Free( pNewObj ); in getLineGeometry()
|
H A D | EnhancedCustomShape3d.cxx | 448 SdrObject* pNewObj = pNext->ConvertToContourObj(const_cast< SdrObject* >(pNext)); in Create3DObject() local 449 SdrPathObj* pNewPathObj = dynamic_cast< SdrPathObj* >(pNewObj); in Create3DObject() 484 SdrObject::Free(pNewObj); in Create3DObject() 493 SdrObject* pNewObj = pNext->ConvertToPolyObj( sal_False, sal_False ); in Create3DObject() local 494 SdrPathObj* pPath = PTR_CAST( SdrPathObj, pNewObj ); in Create3DObject() 497 SdrObject::Free( pNewObj ); in Create3DObject()
|
/aoo42x/main/sw/source/core/draw/ |
H A D | dpage.cxx | 84 SdrObject* SwDPage::ReplaceObject( SdrObject* pNewObj, sal_uLong nObjNum ) in ReplaceObject() argument 91 ((SwDrawContact*)pContact)->ChangeMasterObject( pNewObj ); in ReplaceObject() 92 return FmFormPage::ReplaceObject( pNewObj, nObjNum ); in ReplaceObject()
|