Home
last modified time | relevance | path

Searched refs:pUI (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sfx2/source/control/
H A Dobjface.cxx418 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()
[all …]

Completed in 69 milliseconds