Searched refs:SvMetaAttribute (Results 1 – 9 of 9) sorted by relevance
39 SV_IMPL_META_FACTORY1( SvMetaAttribute, SvMetaReference );45 SvMetaAttribute::SvMetaAttribute() in SvMetaAttribute() function in SvMetaAttribute55 SvMetaAttribute::SvMetaAttribute( SvMetaType * pType ) in SvMetaAttribute() function in SvMetaAttribute72 void SvMetaAttribute::Load( SvPersistStream & rStm ) in Load()93 void SvMetaAttribute::Save( SvPersistStream & rStm ) in Save()125 SvMetaType * SvMetaAttribute::GetType() const in GetType()128 return ((SvMetaAttribute *)GetRef())->GetType(); in GetType()136 const SvNumberIdentifier & SvMetaAttribute::GetSlotId() const in GetSlotId()139 return ((SvMetaAttribute *)GetRef())->GetSlotId(); in GetSlotId()147 sal_Bool SvMetaAttribute::GetReadonly() const in GetReadonly()[all …]
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()[all …]
351 xAttr = new SvMetaAttribute( pType ); in ReadContextSvIdl()449 SvMetaAttribute & rAttr ) const in TestAttribute()459 SvMetaAttribute * pS = aAttrList.GetObject( n ); in TestAttribute()657 SvMetaAttribute * pAttr = aAttrList.GetObject( n ); in Write()738 SvMetaAttribute * pAttr = aAttrList.GetObject( n ); in InsertSlots()945 SvMetaAttribute * pAttr = aAttrList.GetObject( n ); in WriteHelpIds()958 SvMetaAttribute * pAttr = aAttrList.GetObject( n ); in WriteSrc()
35 SV_DECL_REF(SvMetaAttribute)36 SV_DECL_PERSIST_LIST(SvMetaAttribute,SvMetaAttribute *)37 class SvMetaAttribute : public SvMetaReference class63 SV_DECL_META_FACTORY1( SvMetaAttribute, SvMetaReference, 2 )64 SvMetaAttribute();65 SvMetaAttribute( SvMetaType * );126 ByteString Compare( SvMetaAttribute *pAttr );129 SV_IMPL_REF(SvMetaAttribute)130 SV_IMPL_PERSIST_LIST(SvMetaAttribute,SvMetaAttribute *)191 void AppendAttr( SvMetaAttribute * pAttr ) in AppendAttr()
118 void AppendAttr( SvMetaAttribute *pSlot );153 SvMetaAttribute * ReadKnownAttr( SvTokenStream & rInStm,155 SvMetaAttribute * SearchKnownAttr( const SvNumberIdentifier& );
33 class SvMetaSlot : public SvMetaAttribute190 SvMetaAttribute * GetMethod() const;
98 SvMetaAttribute & rAttr ) const;
595 SvMetaAttribute * SvIdlDataBase::ReadKnownAttr in ReadKnownAttr()633 SvMetaAttribute * pAttr = aAttrList.GetObject( i ); in ReadKnownAttr()649 SvMetaAttribute* SvIdlDataBase::SearchKnownAttr in SearchKnownAttr()659 SvMetaAttribute * pAttr = aAttrList.GetObject( i ); in SearchKnownAttr()966 SvMetaAttribute * pAttr = rAttrList.GetObject( n ); in WriteHelpIds()988 void SvIdlDataBase::AppendAttr( SvMetaAttribute *pAttr ) in AppendAttr()
54 pClassMgr->SV_CLASS_REGISTER( SvMetaAttribute ); in IdlDll()