Searched refs:pGenoType (Results 1 – 2 of 2) sorted by relevance
138 pGenoType(pParent), in SfxInterface()333 if ( !p && pGenoType ) in GetSlot()334 return pGenoType->GetSlot( nFuncId ); in GetSlot()354 return pGenoType ? pGenoType->GetSlot( aCommand ) : NULL; in GetSlot()368 if(pGenoType) in GetRealSlot()369 return pGenoType->GetRealSlot(pSlot); in GetRealSlot()389 if(pGenoType) in GetRealSlot()390 return pGenoType->GetRealSlot(nSlotId); in GetRealSlot()450 sal_Bool bGenoType = (pGenoType != 0 && !pGenoType->HasName()); in GetObjectBarResId()454 sal_uInt16 nBaseCount = pGenoType->GetObjectBarCount(); in GetObjectBarResId()[all …]
52 const SfxInterface* pGenoType; // base interface member in SfxInterface84 const SfxInterface* GetGenoType() const { return pGenoType; } in GetGenoType()