Searched refs:BasicEntry (Results 1 – 6 of 6) sorted by relevance
94 BasicEntry::~BasicEntry() in ~BasicEntry()99 :BasicEntry( eType ) in BasicDocumentEntry()309 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_LIBRARY ) ) ); in ImpCreateLibEntries()347 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_MODULE ) ) ); in ImpCreateLibSubEntries()403 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_DIALOG ) ) ); in ImpCreateLibSubEntries()442 std::auto_ptr< BasicEntry >( new BasicEntry( eType ) ) ); in ImpCreateLibSubEntriesInVBAMode()504 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_MODULE ) ) ); in ImpCreateLibSubSubEntriesInVBAMode()523 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_METHOD ) ) ); in ImpCreateLibSubSubEntriesInVBAMode()621 BasicEntry* pUser = (BasicEntry*)pSource->GetUserData(); in CloneEntry()626 BasicEntry* pNewUser = new BasicEntry( *pUser ); in CloneEntry()[all …]
52 class BasicEntry class58 BasicEntry( BasicEntryType eType ) { m_eType = eType; } in BasicEntry() function in BasicEntry59 BasicEntry( const BasicEntry& r ) { m_eType = r.m_eType; } in BasicEntry() function in BasicEntry60 virtual ~BasicEntry();65 class BasicDocumentEntry : public BasicEntry204 std::auto_ptr< BasicEntry > aUserData );
214 BasicEntry* pBE = (BasicEntry*)pLE->GetUserData(); in FindVariable()323 BasicEntry* pBE = (BasicEntry*)pLE->GetUserData(); in GetEntryDescriptor()485 …DBG_ASSERT( (((BasicEntry*)pRootEntry->GetUserData())->GetType() == OBJ_TYPE_DOCUMENT ), "Kein She… in FindRootEntry()
870 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_DIALOG ) ) ); in NewDialog()1044 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_MODULE ) ) ); in createModImpl()
1698 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_LIBRARY ) ) ); in createLibImpl()1708 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_MODULE ) ) ); in createLibImpl()
230 …BasicEntryType eType = pCurEntry ? ((BasicEntry*)pCurEntry->GetUserData())->GetType() : OBJ_TYPE_U… in CheckButtons()
Completed in 45 milliseconds