Lines Matching refs:pAttr
657 SvMetaAttribute * pAttr = aAttrList.GetObject( n ); in Write() local
658 if( !pAttr->GetHidden() ) in Write()
660 if( pAttr->IsMethod() ) in Write()
661 pAttr->Write( rBase, rOutStm, nTab, nT, WA_METHOD ); in Write()
663 if( pAttr->IsVariable() ) in Write()
664 pAttr->Write( rBase, rOutStm, nTab, nT, WA_VARIABLE ); in Write()
688 SvMetaSlot *pAttr = pEle->xSlot; in WriteSlotParamArray() local
689 nCount = nCount + pAttr->WriteSlotParamArray( rBase, rOutStm ); in WriteSlotParamArray()
710 SvMetaSlot * pAttr = pEle->xSlot; in WriteSlots() local
711 nSCount = nSCount + pAttr->WriteSlotMap( rShellName, nCount + nSCount, in WriteSlots()
738 SvMetaAttribute * pAttr = aAttrList.GetObject( n ); in InsertSlots() local
740 sal_uLong nId = pAttr->GetSlotId().GetValue(); in InsertSlots()
753 pAttr->Insert(rList, rPrefix, rBase); in InsertSlots()
827 SvMetaSlot *pAttr = pEle->xSlot; in WriteSlotStubs() local
828 pAttr->WriteSlotStubs( rShellName, rList, rOutStm ); in WriteSlotStubs()
932 SvMetaSlot* pAttr = pEle->xSlot; in WriteSfx() local
933 pAttr->ResetSlotPointer(); in WriteSfx()
945 SvMetaAttribute * pAttr = aAttrList.GetObject( n ); in WriteHelpIds() local
946 pAttr->WriteHelpId( rBase, rOutStm, pTable ); in WriteHelpIds()
958 SvMetaAttribute * pAttr = aAttrList.GetObject( n ); in WriteSrc() local
959 pAttr->WriteSrc( rBase, rOutStm, pTable ); in WriteSrc()