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() 67 delete pChilds; in ~SvListEntry() 70 pChilds = 0; in ~SvListEntry() 85 if( pChilds ) in SetListPositions() 543 SvTreeEntryList* pChilds = pEntry->pChilds; in Clone() local 544 if ( pChilds ) in Clone() 545 pClonedEntry->pChilds=CloneChilds(pChilds,pClonedEntry,nCloneCount); in Clone() 1900 SvTreeEntryList* pChilds = pParent->pChilds; in RemoveViewData() local [all …]
|
/aoo41x/main/sfx2/source/appl/ |
H A D | workwin.cxx | 606 pChilds = new SfxChildList_Impl; in SfxWorkWindow() 612 pChilds->Insert(0,pChild); in SfxWorkWindow() 641 delete pChilds; in ~SfxWorkWindow() 1056 pChilds->Insert(pChilds->Count(), pChild); in RegisterChild_Impl() 1059 return (*pChilds)[pChilds->Count()-1]; in RegisterChild_Impl() 1098 pChild = (*pChilds)[nPos]; in ReleaseChild_Impl() 1104 if ( nPos < pChilds->Count() ) in ReleaseChild_Impl() 1108 pChilds->Remove(nPos); in ReleaseChild_Impl() 1126 pChild = (*pChilds)[nPos]; in FindChild_Impl() 1147 pCli = (*pChilds)[nPos]; in ShowChilds_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
|
Completed in 74 milliseconds