Searched refs:pIFace (Results 1 – 4 of 4) sorted by relevance
128 SfxInterface* pIFace; member1205 SfxInterface *pIFace = pObjShell->GetInterface(); in GetSlot() local1206 pSlot = pIFace->GetSlot( rCommand ); in GetSlot()1777 SfxInterface *pIFace = pShell->GetInterface(); in _Update_Impl() local1782 for ( nNo = 0; pIFace && nNo<pIFace->GetObjectBarCount(); ++nNo ) in _Update_Impl()1784 sal_uInt16 nPos = pIFace->GetObjectBarPos(nNo); in _Update_Impl()1789 sal_uInt32 nFeature = pIFace->GetObjectBarFeature(nNo); in _Update_Impl()1805 sal_Bool bVisible = pIFace->IsObjectBarVisible(nNo); in _Update_Impl()1811 rBar.nResId = pIFace->GetObjectBarResId(nNo).GetId(); in _Update_Impl()1812 const String *pName = pIFace->GetObjectBarName(nNo); in _Update_Impl()[all …]
66 SfxInterface* pIFace; member72 pIFace(0) in SfxObjectBar_Impl()332 SfxInterface *pIFace, const String* pName=0 );
1255 SfxInterface* pIFace, const String *pName) in SetObjectBar_Impl() argument1263 pParent->SetObjectBar_Impl( nPos, nResId, pIFace, pName ); in SetObjectBar_Impl()1268 aObjBar.pIFace = pIFace; in SetObjectBar_Impl()
2118 const SfxInterface *pIFace = pShell->GetInterface(); in Change() local2119 const SfxSlot* pSlot = pIFace->GetSlot( aCmd ); in Change()