Home
last modified time | relevance | path

Searched refs:SvMetaType (Results 1 – 10 of 10) sorted by relevance

/AOO42X/main/idl/source/objects/
H A Dtypes.cxx55 SvMetaAttribute::SvMetaAttribute( SvMetaType * pType ) in SvMetaAttribute()
80 SvMetaType * pType; in Load()
125 SvMetaType * SvMetaAttribute::GetType() const in GetType()
224 SvMetaType * pType = GetType(); in IsMethod()
231 SvMetaType * pType = GetType(); in IsVariable()
382 SvMetaTypeRef xT = new SvMetaType(); in ReadSvIdl()
410 SvMetaType * pType = GetType(); in WriteSvIdl()
517 SvMetaType * pType = GetType(); in WriteParam()
519 SvMetaType * pBaseType = pType->GetBaseType(); in WriteParam()
649 SvMetaType * pType = GetType(); in WriteCSource()
[all …]
H A Dobject.cxx95 SV_IMPL_META_FACTORY1( SvMetaClass, SvMetaType );
113 SvMetaType::Load( rStm ); in Load()
147 SvMetaType::Save( rStm ); in Save()
242 SvMetaType::ReadAttributesSvIdl( rBase, rInStm ); in ReadAttributesSvIdl()
254 SvMetaType::WriteAttributesSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
339 SvMetaType * pType = rBase.ReadKnownType( rInStm ); in ReadContextSvIdl()
416 if( SvMetaType::ReadHeaderSvIdl( rBase, rInStm ) && GetType() == TYPE_CLASS ) in ReadSvIdl()
H A Dslot.cxx60 SvMetaSlot::SvMetaSlot( SvMetaType * pType ) in SvMetaSlot()
165 SvMetaType * pT; in Load()
351 SvMetaType * SvMetaSlot::GetSlotType() const in GetSlotType()
907 SvMetaType * pType = GetType(); in Test()
1100 SvMetaType * pBType = GetType()->GetBaseType(); in Insert()
1444 SvMetaType * pT = GetSlotType(); in WriteSlot()
1463 SvMetaType *pT = rBase.FindType( "SfxBoolItem" ); in WriteSlot()
1477 SvMetaType * pType; in WriteSlot()
1537 SvMetaType * pType; in WriteSlotParamArray()
1551 SvMetaType * pPType = pPar->GetType(); in WriteSlotParamArray()
[all …]
H A Dmodule.cxx283 SvMetaTypeRef xItem = new SvMetaType(); in ReadContextSvIdl()
/AOO42X/main/idl/inc/
H A Dtypes.hxx34 SV_DECL_REF(SvMetaType)
65 SvMetaAttribute( SvMetaType * );
96 void SetType( SvMetaType * pT ) { aType = pT; } in SetType()
97 SvMetaType * GetType() const;
137 class SvMetaType : public SvMetaExtern class
177 SV_DECL_META_FACTORY1( SvMetaType, SvMetaExtern, 18 )
178 SvMetaType();
179 SvMetaType( const ByteString & rTypeName, char cParserChar,
181 SvMetaType( const ByteString & rTypeName, const ByteString & rSbxName,
198 SvMetaType * GetBaseType() const;
[all …]
H A Ddatabase.hxx149 SvMetaType * FindType( const ByteString & rName );
150 static SvMetaType * FindType( const SvMetaType *, SvMetaTypeMemberList & );
152 SvMetaType * ReadKnownType( SvTokenStream & rInStm );
154 SvMetaType * pType = NULL );
H A Dobject.hxx86 class SvMetaClass : public SvMetaType
131 SV_DECL_META_FACTORY1( SvMetaClass, SvMetaType, 6 )
H A Dslot.hxx184 SvMetaSlot( SvMetaType * pType );
191 SvMetaType * GetSlotType() const;
/AOO42X/main/idl/source/prj/
H A Ddatabase.cxx87 aTypeList.Append( new SvMetaType( SvHash_##Name()->GetName(), \
458 SvMetaType * SvIdlDataBase::FindType( const SvMetaType * pPType, in FindType()
461 SvMetaType * pType = rList.First(); in FindType()
467 SvMetaType * SvIdlDataBase::FindType( const ByteString & rName ) in FindType()
469 SvMetaType * pType = aTypeList.First(); in FindType()
480 SvMetaType * SvIdlDataBase::ReadKnownType( SvTokenStream & rInStm ) in ReadKnownType()
526 SvMetaType * pType = rList.First(); in ReadKnownType()
573 SvMetaTypeRef xType = new SvMetaType( pType->GetName(), 'h', "dummy" ); in ReadKnownType()
598 SvMetaType * pType /* Wenn der pType == NULL, dann muss der Typ in ReadKnownAttr()
941 SvMetaType * pType = aUsedTypes.GetObject( n ); in WriteSfx()
H A Dglobals.cxx66 pClassMgr->SV_CLASS_REGISTER( SvMetaType ); in IdlDll()