Lines Matching refs:pChildWindows
97 SfxObjectUIArr_Impl* pChildWindows; // registered ChildWindows member
109 pChildWindows = new SfxObjectUIArr_Impl; in SfxInterface_Impl()
119 for (n=0; n<pChildWindows->Count(); n++) in ~SfxInterface_Impl()
120 delete (*pChildWindows)[n]; in ~SfxInterface_Impl()
121 delete pChildWindows; in ~SfxInterface_Impl()
514 pImpData->pChildWindows->Append(pUI); in RegisterChildWindow()
537 sal_uInt16 nCWCount = pImpData->pChildWindows->Count(); in GetChildWindowId()
540 sal_uInt32 nRet = (*pImpData->pChildWindows)[nNo]->aResId.GetId(); in GetChildWindowId()
541 if ( (*pImpData->pChildWindows)[nNo]->bContext ) in GetChildWindowId()
560 sal_uInt16 nCWCount = pImpData->pChildWindows->Count(); in GetChildWindowFeature()
563 return (*pImpData->pChildWindows)[nNo]->nFeature; in GetChildWindowFeature()
572 return pImpData->pChildWindows->Count() + pGenoType->GetChildWindowCount(); in GetChildWindowCount()
574 return pImpData->pChildWindows->Count(); in GetChildWindowCount()