Searched refs:pChildWindows (Results 1 – 1 of 1) sorted by relevance
97 SfxObjectUIArr_Impl* pChildWindows; // registered ChildWindows member109 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()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()[all …]
Completed in 13 milliseconds