Searched refs:SvMetaType (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/idl/source/objects/ |
H A D | types.cxx | 80 SvMetaType * pType; in Load() 1025 SvMetaType::SvMetaType() in SvMetaType() function in SvMetaType 1030 SvMetaType::SvMetaType( const ByteString & rName, char cPC, in SvMetaType() function in SvMetaType 1039 SvMetaType::SvMetaType( const ByteString & rName, in SvMetaType() function in SvMetaType 1165 SvMetaType * SvMetaType::GetBaseType() const in GetBaseType() 1177 SvMetaType * SvMetaType::GetReturnType() const in GetReturnType() 2302 SvMetaType::Load( rStm ); in Load() 2307 SvMetaType::Save( rStm ); in Save() 2414 SvMetaType::Load( rStm ); in Load() 2430 SvMetaType::Save( rStm ); in Save() [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()
|
/aoo41x/main/idl/inc/ |
H A D | types.hxx | 34 SV_DECL_REF(SvMetaType) 97 SvMetaType * GetType() const; 137 class SvMetaType : public SvMetaExtern class 178 SvMetaType(); 198 SvMetaType * GetBaseType() const; 199 SvMetaType * GetReturnType() const; 258 SV_IMPL_REF(SvMetaType) 259 DECLARE_LIST(SvMetaTypeList,SvMetaType *) 260 SV_DECL_IMPL_PERSIST_LIST(SvMetaType,SvMetaType *) 294 class SvMetaTypeEnum : public SvMetaType [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;
|
/aoo41x/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()
|
Completed in 52 milliseconds