Searched refs:pChilds (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/svtools/source/contnr/ |
| H A D | treelist.cxx | 45 pChilds = 0; in SvListEntry() 54 pChilds = 0; in SvListEntry() 64 if ( pChilds ) in ~SvListEntry() 66 pChilds->DestroyAll(); in ~SvListEntry() 67 delete pChilds; in ~SvListEntry() 70 pChilds = 0; in ~SvListEntry() 85 if( pChilds ) in SetListPositions() 87 SvListEntry *pEntry = (SvListEntry*)pChilds->First(); in SetListPositions() 94 pEntry = (SvListEntry*)pChilds->Next(); in SetListPositions() 262 SvTreeEntryList* pRootList = pRootItem->pChilds; in Clear() [all …]
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | workwin.cxx | 519 for (sal_uInt16 i=0; i<pChilds->Count(); i++) in Sort_Impl() 521 SfxChild_Impl *pCli = (*pChilds)[i]; in Sort_Impl() 527 if (ChildAlignValue((*pChilds)[aSortedList[k]]->eAlign) > in Sort_Impl() 606 pChilds = new SfxChildList_Impl; in SfxWorkWindow() 612 pChilds->Insert(0,pChild); in SfxWorkWindow() 640 DBG_ASSERT( pChilds->Count() == 0, "dangling childs" ); in ~SfxWorkWindow() 641 delete pChilds; in ~SfxWorkWindow() 676 for ( sal_uInt16 nPos = 0; nPos < pChilds->Count(); ++nPos ) in ChangeWindow_Impl() 678 SfxChild_Impl *pCli = (*pChilds)[nPos]; in ChangeWindow_Impl() 797 pChilds->Remove(0, SFX_OBJECTBAR_MAX); in DeleteControllers_Impl() [all …]
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | treelist.hxx | 84 SvTreeEntryList* pChilds; member in SvListEntry 97 sal_Bool HasChilds() { return (sal_Bool)(pChilds!=0); } in HasChilds() 221 SVT_DLLPRIVATE SvTreeEntryList*CloneChilds( SvTreeEntryList* pChilds, 446 return (sal_Bool)(pEntry->pChilds != 0); in HasChilds() 453 if ( pParent->pChilds ) in GetEntry() 454 pRet = (SvListEntry*)(pParent->pChilds->GetObject(nPos)); in GetEntry() 462 pRet = (SvListEntry*)(pRootItem->pChilds->GetObject(nRootPos)); in GetEntry() 472 return pParent->pChilds; in GetChildList()
|
| /AOO41X/main/basctl/source/dlged/ |
| H A D | dlgedobj.cxx | 1458 pChilds.push_back( pDlgEdObj ); in AddChild() 1465 pChilds.erase( ::std::find( pChilds.begin() , pChilds.end() , pDlgEdObj ) ); in RemoveChild() 1620 for ( aIter = pChilds.begin() ; aIter != pChilds.end() ; ++aIter ) in UpdateTabIndices() 1672 for ( aIter = pChilds.begin() ; aIter != pChilds.end() ; ++aIter ) in UpdateTabIndices() 1789 for ( aIter = pChilds.begin() ; aIter != pChilds.end() ; aIter++ ) in NbcMove() 1813 for ( aIter = pChilds.begin() ; aIter != pChilds.end() ; aIter++ ) in NbcResize()
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | templdlg.cxx | 760 StyleTreeArr_Impl *pChilds; member 765 aName(rName), aParent(rParent), pChilds(0), bIsExpanded(0) {} in StyleTree_Impl() 778 return pChilds ? pChilds->Count() : 0L; in SV_IMPL_PTRARR() 785 delete pChilds; in ~StyleTree_Impl() 792 if ( !pChilds ) in Put() 793 pChilds = new StyleTreeArr_Impl; in Put() 796 lPos = pChilds->Count(); in Put() 797 pChilds->Insert( pIns, (sal_uInt16)lPos ); in Put() 823 pCollator->compareString( (*pCmp->pChilds)[ii]->aName, in MakeTree_Impl() 864 const sal_uInt16 nCount = pEntry->pChilds? pEntry->pChilds->Count(): 0; in FillBox_Impl() [all …]
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxvar.cxx | 372 SbxArray *pChilds = p->GetObjects(); in SetParent() local 373 if ( pChilds ) in SetParent() 375 for ( sal_uInt16 nIdx = 0; !bFound && nIdx < pChilds->Count(); ++nIdx ) in SetParent() 376 bFound = ( this == pChilds->Get(nIdx) ); in SetParent()
|
| /AOO41X/main/dbaccess/source/ui/control/ |
| H A D | dbtreelistbox.cxx | 152 SvTreeEntryList* pChilds = myModel->GetChildList(pStart); in GetEntryPosByName() local 154 if ( pChilds ) in GetEntryPosByName() 156 sal_uLong nCount = pChilds->Count(); in GetEntryPosByName() 159 pEntry = static_cast<SvLBoxEntry*>(pChilds->GetObject(i)); in GetEntryPosByName()
|
| /AOO41X/main/basctl/source/inc/ |
| H A D | dlgedobj.hxx | 149 ::std::vector<DlgEdObj*> pChilds; 171 virtual ::std::vector<DlgEdObj*> GetChilds() const { return pChilds; } in GetChilds()
|
| /AOO41X/main/svx/source/form/ |
| H A D | navigatortreemodel.cxx | 830 const SdrObjList *pChilds = ((SdrObjGroup*)pObject)->GetSubList(); in InsertFormComponent() local 831 for ( sal_uInt16 i=0; i<pChilds->GetObjCount(); ++i ) in InsertFormComponent() 833 SdrObject* pCurrent = pChilds->GetObj(i); in InsertFormComponent()
|
| /AOO41X/main/sfx2/source/inc/ |
| H A D | workwin.hxx | 251 SfxChildList_Impl* pChilds; member in SfxWorkWindow
|