Home
last modified time | relevance | path

Searched refs:GetOwnerObj (Results 1 – 15 of 15) sorted by relevance

/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx131 GetOwnerObj()->GetPage()->InsertObject(pObj, nPos); in NbcInsertObject()
137 OSL_ENSURE(GetOwnerObj()->ISA(E3dObject), "Insert 3DObject in non-3D Parent"); in InsertObject()
143 E3dScene* pScene = ((E3dObject*)GetOwnerObj())->GetScene(); in InsertObject()
158 E3dScene* pScene = ((E3dObject*)GetOwnerObj())->GetScene(); in NbcRemoveObject()
175 E3dScene* pScene = ((E3dObject*)GetOwnerObj())->GetScene(); in RemoveObject()
620 && GetObjList()->GetOwnerObj() in GetParentObj()
621 && GetObjList()->GetOwnerObj()->ISA(E3dObject)) in GetParentObj()
622 pRetval = ((E3dObject*)GetObjList()->GetOwnerObj()); in GetParentObj()
1265 && GetObjList()->GetOwnerObj() in IsAOrdNumRemapCandidate()
1266 && GetObjList()->GetOwnerObj()->ISA(E3dScene)) in IsAOrdNumRemapCandidate()
[all …]
H A Dview3d.cxx486 SdrObject* pOwner = pDstList->GetOwnerObj(); in Paste()
/trunk/main/svx/source/svdraw/
H A Dsvdundo.cxx803 && pObjList->GetOwnerObj() in Undo()
804 && pObjList->GetOwnerObj()->ISA(SdrObjGroup)) in Undo()
806 aOwnerAnchorPos = pObjList->GetOwnerObj()->GetAnchorPos(); in Undo()
809 E3DModifySceneSnapRectUpdater aUpdater(pObjList->GetOwnerObj()); in Undo()
865 pObjList->GetOwnerObj() && in Redo()
866 pObjList->GetOwnerObj()->ISA(SdrObjGroup) ) in Redo()
H A Dsvdobj.cxx698 return pObjList!=NULL ? pObjList->GetOwnerObj() : NULL; in GetUpGroup()
2807 pGroup = (SdrObjGroup*) pObjList->GetOwnerObj(); in SendUserCall()
2860 pGroup != (SdrObjGroup*) pObjList->GetOwnerObj() ) in SendUserCall()
2861 pGroup = (SdrObjGroup*) pObjList->GetOwnerObj(); in SendUserCall()
H A Dsvdmrkv.cxx1743 sal_Bool bRemap(pOL->GetOwnerObj() && pOL->GetOwnerObj()->ISA(E3dScene)); in CheckSingleSdrObjectHit()
1744 E3dScene* pRemapScene = (bRemap ? (E3dScene*)pOL->GetOwnerObj() : 0L); in CheckSingleSdrObjectHit()
H A Dsvdedtv.cxx837 SdrObject* pParent = pObject->GetObjList()->GetOwnerObj(); in DeleteMarkedObj()
H A Dsvdpage.cxx390 if(GetOwnerObj()) in InsertObject()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobj.cxx111 if(pObjList->GetOwnerObj()) in GetParentContact()
113 pRetval = &(pObjList->GetOwnerObj()->GetViewContact()); in GetParentContact()
H A Dobjectcontactofpageview.cxx301 else if(pActiveGroupList->GetOwnerObj()) in getActiveViewContact()
304 return &(pActiveGroupList->GetOwnerObj()->GetViewContact()); in getActiveViewContact()
/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx122 SdrObject* GetOwnerObj() const { return pOwnerObj; } in GetOwnerObj() function in SdrObjList
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx4034 if( pObjList->GetOwnerObj()->ISA( SdrObjGroup ) ) in getParent()
4035 return PTR_CAST( SdrObjGroup, pObjList->GetOwnerObj())->getUnoShape(); in getParent()
4036 else if( pObjList->GetOwnerObj()->ISA( E3dScene ) ) in getParent()
4037 return PTR_CAST( E3dScene, pObjList->GetOwnerObj())->getUnoShape(); in getParent()
H A Dunoshap3.cxx186 if(pSdrShape == NULL || pSdrShape->GetObjList()->GetOwnerObj() != mpObj.get()) in remove()
H A Dunoshap2.cxx271 if( !mpObj.is() || pSdrShape == NULL || pSdrShape->GetObjList()->GetOwnerObj() != mpObj.get() ) in remove()
/trunk/main/chart2/source/controller/main/
H A DSelectionHelper.cxx366 SdrObject* pOwner = pObjList->GetOwnerObj(); in findNamedParent()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx951 SdrObject* pOwner = pList->GetOwnerObj(); in Paste()

Completed in 113 milliseconds