Lines Matching refs:SvMetaAttribute
36 SV_IMPL_META_FACTORY1( SvMetaSlot, SvMetaAttribute );
61 : SvMetaAttribute( pType ) in SvMetaSlot()
88 SvMetaAttribute::Load( rStm ); in Load()
96 SvMetaAttribute * pMeth; in Load()
185 SvMetaAttribute::Save( rStm ); in Save()
313 return SvMetaAttribute::IsVariable(); in IsVariable()
323 sal_Bool b = SvMetaAttribute::IsMethod(); in IsMethod()
337 SvMetaAttribute * pMeth = GetMethod(); in GetMangleName()
356 SvMetaAttribute * SvMetaSlot::GetMethod() const in GetMethod()
593 SvMetaAttribute::ReadAttributesSvIdl( rBase, rInStm ); in ReadAttributesSvIdl()
725 SvMetaAttribute::WriteAttributesSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
904 sal_Bool bOk = SvMetaAttribute::Test( rBase, rInStm ); in Test()
931 SvMetaAttribute * pAttr = rBase.ReadKnownAttr( rInStm, GetType() ); in ReadSvIdl()
954 bOk = SvMetaAttribute::ReadSvIdl( rBase, rInStm ); in ReadSvIdl()
956 SvMetaAttribute *pAttr2 = rBase.SearchKnownAttr( GetSlotId() ); in ReadSvIdl()
1001 SvMetaAttribute::WriteSvIdl( rBase, rOutStm, nTab ); in WriteSvIdl()
1037 SvMetaAttribute::Write( rBase, rOutStm, nTab, nT, nA ); in Write()
1121 SvMetaAttribute * pAttr = rBase.GetAttrList().GetObject( m ); in Insert()
1476 SvMetaAttribute * pMethod = GetMethod(); in WriteSlot()
1534 SvMetaAttribute * pMethod = GetMethod(); in WriteSlotParamArray()
1550 SvMetaAttribute * pPar = rList.GetObject( n ); in WriteSlotParamArray()
1580 SvMetaAttribute * pMethod = GetMethod(); in WriteSlotMap()
1797 SvMetaAttribute* pAttr = pList->First(); in WriteCSV()