Lines Matching refs:pUI
418 SfxObjectUI_Impl* pUI = CreateObjectBarUI_Impl( nPos, rResId, nFeature, pStr ); in RegisterObjectBar() local
419 if ( pUI ) in RegisterObjectBar()
420 pImpData->pObjectBars->Append(pUI); in RegisterObjectBar()
428 SfxObjectUI_Impl* pUI = new SfxObjectUI_Impl(nPos, rResId, sal_True, nFeature); in CreateObjectBarUI_Impl() local
438 pUI->pName = new String (DEFINE_CONST_UNICODE("NoName")); in CreateObjectBarUI_Impl()
440 pUI->pName = new String(aResId); in CreateObjectBarUI_Impl()
443 pUI->pName = new String(*pStr); in CreateObjectBarUI_Impl()
445 return pUI; in CreateObjectBarUI_Impl()
512 …SfxObjectUI_Impl* pUI = new SfxObjectUI_Impl(0, ResId(nId, *SfxApplication::GetOrCreate()->GetOffR… in RegisterChildWindow() local
513 pUI->bContext = bContext; in RegisterChildWindow()
514 pImpData->pChildWindows->Append(pUI); in RegisterChildWindow()