Lines Matching refs:pImpData
141 pImpData(0) in SfxInterface()
143 pImpData = new SfxInterface_Impl; in SfxInterface()
149 pImpData->bRegistered = sal_True; in Register()
150 pImpData->pModule = pMod; in Register()
306 SfxModule *pMod = pImpData->pModule; in ~SfxInterface()
307 sal_Bool bRegistered = pImpData->bRegistered; in ~SfxInterface()
308 delete pImpData; in ~SfxInterface()
404 pImpData->aPopupRes = rResId; in RegisterPopupMenu()
420 pImpData->pObjectBars->Append(pUI); in RegisterObjectBar()
463 sal_uInt16 nObjBarCount = pImpData->pObjectBars->Count(); in GetObjectBarResId()
466 return (*pImpData->pObjectBars)[nNo]->aResId; in GetObjectBarResId()
487 sal_uInt16 nObjBarCount = pImpData->pObjectBars->Count(); in GetObjectBarPos()
490 return (*pImpData->pObjectBars)[nNo]->nPos; in GetObjectBarPos()
499 return pImpData->pObjectBars->Count() + pGenoType->GetObjectBarCount(); in GetObjectBarCount()
501 return pImpData->pObjectBars->Count(); in GetObjectBarCount()
514 pImpData->pChildWindows->Append(pUI); in RegisterChildWindow()
519 pImpData->aStatBarRes = rResId; in RegisterStatusBar()
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()
580 return pImpData->aPopupRes; in GetPopupMenuResId()
586 if (pImpData->aStatBarRes.GetId() == 0 && pGenoType) in GetStatusBarResId()
589 return pImpData->aStatBarRes; in GetStatusBarResId()
609 sal_uInt16 nObjBarCount = pImpData->pObjectBars->Count(); in GetObjectBarName()
612 return (*pImpData->pObjectBars)[nNo]->pName; in GetObjectBarName()
630 sal_uInt16 nObjBarCount = pImpData->pObjectBars->Count(); in GetObjectBarFeature()
633 return (*pImpData->pObjectBars)[nNo]->nFeature; in GetObjectBarFeature()
651 sal_uInt16 nObjBarCount = pImpData->pObjectBars->Count(); in IsObjectBarVisible()
654 return (*pImpData->pObjectBars)[nNo]->bVisible; in IsObjectBarVisible()
659 DBG_ASSERT( pImpData->bRegistered, "Interface not registered!" ); in GetRealInterfaceForSlot()