Lines Matching refs:SvMetaAttribute

39 SV_IMPL_META_FACTORY1( SvMetaAttribute, SvMetaReference );
45 SvMetaAttribute::SvMetaAttribute() in SvMetaAttribute() function in SvMetaAttribute
55 SvMetaAttribute::SvMetaAttribute( SvMetaType * pType ) in SvMetaAttribute() function in SvMetaAttribute
72 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()
150 return ((SvMetaAttribute *)GetRef())->GetReadonly(); in GetReadonly()
158 sal_Bool SvMetaAttribute::GetExport() const in GetExport()
161 return ((SvMetaAttribute *)GetRef())->GetExport(); in GetExport()
169 sal_Bool SvMetaAttribute::GetHidden() const in GetHidden()
178 return ((SvMetaAttribute *)GetRef())->GetHidden(); in GetHidden()
186 sal_Bool SvMetaAttribute::GetAutomation() const in GetAutomation()
189 return ((SvMetaAttribute *)GetRef())->GetAutomation(); in GetAutomation()
192 sal_Bool SvMetaAttribute::GetIsCollection() const in GetIsCollection()
209 sal_Bool SvMetaAttribute::GetReadOnlyDoc() const in GetReadOnlyDoc()
222 sal_Bool SvMetaAttribute::IsMethod() const in IsMethod()
229 sal_Bool SvMetaAttribute::IsVariable() const in IsVariable()
235 ByteString SvMetaAttribute::GetMangleName( sal_Bool ) const in GetMangleName()
339 sal_Bool SvMetaAttribute::Test( SvIdlDataBase & rBase, in Test()
365 sal_Bool SvMetaAttribute::ReadSvIdl( SvIdlDataBase & rBase, in ReadSvIdl()
403 void SvMetaAttribute::WriteSvIdl in WriteSvIdl()
428 void SvMetaAttribute::ReadAttributesSvIdl( SvIdlDataBase & rBase, in ReadAttributesSvIdl()
454 void SvMetaAttribute::WriteAttributesSvIdl in WriteAttributesSvIdl()
512 void SvMetaAttribute::WriteParam( SvIdlDataBase & rBase, in WriteParam()
583 sal_uLong SvMetaAttribute::MakeSlotValue( SvIdlDataBase & rBase, sal_Bool bVar ) const in MakeSlotValue()
606 void SvMetaAttribute::WriteAttributes( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteAttributes()
645 void SvMetaAttribute::WriteCSource( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteCSource()
737 void SvMetaAttribute::WriteRecursiv_Impl( SvIdlDataBase & rBase, in WriteRecursiv_Impl()
755 SvMetaAttribute *pAttr = rList.GetObject( i ); in WriteRecursiv_Impl()
771 void SvMetaAttribute::Write( SvIdlDataBase & rBase, SvStream & rOutStm, in Write()
969 sal_uLong SvMetaAttribute::MakeSfx( ByteString * pAttrArray ) in MakeSfx()
988 void SvMetaAttribute::Insert (SvSlotElementList&, const ByteString &, SvIdlDataBase&) in Insert()
997 void SvMetaAttribute::WriteSrc( SvIdlDataBase &, SvStream &, Table * ) in WriteSrc()
1001 void SvMetaAttribute::WriteHelpId( SvIdlDataBase &, SvStream &, Table * ) in WriteHelpId()
1582 SvMetaAttribute * pAttr = pAttrList->First(); in WriteContext()
1836 SvMetaAttributeRef xAttr = new SvMetaAttribute(); in ReadContextSvIdl()
1858 SvMetaAttribute * pAttr = pAttrList->First(); in WriteContextSvIdl()
2002 SvMetaAttribute * pAttr = pAttrList->First(); in WriteMethodArgs()
2024 SvMetaAttribute * pAttr = pAttrList->First(); in WriteMethodArgs()
2052 SvMetaAttribute * pAttr = pAttrList->First(); in WriteMethodArgs()
2235 SvMetaAttribute * pT = pAttrList->GetObject( n ); in GetParserString()
2267 SvMetaAttribute * pA = pAttrList->GetObject( n ); in WriteParamNames()
2626 ByteString SvMetaAttribute::Compare( SvMetaAttribute* pAttr ) in Compare()
2655 SvMetaAttribute *pAttr1 = rList.GetObject(n); in Compare()
2656 SvMetaAttribute *pAttr2 = rOtherList.GetObject(n); in Compare()
2688 void SvMetaAttribute::WriteCSV( SvIdlDataBase&, SvStream& rStrm ) in WriteCSV()