/aoo41x/main/svx/source/sdr/properties/ |
H A D | groupproperties.cxx | 90 const SdrObjList* pSub = ((const SdrObjGroup&)GetSdrObject()).GetSubList(); in GetMergedItemSet() 122 const SdrObjList* pSub = ((const SdrObjGroup&)GetSdrObject()).GetSubList(); in SetMergedItemSet() 163 const SdrObjList* pSub = ((const SdrObjGroup&)GetSdrObject()).GetSubList(); in SetMergedItem() 174 const SdrObjList* pSub = ((const SdrObjGroup&)GetSdrObject()).GetSubList(); in ClearMergedItem() 213 const SdrObjList* pSub = ((const SdrObjGroup&)GetSdrObject()).GetSubList(); in GetStyleSheet() 239 const SdrObjList* pSub = ((const SdrObjGroup&)GetSdrObject()).GetSubList(); in SetStyleSheet() 257 const SdrObjList* pSub = ((const SdrObjGroup&)GetSdrObject()).GetSubList(); in MoveToItemPool() 282 const SdrObjList* pSub = ((const SdrObjGroup&)GetSdrObject()).GetSubList(); in ForceStyleToHardAttributes()
|
H A D | e3dsceneproperties.cxx | 82 const SdrObjList* pSub = ((const E3dScene&)GetSdrObject()).GetSubList(); in GetMergedItemSet() 123 const SdrObjList* pSub = ((const E3dScene&)GetSdrObject()).GetSubList(); in SetMergedItemSet() 161 const SdrObjList* pSub = ((const E3dScene&)GetSdrObject()).GetSubList(); in SetMergedItem() 175 const SdrObjList* pSub = ((const E3dScene&)GetSdrObject()).GetSubList(); in ClearMergedItem() 247 const SdrObjList* pSub = ((const E3dScene&)GetSdrObject()).GetSubList(); in SetStyleSheet() 260 const SdrObjList* pSub = ((const E3dScene&)GetSdrObject()).GetSubList(); in GetStyleSheet() 293 const SdrObjList* pSubList = rObj.GetSubList(); in MoveToItemPool()
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrobj.cxx | 79 if(GetSdrObject().GetSubList()) in GetObjectCount() 81 return GetSdrObject().GetSubList()->GetObjCount(); in GetObjectCount() 89 DBG_ASSERT(GetSdrObject().GetSubList(), in GetViewContact() 91 SdrObject* pObj = GetSdrObject().GetSubList()->GetObj(nIndex); in GetViewContact()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdedtv.cxx | 152 SdrObjList* pSubOL = pObj->GetSubList(); in ImpDelLayerCheck() 187 SdrObjList* pSubOL = pObj->GetSubList(); in ImpDelLayerDelObjs() 257 SdrObjList* pSubOL = pObj->GetSubList(); in DeleteLayer() 523 sal_Bool bGroup=pObj->GetSubList()!=NULL; in CheckPossibilities() 620 if (!bUnGroupPossible) bUnGroupPossible=pObj->GetSubList()!=NULL; in CheckPossibilities() 891 if(pParent->GetSubList() && 0 == pParent->GetSubList()->GetObjCount()) in DeleteMarkedObj()
|
H A D | sdrhittesthelper.cxx | 51 if(rObject.GetSubList() && rObject.GetSubList()->GetObjCount()) in SdrObjectPrimitiveHit() 55 …pResult = SdrObjListPrimitiveHit(*rObject.GetSubList(), rPnt, nTol, rSdrPageView, pVisiLayer, bTex… in SdrObjectPrimitiveHit()
|
H A D | svdedtv2.cxx | 580 SdrObjList* pOL=pSource->GetSubList(); in ImpCopyAttributes() 625 SdrObjList* pOL = pObj->GetSubList(); in ImpCanConvertForCombine() 668 SdrObjList* pOL = pConvObj->GetSubList(); in ImpGetPolyPolygon1() 704 SdrObjList* pOL = pObj->GetSubList(); in ImpGetPolyPolygon() 1418 SdrObjList* pOL = pObj->GetSubList(); in ImpCanDismantle() 1674 SdrObjList* pSubList=pObj->GetSubList(); in DismantleMarkedObjects() 1768 pDstLst=pGrp->GetSubList(); in GroupMarked() 1854 SdrObjList* pSrcLst=pGrp->GetSubList(); in UnGroupMarked()
|
H A D | clonelist.cxx | 59 const SdrObjList* pOriginalList = pOriginal->GetSubList(); in AddPair() 60 SdrObjList* pCloneList = pClone->GetSubList(); in AddPair()
|
H A D | svditer.cxx | 59 ImpProcessObjectList(*rObj.GetSubList(), eMode, sal_True); in SdrObjListIter() 105 ImpProcessObjectList( *pObj->GetSubList(), eMode, bUseZOrder ); in ImpProcessObj()
|
H A D | svdogrp.cxx | 261 SdrObjList* SdrObjGroup::GetSubList() const in GetSubList() function in SdrObjGroup 303 SdrObjList& rSourceSubList = *rObj.GetSubList(); in operator =() 306 pSub->CopyObjects(*rObj.GetSubList()); in operator =() 802 pGroup->GetSubList()->NbcInsertObject(pResult); in DoConvertToPolyObj()
|
H A D | svdotxtr.cxx | 386 SdrObjList* pObjectList = pGroup->GetSubList(); in ImpConvertContainedTextToSdrPathObjs() 560 SdrObjList* pOL=pText->GetSubList(); in ImpConvertAddText() 569 SdrObjList* pOL=pGrp->GetSubList(); in ImpConvertAddText()
|
H A D | svdomeas.cxx | 1187 pGroup->GetSubList()->NbcInsertObject(pPath); in DoConvertToPolyObj() 1207 pGroup->GetSubList()->NbcInsertObject(pPath); in DoConvertToPolyObj() 1219 pGroup->GetSubList()->NbcInsertObject(pPath); in DoConvertToPolyObj() 1239 pGroup->GetSubList()->NbcInsertObject(pPath); in DoConvertToPolyObj() 1251 pGroup->GetSubList()->NbcInsertObject(pPath); in DoConvertToPolyObj() 1266 pGroup->GetSubList()->NbcInsertObject(pPath); in DoConvertToPolyObj()
|
H A D | svdocapt.cxx | 762 SdrObjList* pOL=pTail->GetSubList(); in DoConvertToPolyObj() 764 if (pOL==NULL) pOL=pRect->GetSubList(); in DoConvertToPolyObj() 768 pOL=pGrp->GetSubList(); in DoConvertToPolyObj()
|
H A D | svdobj.cxx | 618 SdrObjList* pOL=GetSubList(); in getMergedHierarchyLayerSet() 691 SdrObjList* SdrObject::GetSubList() const in GetSubList() function in SdrObject 2578 pGroup->GetSubList()->NbcInsertObject(pClone); in ImpConvertToContourObj() 2583 pGroup->GetSubList()->NbcInsertObject(aLinePolygonPart); in ImpConvertToContourObj() 2588 pGroup->GetSubList()->NbcInsertObject(aLineHairlinePart); in ImpConvertToContourObj() 2630 SdrObjList* pObjList2 = pRet->GetSubList(); in ConvertToContourObj() 2637 pGroup->GetSubList()->NbcInsertObject(ConvertToContourObj(pIterObj, bForceLineDash)); in ConvertToContourObj() 2896 SdrObjListIter aIter( *GetSubList(), IM_DEEPNOGROUPS ); in IsTransparent()
|
H A D | svdograf.cxx | 1270 sal_uInt32 nInsAnz = aFilter.DoImport(aMtf, *pGrp->GetSubList(), 0); in DoConvertToPolyObj() 1313 SdrObjList* pList = pRetval->GetSubList(); in DoConvertToPolyObj() 1339 pGrp->GetSubList()->NbcInsertObject(pRetval); in DoConvertToPolyObj() 1342 pGrp->GetSubList()->NbcInsertObject(pLineFill, 0); in DoConvertToPolyObj()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeEngine.cxx | 156 ((SdrObjGroup*)pRenderedShape)->GetSubList()->NbcInsertObject( pTmp ); in ImplForceGroupWithText() 158 ((SdrObjGroup*)pRenderedShape)->GetSubList()->NbcInsertObject( pShadowGeometry->Clone(), 0 ); in ImplForceGroupWithText() 211 ((SdrObjGroup*)pRenderedShape)->GetSubList()->NbcInsertObject( pTmp ); in ImplForceGroupWithText() 213 ((SdrObjGroup*)pRenderedShape)->GetSubList()->NbcInsertObject( pTextObj, LIST_APPEND ); in ImplForceGroupWithText() 226 ((SdrObjGroup*)pRenderedShape)->GetSubList()->NbcInsertObject( pTmp ); in ImplForceGroupWithText()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unoshap3.cxx | 159 mpObj->GetSubList()->NbcInsertObject( pSdrShape ); in add() 223 if(mpObj.is() && mpObj->ISA(E3dPolyScene) && mpObj->GetSubList()) in getCount() 224 nRetval = mpObj->GetSubList()->GetObjCount(); in getCount() 235 if( !mpObj.is() || mpObj->GetSubList() == NULL ) in getByIndex() 238 if( mpObj->GetSubList()->GetObjCount() <= (sal_uInt32)Index ) in getByIndex() 241 SdrObject* pDestObj = mpObj->GetSubList()->GetObj( Index ); in getByIndex() 266 return mpObj.is() && mpObj->GetSubList() && (mpObj->GetSubList()->GetObjCount() > 0); in hasElements() 360 SdrObjListIter aIter(*pScene->GetSubList(), IM_DEEPWITHGROUPS); in setPropertyValueImpl()
|
H A D | unoshap2.cxx | 233 mpObj->GetSubList()->InsertObject( pSdrShape ); in add() 321 if(mpObj.is() && mpObj->GetSubList()) in getCount() 322 nRetval = mpObj->GetSubList()->GetObjCount(); in getCount() 335 if( !mpObj.is() || mpObj->GetSubList() == NULL ) in getByIndex() 338 if( mpObj->GetSubList()->GetObjCount() <= (sal_uInt32)Index ) in getByIndex() 341 SdrObject* pDestObj = mpObj->GetSubList()->GetObj( Index ); in getByIndex() 363 return mpObj.is() && mpObj->GetSubList() && (mpObj->GetSubList()->GetObjCount() > 0); in hasElements()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | scene3d.cxx | 139 SdrObjList* pList = rScene.GetSubList(); in Imp3DDepthRemapper() 307 const sal_uInt32 nObjCount(GetSubList() ? GetSubList()->GetObjCount() : 0L); in RemapOrdNum() 506 … const sal_uInt32 nObjCount(pScene->GetSubList() ? pScene->GetSubList()->GetObjCount() : 0); in removeAllNonSelectedObjects()
|
H A D | view3d.cxx | 537 for(sal_uInt32 i(0); i < pSrcScene->GetSubList()->GetObjCount(); i++) in ImpCloneAll3DObjectsToDestScene() 539 …E3dCompoundObject* pCompoundObj = dynamic_cast< E3dCompoundObject* >(pSrcScene->GetSubList()->GetO… in ImpCloneAll3DObjectsToDestScene() 999 if(pScene->GetSubList() && pScene->GetSubList()->GetObjCount() != 0) in ConvertMarkedObjTo3D() 1103 if(pScene && pScene->GetSubList() && pScene->GetSubList()->GetObjCount() > 1) in DoDepthArrange() 1105 SdrObjList* pSubList = pScene->GetSubList(); in DoDepthArrange() 1746 SdrObjList* pSubList = pObj->GetSubList(); in BreakSingle3DObj() 1793 SdrObjList* pSubList = ((E3dObject*) pObj)->GetSubList(); in MergeScenes()
|
H A D | obj3d.cxx | 520 SdrObjList* E3dObject::GetSubList() const in GetSubList() function in E3dObject 877 if (r3DObj.GetSubList()) in operator =() 879 maSubList.CopyObjects(*r3DObj.GetSubList()); in operator =()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | SelectionHelper.cxx | 519 SdrObjList* pSubList = pObj->GetSubList(); in getMarkHandlesObject() 544 SdrObjList* pSubList = pObj->GetSubList(); in getObjectToMark() 575 SdrObjList* pSubList = pObj->GetSubList(); in getSceneToRotate() 654 SdrObjList* pSubList = pObj->GetSubList(); in getMarkHandles()
|
/aoo41x/main/soldep/bootstrp/ |
H A D | prodmap.cxx | 194 GenericInformationList *pBases = pBasedOn->GetSubList(); in PrintDependentTargets() 346 GenericInformationList *pBasesInfo = pBasedOn->GetSubList(); in GetBases() 409 GenericInformationList *pEnvironmentList = pEnvironmentInfo->GetSubList(); in PrintMinorList()
|
H A D | prj.cxx | 1248 if ( pInfo_l && pInfo_l->GetSubList()) { in UpdateFileList() 1249 GenericInformationList *pDrives = pInfo_l->GetSubList(); in UpdateFileList() 1301 GenericInformationList *pProjects = pProjectsKey->GetSubList(); in UpdateFileList() 2437 if ( pInfo_k && pInfo_k->GetSubList()) { in StarWriter() 2438 GenericInformationList *pDrives = pInfo_k->GetSubList(); in StarWriter() 2496 GenericInformationList *pProjects = pProjectsKey->GetSubList(); in StarWriter()
|
/aoo41x/main/svx/source/form/ |
H A D | navigatortreemodel.cxx | 792 SdrObjListIter aIter( *pObj->GetSubList() ); in InsertSdrObj() 819 SdrObjListIter aIter( *pObj->GetSubList() ); in RemoveSdrObj() 830 const SdrObjList *pChilds = ((SdrObjGroup*)pObject)->GetSubList(); in InsertFormComponent() 1109 SdrObjListIter aIter( *pObj->GetSubList() ); in Search()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 956 SdrObjList* pObjList = ((SdrObjGroup*)pObject)->GetSubList(); in AddObj() 1025 SdrObjList* pObjList = pCloneGroup->GetSubList(); in AddObj() 1246 SdrObjList* pObjList = pGroup->GetSubList(); in CreateAnimObj() 1270 if(!pGroup->GetSubList()->GetObjCount()) in CreateAnimObj()
|