Searched refs:pUI (Results 1 – 1 of 1) sorted by relevance
418 SfxObjectUI_Impl* pUI = CreateObjectBarUI_Impl( nPos, rResId, nFeature, pStr ); in RegisterObjectBar() local419 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() local438 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() local513 pUI->bContext = bContext; in RegisterChildWindow()[all …]
Completed in 69 milliseconds