Searched refs:SvMetaType (Results 1 – 10 of 10) sorted by relevance
| /AOO42X/main/idl/source/objects/ |
| H A D | types.cxx | 55 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 D | object.cxx | 95 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 D | slot.cxx | 60 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 D | module.cxx | 283 SvMetaTypeRef xItem = new SvMetaType(); in ReadContextSvIdl()
|
| /AOO42X/main/idl/inc/ |
| H A D | types.hxx | 34 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 D | database.hxx | 149 SvMetaType * FindType( const ByteString & rName ); 150 static SvMetaType * FindType( const SvMetaType *, SvMetaTypeMemberList & ); 152 SvMetaType * ReadKnownType( SvTokenStream & rInStm ); 154 SvMetaType * pType = NULL );
|
| H A D | object.hxx | 86 class SvMetaClass : public SvMetaType 131 SV_DECL_META_FACTORY1( SvMetaClass, SvMetaType, 6 )
|
| H A D | slot.hxx | 184 SvMetaSlot( SvMetaType * pType ); 191 SvMetaType * GetSlotType() const;
|
| /AOO42X/main/idl/source/prj/ |
| H A D | database.cxx | 87 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 D | globals.cxx | 66 pClassMgr->SV_CLASS_REGISTER( SvMetaType ); in IdlDll()
|